Shades of Deep Cerise #E02486
Tints of Deep Cerise #E02486
RGB
CMYK
RGB Variations
Color information
#E02486 (or 0xE02486) is known color: Deep Cerise. HEX triplet: E0, 24 and 86. RGB value is (224,36,134). Sum of RGB (Red+Green+Blue) = 224+36+134=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E02486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02486 is #1FDB79. Grayscale: #676767. Windows color (decimal): -2087802 or 8791264. OLE color: 8791264.
HSL color Cylindrical-coordinate representation of color #E02486: hue angle of 328.72º 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 #E02486 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 134 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.12 |
| HSL | 328.72º | 0.75% | 0.51% | - |
| HSV(B) | 328.72º | 0.84% | 0.88% | - |
| XYZ | 35.67 | 18.83 | 24.31 | - |
| YUV | 103.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 134 | 0 | 0.84 | 0.40 | 0.12 | 328.72 | 0.75 | 0.51 |
| Hex | E0 | 24 | 86 | 0 | 54 | 28 | C | 149 | 4B | 33 |
| Octal | 340 | 44 | 206 | 0 | 124 | 50 | 14 | 511 | 113 | 63 |
| Binary | 11100000 | 100100 | 10000110 | 0 | 1010100 | 101000 | 1100 | 101001001 | 1001011 | 110011 |
Color Harmonies of #E02486
Complementary color
Monochromatic Colors of #E02486
Black with #E02486
Text Example
Text Example
White with #E02486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02486; }
p { color: rgb(224,36,134); }
H1.HeaderClassName
{
color: #E02486;
}
.AnyTagClassName
{
color: #E02486;
}
</style>
background-color css
<style>
a { background-color: #E02486; }
a { background-color: rgb(224,36,134); }
div.DivClassName
{
background-color: #E02486;
}
.BgClassName
{
background-color: #E02486;
}
</style>
border-color css
<style>
span { border-color: #E02486; }
span { border-color: rgb(224,36,134); }
td.TdClassName
{
border-color: #E02486;
}
.TagClassName
{
border-color: #E02486;
}
</style>