Shades of Deep Cerise #E02288
Tints of Deep Cerise #E02288
RGB
CMYK
RGB Variations
Color information
#E02288 (or 0xE02288) is known color: Deep Cerise. HEX triplet: E0, 22 and 88. RGB value is (224,34,136). Sum of RGB (Red+Green+Blue) = 224+34+136=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E02288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02288 is #1FDD77. Grayscale: #666666. Windows color (decimal): -2088312 or 8921824. OLE color: 8921824.
HSL color Cylindrical-coordinate representation of color #E02288: hue angle of 327.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02288 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 136 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.12 |
| HSL | 327.79º | 0.75% | 0.51% | - |
| HSV(B) | 327.79º | 0.85% | 0.88% | - |
| XYZ | 35.76 | 18.77 | 25.03 | - |
| YUV | 102.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 136 | 0 | 0.85 | 0.39 | 0.12 | 327.79 | 0.75 | 0.51 |
| Hex | E0 | 22 | 88 | 0 | 55 | 27 | C | 148 | 4B | 33 |
| Octal | 340 | 42 | 210 | 0 | 125 | 47 | 14 | 510 | 113 | 63 |
| Binary | 11100000 | 100010 | 10001000 | 0 | 1010101 | 100111 | 1100 | 101001000 | 1001011 | 110011 |
Color Harmonies of #E02288
Complementary color
Monochromatic Colors of #E02288
Black with #E02288
Text Example
Text Example
White with #E02288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02288; }
p { color: rgb(224,34,136); }
H1.HeaderClassName
{
color: #E02288;
}
.AnyTagClassName
{
color: #E02288;
}
</style>
background-color css
<style>
a { background-color: #E02288; }
a { background-color: rgb(224,34,136); }
div.DivClassName
{
background-color: #E02288;
}
.BgClassName
{
background-color: #E02288;
}
</style>
border-color css
<style>
span { border-color: #E02288; }
span { border-color: rgb(224,34,136); }
td.TdClassName
{
border-color: #E02288;
}
.TagClassName
{
border-color: #E02288;
}
</style>