Shades of Deep Cerise #E02C9F
Tints of Deep Cerise #E02C9F
RGB
CMYK
RGB Variations
Color information
#E02C9F (or 0xE02C9F) is known color: Deep Cerise. HEX triplet: E0, 2C and 9F. RGB value is (224,44,159). Sum of RGB (Red+Green+Blue) = 224+44+159=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02C9F is #1FD360. Grayscale: #6E6E6E. Windows color (decimal): -2085729 or 10431712. OLE color: 10431712.
HSL color Cylindrical-coordinate representation of color #E02C9F: hue angle of 321.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C9F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 159 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.12 |
| HSL | 321.67º | 0.74% | 0.53% | - |
| HSV(B) | 321.67º | 0.8% | 0.88% | - |
| XYZ | 37.9 | 20.15 | 34.69 | - |
| YUV | 110.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 159 | 0 | 0.80 | 0.29 | 0.12 | 321.67 | 0.74 | 0.53 |
| Hex | E0 | 2C | 9F | 0 | 50 | 1D | C | 142 | 4A | 35 |
| Octal | 340 | 54 | 237 | 0 | 120 | 35 | 14 | 502 | 112 | 65 |
| Binary | 11100000 | 101100 | 10011111 | 0 | 1010000 | 11101 | 1100 | 101000010 | 1001010 | 110101 |
Color Harmonies of #E02C9F
Complementary color
Monochromatic Colors of #E02C9F
Black with #E02C9F
Text Example
Text Example
White with #E02C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C9F; }
p { color: rgb(224,44,159); }
H1.HeaderClassName
{
color: #E02C9F;
}
.AnyTagClassName
{
color: #E02C9F;
}
</style>
background-color css
<style>
a { background-color: #E02C9F; }
a { background-color: rgb(224,44,159); }
div.DivClassName
{
background-color: #E02C9F;
}
.BgClassName
{
background-color: #E02C9F;
}
</style>
border-color css
<style>
span { border-color: #E02C9F; }
span { border-color: rgb(224,44,159); }
td.TdClassName
{
border-color: #E02C9F;
}
.TagClassName
{
border-color: #E02C9F;
}
</style>