Shades of Deep Cerise #E02384
Tints of Deep Cerise #E02384
RGB
CMYK
RGB Variations
Color information
#E02384 (or 0xE02384) is known color: Deep Cerise. HEX triplet: E0, 23 and 84. RGB value is (224,35,132). Sum of RGB (Red+Green+Blue) = 224+35+132=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E02384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02384 is #1FDC7B. Grayscale: #666666. Windows color (decimal): -2088060 or 8659936. OLE color: 8659936.
HSL color Cylindrical-coordinate representation of color #E02384: hue angle of 329.21º 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 #E02384 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 132 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.12 |
| HSL | 329.21º | 0.75% | 0.51% | - |
| HSV(B) | 329.21º | 0.84% | 0.88% | - |
| XYZ | 35.51 | 18.72 | 23.57 | - |
| YUV | 102.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 132 | 0 | 0.84 | 0.41 | 0.12 | 329.21 | 0.75 | 0.51 |
| Hex | E0 | 23 | 84 | 0 | 54 | 29 | C | 149 | 4B | 33 |
| Octal | 340 | 43 | 204 | 0 | 124 | 51 | 14 | 511 | 113 | 63 |
| Binary | 11100000 | 100011 | 10000100 | 0 | 1010100 | 101001 | 1100 | 101001001 | 1001011 | 110011 |
Color Harmonies of #E02384
Complementary color
Monochromatic Colors of #E02384
Black with #E02384
Text Example
Text Example
White with #E02384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02384; }
p { color: rgb(224,35,132); }
H1.HeaderClassName
{
color: #E02384;
}
.AnyTagClassName
{
color: #E02384;
}
</style>
background-color css
<style>
a { background-color: #E02384; }
a { background-color: rgb(224,35,132); }
div.DivClassName
{
background-color: #E02384;
}
.BgClassName
{
background-color: #E02384;
}
</style>
border-color css
<style>
span { border-color: #E02384; }
span { border-color: rgb(224,35,132); }
td.TdClassName
{
border-color: #E02384;
}
.TagClassName
{
border-color: #E02384;
}
</style>