Shades of Deep Cerise #E02F9F
Tints of Deep Cerise #E02F9F
RGB
CMYK
RGB Variations
Color information
#E02F9F (or 0xE02F9F) is known color: Deep Cerise. HEX triplet: E0, 2F and 9F. RGB value is (224,47,159). Sum of RGB (Red+Green+Blue) = 224+47+159=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F9F is #1FD060. Grayscale: #707070. Windows color (decimal): -2084961 or 10432480. OLE color: 10432480.
HSL color Cylindrical-coordinate representation of color #E02F9F: hue angle of 322.03º 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 #E02F9F is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 159 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.12 |
| HSL | 322.03º | 0.74% | 0.53% | - |
| HSV(B) | 322.03º | 0.79% | 0.88% | - |
| XYZ | 38.02 | 20.38 | 34.73 | - |
| YUV | 112.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 159 | 0 | 0.79 | 0.29 | 0.12 | 322.03 | 0.74 | 0.53 |
| Hex | E0 | 2F | 9F | 0 | 4F | 1D | C | 142 | 4A | 35 |
| Octal | 340 | 57 | 237 | 0 | 117 | 35 | 14 | 502 | 112 | 65 |
| Binary | 11100000 | 101111 | 10011111 | 0 | 1001111 | 11101 | 1100 | 101000010 | 1001010 | 110101 |
Color Harmonies of #E02F9F
Complementary color
Monochromatic Colors of #E02F9F
Black with #E02F9F
Text Example
Text Example
White with #E02F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F9F; }
p { color: rgb(224,47,159); }
H1.HeaderClassName
{
color: #E02F9F;
}
.AnyTagClassName
{
color: #E02F9F;
}
</style>
background-color css
<style>
a { background-color: #E02F9F; }
a { background-color: rgb(224,47,159); }
div.DivClassName
{
background-color: #E02F9F;
}
.BgClassName
{
background-color: #E02F9F;
}
</style>
border-color css
<style>
span { border-color: #E02F9F; }
span { border-color: rgb(224,47,159); }
td.TdClassName
{
border-color: #E02F9F;
}
.TagClassName
{
border-color: #E02F9F;
}
</style>