Shades of Deep Cerise #E0219D
Tints of Deep Cerise #E0219D
RGB
CMYK
RGB Variations
Color information
#E0219D (or 0xE0219D) is known color: Deep Cerise. HEX triplet: E0, 21 and 9D. RGB value is (224,33,157). Sum of RGB (Red+Green+Blue) = 224+33+157=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0219D is #1FDE62. Grayscale: #676767. Windows color (decimal): -2088547 or 10297824. OLE color: 10297824.
HSL color Cylindrical-coordinate representation of color #E0219D: hue angle of 321.05º 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 #E0219D is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 157 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.12 |
| HSL | 321.05º | 0.75% | 0.5% | - |
| HSV(B) | 321.05º | 0.85% | 0.88% | - |
| XYZ | 37.37 | 19.37 | 33.67 | - |
| YUV | 104.25 | 157.78 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 157 | 0 | 0.85 | 0.30 | 0.12 | 321.05 | 0.75 | 0.5 |
| Hex | E0 | 21 | 9D | 0 | 55 | 1E | C | 141 | 4B | 32 |
| Octal | 340 | 41 | 235 | 0 | 125 | 36 | 14 | 501 | 113 | 62 |
| Binary | 11100000 | 100001 | 10011101 | 0 | 1010101 | 11110 | 1100 | 101000001 | 1001011 | 110010 |
Color Harmonies of #E0219D
Complementary color
Monochromatic Colors of #E0219D
Black with #E0219D
Text Example
Text Example
White with #E0219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0219D; }
p { color: rgb(224,33,157); }
H1.HeaderClassName
{
color: #E0219D;
}
.AnyTagClassName
{
color: #E0219D;
}
</style>
background-color css
<style>
a { background-color: #E0219D; }
a { background-color: rgb(224,33,157); }
div.DivClassName
{
background-color: #E0219D;
}
.BgClassName
{
background-color: #E0219D;
}
</style>
border-color css
<style>
span { border-color: #E0219D; }
span { border-color: rgb(224,33,157); }
td.TdClassName
{
border-color: #E0219D;
}
.TagClassName
{
border-color: #E0219D;
}
</style>