Shades of Deep Cerise #E03F80
Tints of Deep Cerise #E03F80
RGB
CMYK
RGB Variations
Color information
#E03F80 (or 0xE03F80) is known color: Deep Cerise. HEX triplet: E0, 3F and 80. RGB value is (224,63,128). Sum of RGB (Red+Green+Blue) = 224+63+128=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03F80 is #1FC07F. Grayscale: #767676. Windows color (decimal): -2080896 or 8404960. OLE color: 8404960.
HSL color Cylindrical-coordinate representation of color #E03F80: hue angle of 335.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F80 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 128 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.12 |
| HSL | 335.78º | 0.72% | 0.56% | - |
| HSV(B) | 335.78º | 0.72% | 0.88% | - |
| XYZ | 36.41 | 20.96 | 22.55 | - |
| YUV | 118.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 128 | 0 | 0.72 | 0.43 | 0.12 | 335.78 | 0.72 | 0.56 |
| Hex | E0 | 3F | 80 | 0 | 48 | 2B | C | 150 | 48 | 38 |
| Octal | 340 | 77 | 200 | 0 | 110 | 53 | 14 | 520 | 110 | 70 |
| Binary | 11100000 | 111111 | 10000000 | 0 | 1001000 | 101011 | 1100 | 101010000 | 1001000 | 111000 |
Color Harmonies of #E03F80
Complementary color
Monochromatic Colors of #E03F80
Black with #E03F80
Text Example
Text Example
White with #E03F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F80; }
p { color: rgb(224,63,128); }
H1.HeaderClassName
{
color: #E03F80;
}
.AnyTagClassName
{
color: #E03F80;
}
</style>
background-color css
<style>
a { background-color: #E03F80; }
a { background-color: rgb(224,63,128); }
div.DivClassName
{
background-color: #E03F80;
}
.BgClassName
{
background-color: #E03F80;
}
</style>
border-color css
<style>
span { border-color: #E03F80; }
span { border-color: rgb(224,63,128); }
td.TdClassName
{
border-color: #E03F80;
}
.TagClassName
{
border-color: #E03F80;
}
</style>