Shades of Deep Cerise #E02884
Tints of Deep Cerise #E02884
RGB
CMYK
RGB Variations
Color information
#E02884 (or 0xE02884) is known color: Deep Cerise. HEX triplet: E0, 28 and 84. RGB value is (224,40,132). Sum of RGB (Red+Green+Blue) = 224+40+132=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E02884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02884 is #1FD77B. Grayscale: #696969. Windows color (decimal): -2086780 or 8661216. OLE color: 8661216.
HSL color Cylindrical-coordinate representation of color #E02884: hue angle of 330º 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 #E02884 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 132 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.12 |
| HSL | 330º | 0.75% | 0.52% | - |
| HSV(B) | 330º | 0.82% | 0.88% | - |
| XYZ | 35.66 | 19.03 | 23.62 | - |
| YUV | 105.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 132 | 0 | 0.82 | 0.41 | 0.12 | 330 | 0.75 | 0.52 |
| Hex | E0 | 28 | 84 | 0 | 52 | 29 | C | 14A | 4B | 34 |
| Octal | 340 | 50 | 204 | 0 | 122 | 51 | 14 | 512 | 113 | 64 |
| Binary | 11100000 | 101000 | 10000100 | 0 | 1010010 | 101001 | 1100 | 101001010 | 1001011 | 110100 |
Color Harmonies of #E02884
Complementary color
Monochromatic Colors of #E02884
Black with #E02884
Text Example
Text Example
White with #E02884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02884; }
p { color: rgb(224,40,132); }
H1.HeaderClassName
{
color: #E02884;
}
.AnyTagClassName
{
color: #E02884;
}
</style>
background-color css
<style>
a { background-color: #E02884; }
a { background-color: rgb(224,40,132); }
div.DivClassName
{
background-color: #E02884;
}
.BgClassName
{
background-color: #E02884;
}
</style>
border-color css
<style>
span { border-color: #E02884; }
span { border-color: rgb(224,40,132); }
td.TdClassName
{
border-color: #E02884;
}
.TagClassName
{
border-color: #E02884;
}
</style>