Shades of Deep Cerise #E02880
Tints of Deep Cerise #E02880
RGB
CMYK
RGB Variations
Color information
#E02880 (or 0xE02880) is known color: Deep Cerise. HEX triplet: E0, 28 and 80. RGB value is (224,40,128). Sum of RGB (Red+Green+Blue) = 224+40+128=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02880 is #1FD77F. Grayscale: #686868. Windows color (decimal): -2086784 or 8399072. OLE color: 8399072.
HSL color Cylindrical-coordinate representation of color #E02880: hue angle of 331.3º 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 #E02880 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 128 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.12 |
| HSL | 331.3º | 0.75% | 0.52% | - |
| HSV(B) | 331.3º | 0.82% | 0.88% | - |
| XYZ | 35.4 | 18.92 | 22.21 | - |
| YUV | 105.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 128 | 0 | 0.82 | 0.43 | 0.12 | 331.3 | 0.75 | 0.52 |
| Hex | E0 | 28 | 80 | 0 | 52 | 2B | C | 14B | 4B | 34 |
| Octal | 340 | 50 | 200 | 0 | 122 | 53 | 14 | 513 | 113 | 64 |
| Binary | 11100000 | 101000 | 10000000 | 0 | 1010010 | 101011 | 1100 | 101001011 | 1001011 | 110100 |
Color Harmonies of #E02880
Complementary color
Monochromatic Colors of #E02880
Black with #E02880
Text Example
Text Example
White with #E02880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02880; }
p { color: rgb(224,40,128); }
H1.HeaderClassName
{
color: #E02880;
}
.AnyTagClassName
{
color: #E02880;
}
</style>
background-color css
<style>
a { background-color: #E02880; }
a { background-color: rgb(224,40,128); }
div.DivClassName
{
background-color: #E02880;
}
.BgClassName
{
background-color: #E02880;
}
</style>
border-color css
<style>
span { border-color: #E02880; }
span { border-color: rgb(224,40,128); }
td.TdClassName
{
border-color: #E02880;
}
.TagClassName
{
border-color: #E02880;
}
</style>