Shades of Deep Cerise #E02F89
Tints of Deep Cerise #E02F89
RGB
CMYK
RGB Variations
Color information
#E02F89 (or 0xE02F89) is known color: Deep Cerise. HEX triplet: E0, 2F and 89. RGB value is (224,47,137). Sum of RGB (Red+Green+Blue) = 224+47+137=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F89 is #1FD076. Grayscale: #6E6E6E. Windows color (decimal): -2084983 or 8990688. OLE color: 8990688.
HSL color Cylindrical-coordinate representation of color #E02F89: hue angle of 329.49º 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 #E02F89 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 137 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.12 |
| HSL | 329.49º | 0.74% | 0.53% | - |
| HSV(B) | 329.49º | 0.79% | 0.88% | - |
| XYZ | 36.27 | 19.69 | 25.56 | - |
| YUV | 110.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 137 | 0 | 0.79 | 0.39 | 0.12 | 329.49 | 0.74 | 0.53 |
| Hex | E0 | 2F | 89 | 0 | 4F | 27 | C | 149 | 4A | 35 |
| Octal | 340 | 57 | 211 | 0 | 117 | 47 | 14 | 511 | 112 | 65 |
| Binary | 11100000 | 101111 | 10001001 | 0 | 1001111 | 100111 | 1100 | 101001001 | 1001010 | 110101 |
Color Harmonies of #E02F89
Complementary color
Monochromatic Colors of #E02F89
Black with #E02F89
Text Example
Text Example
White with #E02F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F89; }
p { color: rgb(224,47,137); }
H1.HeaderClassName
{
color: #E02F89;
}
.AnyTagClassName
{
color: #E02F89;
}
</style>
background-color css
<style>
a { background-color: #E02F89; }
a { background-color: rgb(224,47,137); }
div.DivClassName
{
background-color: #E02F89;
}
.BgClassName
{
background-color: #E02F89;
}
</style>
border-color css
<style>
span { border-color: #E02F89; }
span { border-color: rgb(224,47,137); }
td.TdClassName
{
border-color: #E02F89;
}
.TagClassName
{
border-color: #E02F89;
}
</style>