Shades of Deep Cerise #E0217B
Tints of Deep Cerise #E0217B
RGB
CMYK
RGB Variations
Color information
#E0217B (or 0xE0217B) is known color: Deep Cerise. HEX triplet: E0, 21 and 7B. RGB value is (224,33,123). Sum of RGB (Red+Green+Blue) = 224+33+123=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0217B is #1FDE84. Grayscale: #646464. Windows color (decimal): -2088581 or 8069600. OLE color: 8069600.
HSL color Cylindrical-coordinate representation of color #E0217B: hue angle of 331.73º 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 #E0217B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 123 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.12 |
| HSL | 331.73º | 0.75% | 0.5% | - |
| HSV(B) | 331.73º | 0.85% | 0.88% | - |
| XYZ | 34.86 | 18.37 | 20.45 | - |
| YUV | 100.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 123 | 0 | 0.85 | 0.45 | 0.12 | 331.73 | 0.75 | 0.5 |
| Hex | E0 | 21 | 7B | 0 | 55 | 2D | C | 14C | 4B | 32 |
| Octal | 340 | 41 | 173 | 0 | 125 | 55 | 14 | 514 | 113 | 62 |
| Binary | 11100000 | 100001 | 1111011 | 0 | 1010101 | 101101 | 1100 | 101001100 | 1001011 | 110010 |
Color Harmonies of #E0217B
Complementary color
Monochromatic Colors of #E0217B
Black with #E0217B
Text Example
Text Example
White with #E0217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0217B; }
p { color: rgb(224,33,123); }
H1.HeaderClassName
{
color: #E0217B;
}
.AnyTagClassName
{
color: #E0217B;
}
</style>
background-color css
<style>
a { background-color: #E0217B; }
a { background-color: rgb(224,33,123); }
div.DivClassName
{
background-color: #E0217B;
}
.BgClassName
{
background-color: #E0217B;
}
</style>
border-color css
<style>
span { border-color: #E0217B; }
span { border-color: rgb(224,33,123); }
td.TdClassName
{
border-color: #E0217B;
}
.TagClassName
{
border-color: #E0217B;
}
</style>