Shades of Deep Cerise #E9207C
Tints of Deep Cerise #E9207C
RGB
CMYK
RGB Variations
Color information
#E9207C (or 0xE9207C) is known color: Deep Cerise. HEX triplet: E9, 20 and 7C. RGB value is (233,32,124). Sum of RGB (Red+Green+Blue) = 233+32+124=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E9207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9207C is #16DF83. Grayscale: #666666. Windows color (decimal): -1499012 or 8134889. OLE color: 8134889.
HSL color Cylindrical-coordinate representation of color #E9207C: hue angle of 332.54º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9207C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.09 |
| HSL | 332.54º | 0.82% | 0.52% | - |
| HSV(B) | 332.54º | 0.86% | 0.91% | - |
| XYZ | 37.76 | 19.81 | 20.9 | - |
| YUV | 102.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 124 | 0 | 0.86 | 0.47 | 0.09 | 332.54 | 0.82 | 0.52 |
| Hex | E9 | 20 | 7C | 0 | 56 | 2F | 9 | 14D | 52 | 34 |
| Octal | 351 | 40 | 174 | 0 | 126 | 57 | 11 | 515 | 122 | 64 |
| Binary | 11101001 | 100000 | 1111100 | 0 | 1010110 | 101111 | 1001 | 101001101 | 1010010 | 110100 |
Color Harmonies of #E9207C
Complementary color
Monochromatic Colors of #E9207C
Black with #E9207C
Text Example
Text Example
White with #E9207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9207C; }
p { color: rgb(233,32,124); }
H1.HeaderClassName
{
color: #E9207C;
}
.AnyTagClassName
{
color: #E9207C;
}
</style>
background-color css
<style>
a { background-color: #E9207C; }
a { background-color: rgb(233,32,124); }
div.DivClassName
{
background-color: #E9207C;
}
.BgClassName
{
background-color: #E9207C;
}
</style>
border-color css
<style>
span { border-color: #E9207C; }
span { border-color: rgb(233,32,124); }
td.TdClassName
{
border-color: #E9207C;
}
.TagClassName
{
border-color: #E9207C;
}
</style>