Shades of Deep Cerise #E02F9E
Tints of Deep Cerise #E02F9E
RGB
CMYK
RGB Variations
Color information
#E02F9E (or 0xE02F9E) is known color: Deep Cerise. HEX triplet: E0, 2F and 9E. RGB value is (224,47,158). Sum of RGB (Red+Green+Blue) = 224+47+158=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F9E is #1FD061. Grayscale: #707070. Windows color (decimal): -2084962 or 10366944. OLE color: 10366944.
HSL color Cylindrical-coordinate representation of color #E02F9E: hue angle of 322.37º 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 #E02F9E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 158 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.12 |
| HSL | 322.37º | 0.74% | 0.53% | - |
| HSV(B) | 322.37º | 0.79% | 0.88% | - |
| XYZ | 37.93 | 20.35 | 34.28 | - |
| YUV | 112.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 158 | 0 | 0.79 | 0.29 | 0.12 | 322.37 | 0.74 | 0.53 |
| Hex | E0 | 2F | 9E | 0 | 4F | 1D | C | 142 | 4A | 35 |
| Octal | 340 | 57 | 236 | 0 | 117 | 35 | 14 | 502 | 112 | 65 |
| Binary | 11100000 | 101111 | 10011110 | 0 | 1001111 | 11101 | 1100 | 101000010 | 1001010 | 110101 |
Color Harmonies of #E02F9E
Complementary color
Monochromatic Colors of #E02F9E
Black with #E02F9E
Text Example
Text Example
White with #E02F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F9E; }
p { color: rgb(224,47,158); }
H1.HeaderClassName
{
color: #E02F9E;
}
.AnyTagClassName
{
color: #E02F9E;
}
</style>
background-color css
<style>
a { background-color: #E02F9E; }
a { background-color: rgb(224,47,158); }
div.DivClassName
{
background-color: #E02F9E;
}
.BgClassName
{
background-color: #E02F9E;
}
</style>
border-color css
<style>
span { border-color: #E02F9E; }
span { border-color: rgb(224,47,158); }
td.TdClassName
{
border-color: #E02F9E;
}
.TagClassName
{
border-color: #E02F9E;
}
</style>