Shades of Deep Cerise #E02E9C
Tints of Deep Cerise #E02E9C
RGB
CMYK
RGB Variations
Color information
#E02E9C (or 0xE02E9C) is known color: Deep Cerise. HEX triplet: E0, 2E and 9C. RGB value is (224,46,156). Sum of RGB (Red+Green+Blue) = 224+46+156=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02E9C is #1FD163. Grayscale: #6F6F6F. Windows color (decimal): -2085220 or 10235616. OLE color: 10235616.
HSL color Cylindrical-coordinate representation of color #E02E9C: hue angle of 322.92º 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 #E02E9C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 156 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.12 |
| HSL | 322.92º | 0.74% | 0.53% | - |
| HSV(B) | 322.92º | 0.79% | 0.88% | - |
| XYZ | 37.72 | 20.2 | 33.36 | - |
| YUV | 111.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 156 | 0 | 0.79 | 0.30 | 0.12 | 322.92 | 0.74 | 0.53 |
| Hex | E0 | 2E | 9C | 0 | 4F | 1E | C | 143 | 4A | 35 |
| Octal | 340 | 56 | 234 | 0 | 117 | 36 | 14 | 503 | 112 | 65 |
| Binary | 11100000 | 101110 | 10011100 | 0 | 1001111 | 11110 | 1100 | 101000011 | 1001010 | 110101 |
Color Harmonies of #E02E9C
Complementary color
Monochromatic Colors of #E02E9C
Black with #E02E9C
Text Example
Text Example
White with #E02E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E9C; }
p { color: rgb(224,46,156); }
H1.HeaderClassName
{
color: #E02E9C;
}
.AnyTagClassName
{
color: #E02E9C;
}
</style>
background-color css
<style>
a { background-color: #E02E9C; }
a { background-color: rgb(224,46,156); }
div.DivClassName
{
background-color: #E02E9C;
}
.BgClassName
{
background-color: #E02E9C;
}
</style>
border-color css
<style>
span { border-color: #E02E9C; }
span { border-color: rgb(224,46,156); }
td.TdClassName
{
border-color: #E02E9C;
}
.TagClassName
{
border-color: #E02E9C;
}
</style>