Shades of Deep Cerise #E02080
Tints of Deep Cerise #E02080
RGB
CMYK
RGB Variations
Color information
#E02080 (or 0xE02080) is known color: Deep Cerise. HEX triplet: E0, 20 and 80. RGB value is (224,32,128). Sum of RGB (Red+Green+Blue) = 224+32+128=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E02080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02080 is #1FDF7F. Grayscale: #646464. Windows color (decimal): -2088832 or 8397024. OLE color: 8397024.
HSL color Cylindrical-coordinate representation of color #E02080: hue angle of 330º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02080 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 128 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.12 |
| HSL | 330º | 0.76% | 0.5% | - |
| HSV(B) | 330º | 0.86% | 0.88% | - |
| XYZ | 35.15 | 18.44 | 22.13 | - |
| YUV | 100.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 128 | 0 | 0.86 | 0.43 | 0.12 | 330 | 0.76 | 0.5 |
| Hex | E0 | 20 | 80 | 0 | 56 | 2B | C | 14A | 4C | 32 |
| Octal | 340 | 40 | 200 | 0 | 126 | 53 | 14 | 512 | 114 | 62 |
| Binary | 11100000 | 100000 | 10000000 | 0 | 1010110 | 101011 | 1100 | 101001010 | 1001100 | 110010 |
Color Harmonies of #E02080
Complementary color
Monochromatic Colors of #E02080
Black with #E02080
Text Example
Text Example
White with #E02080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02080; }
p { color: rgb(224,32,128); }
H1.HeaderClassName
{
color: #E02080;
}
.AnyTagClassName
{
color: #E02080;
}
</style>
background-color css
<style>
a { background-color: #E02080; }
a { background-color: rgb(224,32,128); }
div.DivClassName
{
background-color: #E02080;
}
.BgClassName
{
background-color: #E02080;
}
</style>
border-color css
<style>
span { border-color: #E02080; }
span { border-color: rgb(224,32,128); }
td.TdClassName
{
border-color: #E02080;
}
.TagClassName
{
border-color: #E02080;
}
</style>