Shades of Deep Cerise #E0207C
Tints of Deep Cerise #E0207C
RGB
CMYK
RGB Variations
Color information
#E0207C (or 0xE0207C) is known color: Deep Cerise. HEX triplet: E0, 20 and 7C. RGB value is (224,32,124). Sum of RGB (Red+Green+Blue) = 224+32+124=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0207C is #1FDF83. Grayscale: #636363. Windows color (decimal): -2088836 or 8134880. OLE color: 8134880.
HSL color Cylindrical-coordinate representation of color #E0207C: hue angle of 331.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0207C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.12 |
| HSL | 331.25º | 0.76% | 0.5% | - |
| HSV(B) | 331.25º | 0.86% | 0.88% | - |
| XYZ | 34.9 | 18.34 | 20.77 | - |
| YUV | 99.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 124 | 0 | 0.86 | 0.45 | 0.12 | 331.25 | 0.76 | 0.5 |
| Hex | E0 | 20 | 7C | 0 | 56 | 2D | C | 14B | 4C | 32 |
| Octal | 340 | 40 | 174 | 0 | 126 | 55 | 14 | 513 | 114 | 62 |
| Binary | 11100000 | 100000 | 1111100 | 0 | 1010110 | 101101 | 1100 | 101001011 | 1001100 | 110010 |
Color Harmonies of #E0207C
Complementary color
Monochromatic Colors of #E0207C
Black with #E0207C
Text Example
Text Example
White with #E0207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0207C; }
p { color: rgb(224,32,124); }
H1.HeaderClassName
{
color: #E0207C;
}
.AnyTagClassName
{
color: #E0207C;
}
</style>
background-color css
<style>
a { background-color: #E0207C; }
a { background-color: rgb(224,32,124); }
div.DivClassName
{
background-color: #E0207C;
}
.BgClassName
{
background-color: #E0207C;
}
</style>
border-color css
<style>
span { border-color: #E0207C; }
span { border-color: rgb(224,32,124); }
td.TdClassName
{
border-color: #E0207C;
}
.TagClassName
{
border-color: #E0207C;
}
</style>