Shades of Deep Cerise #E02199
Tints of Deep Cerise #E02199
RGB
CMYK
RGB Variations
Color information
#E02199 (or 0xE02199) is known color: Deep Cerise. HEX triplet: E0, 21 and 99. RGB value is (224,33,153). Sum of RGB (Red+Green+Blue) = 224+33+153=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E02199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02199 is #1FDE66. Grayscale: #676767. Windows color (decimal): -2088551 or 10035680. OLE color: 10035680.
HSL color Cylindrical-coordinate representation of color #E02199: hue angle of 322.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02199 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 153 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.12 |
| HSL | 322.3º | 0.75% | 0.5% | - |
| HSV(B) | 322.3º | 0.85% | 0.88% | - |
| XYZ | 37.03 | 19.23 | 31.9 | - |
| YUV | 103.79 | 155.78 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 153 | 0 | 0.85 | 0.32 | 0.12 | 322.3 | 0.75 | 0.5 |
| Hex | E0 | 21 | 99 | 0 | 55 | 20 | C | 142 | 4B | 32 |
| Octal | 340 | 41 | 231 | 0 | 125 | 40 | 14 | 502 | 113 | 62 |
| Binary | 11100000 | 100001 | 10011001 | 0 | 1010101 | 100000 | 1100 | 101000010 | 1001011 | 110010 |
Color Harmonies of #E02199
Complementary color
Monochromatic Colors of #E02199
Black with #E02199
Text Example
Text Example
White with #E02199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02199; }
p { color: rgb(224,33,153); }
H1.HeaderClassName
{
color: #E02199;
}
.AnyTagClassName
{
color: #E02199;
}
</style>
background-color css
<style>
a { background-color: #E02199; }
a { background-color: rgb(224,33,153); }
div.DivClassName
{
background-color: #E02199;
}
.BgClassName
{
background-color: #E02199;
}
</style>
border-color css
<style>
span { border-color: #E02199; }
span { border-color: rgb(224,33,153); }
td.TdClassName
{
border-color: #E02199;
}
.TagClassName
{
border-color: #E02199;
}
</style>