Shades of Deep Cerise #E02A9F
Tints of Deep Cerise #E02A9F
RGB
CMYK
RGB Variations
Color information
#E02A9F (or 0xE02A9F) is known color: Deep Cerise. HEX triplet: E0, 2A and 9F. RGB value is (224,42,159). Sum of RGB (Red+Green+Blue) = 224+42+159=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02A9F is #1FD560. Grayscale: #6D6D6D. Windows color (decimal): -2086241 or 10431200. OLE color: 10431200.
HSL color Cylindrical-coordinate representation of color #E02A9F: hue angle of 321.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A9F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 159 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.12 |
| HSL | 321.43º | 0.75% | 0.52% | - |
| HSV(B) | 321.43º | 0.81% | 0.88% | - |
| XYZ | 37.83 | 20.01 | 34.67 | - |
| YUV | 109.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 159 | 0 | 0.81 | 0.29 | 0.12 | 321.43 | 0.75 | 0.52 |
| Hex | E0 | 2A | 9F | 0 | 51 | 1D | C | 141 | 4B | 34 |
| Octal | 340 | 52 | 237 | 0 | 121 | 35 | 14 | 501 | 113 | 64 |
| Binary | 11100000 | 101010 | 10011111 | 0 | 1010001 | 11101 | 1100 | 101000001 | 1001011 | 110100 |
Color Harmonies of #E02A9F
Complementary color
Monochromatic Colors of #E02A9F
Black with #E02A9F
Text Example
Text Example
White with #E02A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A9F; }
p { color: rgb(224,42,159); }
H1.HeaderClassName
{
color: #E02A9F;
}
.AnyTagClassName
{
color: #E02A9F;
}
</style>
background-color css
<style>
a { background-color: #E02A9F; }
a { background-color: rgb(224,42,159); }
div.DivClassName
{
background-color: #E02A9F;
}
.BgClassName
{
background-color: #E02A9F;
}
</style>
border-color css
<style>
span { border-color: #E02A9F; }
span { border-color: rgb(224,42,159); }
td.TdClassName
{
border-color: #E02A9F;
}
.TagClassName
{
border-color: #E02A9F;
}
</style>