Shades of Deep Cerise #E0219C
Tints of Deep Cerise #E0219C
RGB
CMYK
RGB Variations
Color information
#E0219C (or 0xE0219C) is known color: Deep Cerise. HEX triplet: E0, 21 and 9C. RGB value is (224,33,156). Sum of RGB (Red+Green+Blue) = 224+33+156=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0219C is #1FDE63. Grayscale: #676767. Windows color (decimal): -2088548 or 10232288. OLE color: 10232288.
HSL color Cylindrical-coordinate representation of color #E0219C: hue angle of 321.36º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0219C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.12 |
| HSL | 321.36º | 0.75% | 0.5% | - |
| HSV(B) | 321.36º | 0.85% | 0.88% | - |
| XYZ | 37.29 | 19.34 | 33.22 | - |
| YUV | 104.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 156 | 0 | 0.85 | 0.30 | 0.12 | 321.36 | 0.75 | 0.5 |
| Hex | E0 | 21 | 9C | 0 | 55 | 1E | C | 141 | 4B | 32 |
| Octal | 340 | 41 | 234 | 0 | 125 | 36 | 14 | 501 | 113 | 62 |
| Binary | 11100000 | 100001 | 10011100 | 0 | 1010101 | 11110 | 1100 | 101000001 | 1001011 | 110010 |
Color Harmonies of #E0219C
Complementary color
Monochromatic Colors of #E0219C
Black with #E0219C
Text Example
Text Example
White with #E0219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0219C; }
p { color: rgb(224,33,156); }
H1.HeaderClassName
{
color: #E0219C;
}
.AnyTagClassName
{
color: #E0219C;
}
</style>
background-color css
<style>
a { background-color: #E0219C; }
a { background-color: rgb(224,33,156); }
div.DivClassName
{
background-color: #E0219C;
}
.BgClassName
{
background-color: #E0219C;
}
</style>
border-color css
<style>
span { border-color: #E0219C; }
span { border-color: rgb(224,33,156); }
td.TdClassName
{
border-color: #E0219C;
}
.TagClassName
{
border-color: #E0219C;
}
</style>