Shades of Deep Cerise #E01E7C
Tints of Deep Cerise #E01E7C
RGB
CMYK
RGB Variations
Color information
#E01E7C (or 0xE01E7C) is known color: Deep Cerise. HEX triplet: E0, 1E and 7C. RGB value is (224,30,124). Sum of RGB (Red+Green+Blue) = 224+30+124=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E7C is #1FE183. Grayscale: #626262. Windows color (decimal): -2089348 or 8134368. OLE color: 8134368.
HSL color Cylindrical-coordinate representation of color #E01E7C: hue angle of 330.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E7C is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 124 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.12 |
| HSL | 330.93º | 0.76% | 0.5% | - |
| HSV(B) | 330.93º | 0.87% | 0.88% | - |
| XYZ | 34.84 | 18.23 | 20.75 | - |
| YUV | 98.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 124 | 0 | 0.87 | 0.45 | 0.12 | 330.93 | 0.76 | 0.5 |
| Hex | E0 | 1E | 7C | 0 | 57 | 2D | C | 14B | 4C | 32 |
| Octal | 340 | 36 | 174 | 0 | 127 | 55 | 14 | 513 | 114 | 62 |
| Binary | 11100000 | 11110 | 1111100 | 0 | 1010111 | 101101 | 1100 | 101001011 | 1001100 | 110010 |
Color Harmonies of #E01E7C
Complementary color
Monochromatic Colors of #E01E7C
Black with #E01E7C
Text Example
Text Example
White with #E01E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E7C; }
p { color: rgb(224,30,124); }
H1.HeaderClassName
{
color: #E01E7C;
}
.AnyTagClassName
{
color: #E01E7C;
}
</style>
background-color css
<style>
a { background-color: #E01E7C; }
a { background-color: rgb(224,30,124); }
div.DivClassName
{
background-color: #E01E7C;
}
.BgClassName
{
background-color: #E01E7C;
}
</style>
border-color css
<style>
span { border-color: #E01E7C; }
span { border-color: rgb(224,30,124); }
td.TdClassName
{
border-color: #E01E7C;
}
.TagClassName
{
border-color: #E01E7C;
}
</style>