RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #e01e37.
RGB: 224, 30, 55 | CMYK: 0%, 87%, 75%, 12% |
HSV: H: 352° S: 87% V: 88% | HSL: H: 352° S: 76% L: 50% |
#E01E37 Color Preview
#e01e37 is a shade of red color with RGB values (224, 30, 55). As mentioned above, this color is a combination of CMYK: 0% Cyan, 87% Magenta, 75% Yellow, and 12% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 352°, Saturation (S): 76%, and Lightness (L): 50%.
The HSV values for #e01e37 are as follows: Hue (H): 352°, Saturation (S): 87%, Value (V): 88%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #E01E37 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #E01E37; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #E01E37;">This is sample text</div>
<div style="color: #ffffff; background-color: #E01E37;">This is sample text</div>
<div style="color: #E01E37;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(224, 30, 55);
color: #e01e37;
Examples
color: rgb(224, 30, 55);
background-color: rgb(224, 30, 55);
border-color: rgb(224, 30, 55);
color: #e01e37;
background-color: #e01e37;
border-color: #e01e37;
Color schemes with #E01E37
Analogous
Here, the analogous color with hex code #E01E37 has #E0661E and #E01E98 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #E01E37, a monochromatic palette will feature a corresponding shade #E74A5E, originating from the same hue.
Triadic
The triadic palette built around #E01E37 uses two accents #37E01E and #1E37E0, each 120 degrees apart from the main hue.
Complementary
The complementary color for #E01E37 is #1EE0C7.
Tetradic
Here, for the primary color #E01E37, the complementary shade is #98E01E plus two accent colors, i.e., #1EE0C7 and #661EE0.