Shades of Deep Cerise #E02479
Tints of Deep Cerise #E02479
RGB
CMYK
RGB Variations
Color information
#E02479 (or 0xE02479) is known color: Deep Cerise. HEX triplet: E0, 24 and 79. RGB value is (224,36,121). Sum of RGB (Red+Green+Blue) = 224+36+121=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E02479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02479 is #1FDB86. Grayscale: #656565. Windows color (decimal): -2087815 or 7939296. OLE color: 7939296.
HSL color Cylindrical-coordinate representation of color #E02479: hue angle of 332.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02479 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 121 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.12 |
| HSL | 332.87º | 0.75% | 0.51% | - |
| HSV(B) | 332.87º | 0.84% | 0.88% | - |
| XYZ | 34.82 | 18.49 | 19.82 | - |
| YUV | 101.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 121 | 0 | 0.84 | 0.46 | 0.12 | 332.87 | 0.75 | 0.51 |
| Hex | E0 | 24 | 79 | 0 | 54 | 2E | C | 14D | 4B | 33 |
| Octal | 340 | 44 | 171 | 0 | 124 | 56 | 14 | 515 | 113 | 63 |
| Binary | 11100000 | 100100 | 1111001 | 0 | 1010100 | 101110 | 1100 | 101001101 | 1001011 | 110011 |
Color Harmonies of #E02479
Complementary color
Monochromatic Colors of #E02479
Black with #E02479
Text Example
Text Example
White with #E02479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02479; }
p { color: rgb(224,36,121); }
H1.HeaderClassName
{
color: #E02479;
}
.AnyTagClassName
{
color: #E02479;
}
</style>
background-color css
<style>
a { background-color: #E02479; }
a { background-color: rgb(224,36,121); }
div.DivClassName
{
background-color: #E02479;
}
.BgClassName
{
background-color: #E02479;
}
</style>
border-color css
<style>
span { border-color: #E02479; }
span { border-color: rgb(224,36,121); }
td.TdClassName
{
border-color: #E02479;
}
.TagClassName
{
border-color: #E02479;
}
</style>