Shades of Deep Cerise #E02F80
Tints of Deep Cerise #E02F80
RGB
CMYK
RGB Variations
Color information
#E02F80 (or 0xE02F80) is known color: Deep Cerise. HEX triplet: E0, 2F and 80. RGB value is (224,47,128). Sum of RGB (Red+Green+Blue) = 224+47+128=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F80 is #1FD07F. Grayscale: #6D6D6D. Windows color (decimal): -2084992 or 8400864. OLE color: 8400864.
HSL color Cylindrical-coordinate representation of color #E02F80: hue angle of 332.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F80 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 128 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.12 |
| HSL | 332.54º | 0.74% | 0.53% | - |
| HSV(B) | 332.54º | 0.79% | 0.88% | - |
| XYZ | 35.65 | 19.44 | 22.3 | - |
| YUV | 109.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 128 | 0 | 0.79 | 0.43 | 0.12 | 332.54 | 0.74 | 0.53 |
| Hex | E0 | 2F | 80 | 0 | 4F | 2B | C | 14D | 4A | 35 |
| Octal | 340 | 57 | 200 | 0 | 117 | 53 | 14 | 515 | 112 | 65 |
| Binary | 11100000 | 101111 | 10000000 | 0 | 1001111 | 101011 | 1100 | 101001101 | 1001010 | 110101 |
Color Harmonies of #E02F80
Complementary color
Monochromatic Colors of #E02F80
Black with #E02F80
Text Example
Text Example
White with #E02F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F80; }
p { color: rgb(224,47,128); }
H1.HeaderClassName
{
color: #E02F80;
}
.AnyTagClassName
{
color: #E02F80;
}
</style>
background-color css
<style>
a { background-color: #E02F80; }
a { background-color: rgb(224,47,128); }
div.DivClassName
{
background-color: #E02F80;
}
.BgClassName
{
background-color: #E02F80;
}
</style>
border-color css
<style>
span { border-color: #E02F80; }
span { border-color: rgb(224,47,128); }
td.TdClassName
{
border-color: #E02F80;
}
.TagClassName
{
border-color: #E02F80;
}
</style>