Shades of Deep Cerise #E02F88
Tints of Deep Cerise #E02F88
RGB
CMYK
RGB Variations
Color information
#E02F88 (or 0xE02F88) is known color: Deep Cerise. HEX triplet: E0, 2F and 88. RGB value is (224,47,136). Sum of RGB (Red+Green+Blue) = 224+47+136=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F88 is #1FD077. Grayscale: #6D6D6D. Windows color (decimal): -2084984 or 8925152. OLE color: 8925152.
HSL color Cylindrical-coordinate representation of color #E02F88: hue angle of 329.83º 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 #E02F88 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 136 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.12 |
| HSL | 329.83º | 0.74% | 0.53% | - |
| HSV(B) | 329.83º | 0.79% | 0.88% | - |
| XYZ | 36.2 | 19.66 | 25.18 | - |
| YUV | 110.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 136 | 0 | 0.79 | 0.39 | 0.12 | 329.83 | 0.74 | 0.53 |
| Hex | E0 | 2F | 88 | 0 | 4F | 27 | C | 14A | 4A | 35 |
| Octal | 340 | 57 | 210 | 0 | 117 | 47 | 14 | 512 | 112 | 65 |
| Binary | 11100000 | 101111 | 10001000 | 0 | 1001111 | 100111 | 1100 | 101001010 | 1001010 | 110101 |
Color Harmonies of #E02F88
Complementary color
Monochromatic Colors of #E02F88
Black with #E02F88
Text Example
Text Example
White with #E02F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F88; }
p { color: rgb(224,47,136); }
H1.HeaderClassName
{
color: #E02F88;
}
.AnyTagClassName
{
color: #E02F88;
}
</style>
background-color css
<style>
a { background-color: #E02F88; }
a { background-color: rgb(224,47,136); }
div.DivClassName
{
background-color: #E02F88;
}
.BgClassName
{
background-color: #E02F88;
}
</style>
border-color css
<style>
span { border-color: #E02F88; }
span { border-color: rgb(224,47,136); }
td.TdClassName
{
border-color: #E02F88;
}
.TagClassName
{
border-color: #E02F88;
}
</style>