Shades of Deep Cerise #E02986
Tints of Deep Cerise #E02986
RGB
CMYK
RGB Variations
Color information
#E02986 (or 0xE02986) is known color: Deep Cerise. HEX triplet: E0, 29 and 86. RGB value is (224,41,134). Sum of RGB (Red+Green+Blue) = 224+41+134=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E02986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02986 is #1FD679. Grayscale: #6A6A6A. Windows color (decimal): -2086522 or 8792544. OLE color: 8792544.
HSL color Cylindrical-coordinate representation of color #E02986: hue angle of 329.51º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02986 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 134 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.12 |
| HSL | 329.51º | 0.75% | 0.52% | - |
| HSV(B) | 329.51º | 0.82% | 0.88% | - |
| XYZ | 35.84 | 19.15 | 24.36 | - |
| YUV | 106.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 134 | 0 | 0.82 | 0.40 | 0.12 | 329.51 | 0.75 | 0.52 |
| Hex | E0 | 29 | 86 | 0 | 52 | 28 | C | 14A | 4B | 34 |
| Octal | 340 | 51 | 206 | 0 | 122 | 50 | 14 | 512 | 113 | 64 |
| Binary | 11100000 | 101001 | 10000110 | 0 | 1010010 | 101000 | 1100 | 101001010 | 1001011 | 110100 |
Color Harmonies of #E02986
Complementary color
Monochromatic Colors of #E02986
Black with #E02986
Text Example
Text Example
White with #E02986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02986; }
p { color: rgb(224,41,134); }
H1.HeaderClassName
{
color: #E02986;
}
.AnyTagClassName
{
color: #E02986;
}
</style>
background-color css
<style>
a { background-color: #E02986; }
a { background-color: rgb(224,41,134); }
div.DivClassName
{
background-color: #E02986;
}
.BgClassName
{
background-color: #E02986;
}
</style>
border-color css
<style>
span { border-color: #E02986; }
span { border-color: rgb(224,41,134); }
td.TdClassName
{
border-color: #E02986;
}
.TagClassName
{
border-color: #E02986;
}
</style>