Shades of Deep Cerise #E0217C
Tints of Deep Cerise #E0217C
RGB
CMYK
RGB Variations
Color information
#E0217C (or 0xE0217C) is known color: Deep Cerise. HEX triplet: E0, 21 and 7C. RGB value is (224,33,124). Sum of RGB (Red+Green+Blue) = 224+33+124=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0217C is #1FDE83. Grayscale: #646464. Windows color (decimal): -2088580 or 8135136. OLE color: 8135136.
HSL color Cylindrical-coordinate representation of color #E0217C: hue angle of 331.41º 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 #E0217C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 124 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.12 |
| HSL | 331.41º | 0.75% | 0.5% | - |
| HSV(B) | 331.41º | 0.85% | 0.88% | - |
| XYZ | 34.92 | 18.39 | 20.78 | - |
| YUV | 100.48 | 141.28 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 124 | 0 | 0.85 | 0.45 | 0.12 | 331.41 | 0.75 | 0.5 |
| Hex | E0 | 21 | 7C | 0 | 55 | 2D | C | 14B | 4B | 32 |
| Octal | 340 | 41 | 174 | 0 | 125 | 55 | 14 | 513 | 113 | 62 |
| Binary | 11100000 | 100001 | 1111100 | 0 | 1010101 | 101101 | 1100 | 101001011 | 1001011 | 110010 |
Color Harmonies of #E0217C
Complementary color
Monochromatic Colors of #E0217C
Black with #E0217C
Text Example
Text Example
White with #E0217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0217C; }
p { color: rgb(224,33,124); }
H1.HeaderClassName
{
color: #E0217C;
}
.AnyTagClassName
{
color: #E0217C;
}
</style>
background-color css
<style>
a { background-color: #E0217C; }
a { background-color: rgb(224,33,124); }
div.DivClassName
{
background-color: #E0217C;
}
.BgClassName
{
background-color: #E0217C;
}
</style>
border-color css
<style>
span { border-color: #E0217C; }
span { border-color: rgb(224,33,124); }
td.TdClassName
{
border-color: #E0217C;
}
.TagClassName
{
border-color: #E0217C;
}
</style>