Shades of Deep Cerise #E02091
Tints of Deep Cerise #E02091
RGB
CMYK
RGB Variations
Color information
#E02091 (or 0xE02091) is known color: Deep Cerise. HEX triplet: E0, 20 and 91. RGB value is (224,32,145). Sum of RGB (Red+Green+Blue) = 224+32+145=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E02091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02091 is #1FDF6E. Grayscale: #666666. Windows color (decimal): -2088815 or 9511136. OLE color: 9511136.
HSL color Cylindrical-coordinate representation of color #E02091: hue angle of 324.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02091 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 145 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.12 |
| HSL | 324.69º | 0.76% | 0.5% | - |
| HSV(B) | 324.69º | 0.86% | 0.88% | - |
| XYZ | 36.37 | 18.92 | 28.52 | - |
| YUV | 102.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 145 | 0 | 0.86 | 0.35 | 0.12 | 324.69 | 0.76 | 0.5 |
| Hex | E0 | 20 | 91 | 0 | 56 | 23 | C | 145 | 4C | 32 |
| Octal | 340 | 40 | 221 | 0 | 126 | 43 | 14 | 505 | 114 | 62 |
| Binary | 11100000 | 100000 | 10010001 | 0 | 1010110 | 100011 | 1100 | 101000101 | 1001100 | 110010 |
Color Harmonies of #E02091
Complementary color
Monochromatic Colors of #E02091
Black with #E02091
Text Example
Text Example
White with #E02091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02091; }
p { color: rgb(224,32,145); }
H1.HeaderClassName
{
color: #E02091;
}
.AnyTagClassName
{
color: #E02091;
}
</style>
background-color css
<style>
a { background-color: #E02091; }
a { background-color: rgb(224,32,145); }
div.DivClassName
{
background-color: #E02091;
}
.BgClassName
{
background-color: #E02091;
}
</style>
border-color css
<style>
span { border-color: #E02091; }
span { border-color: rgb(224,32,145); }
td.TdClassName
{
border-color: #E02091;
}
.TagClassName
{
border-color: #E02091;
}
</style>