Shades of Deep Cerise #E1207C
Tints of Deep Cerise #E1207C
RGB
CMYK
RGB Variations
Color information
#E1207C (or 0xE1207C) is known color: Deep Cerise. HEX triplet: E1, 20 and 7C. RGB value is (225,32,124). Sum of RGB (Red+Green+Blue) = 225+32+124=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1207C is #1EDF83. Grayscale: #646464. Windows color (decimal): -2023300 or 8134881. OLE color: 8134881.
HSL color Cylindrical-coordinate representation of color #E1207C: hue angle of 331.4º 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 #E1207C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.12 |
| HSL | 331.4º | 0.76% | 0.5% | - |
| HSV(B) | 331.4º | 0.86% | 0.88% | - |
| XYZ | 35.21 | 18.5 | 20.78 | - |
| YUV | 100.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 124 | 0 | 0.86 | 0.45 | 0.12 | 331.4 | 0.76 | 0.5 |
| Hex | E1 | 20 | 7C | 0 | 56 | 2D | C | 14B | 4C | 32 |
| Octal | 341 | 40 | 174 | 0 | 126 | 55 | 14 | 513 | 114 | 62 |
| Binary | 11100001 | 100000 | 1111100 | 0 | 1010110 | 101101 | 1100 | 101001011 | 1001100 | 110010 |
Color Harmonies of #E1207C
Complementary color
Monochromatic Colors of #E1207C
Black with #E1207C
Text Example
Text Example
White with #E1207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1207C; }
p { color: rgb(225,32,124); }
H1.HeaderClassName
{
color: #E1207C;
}
.AnyTagClassName
{
color: #E1207C;
}
</style>
background-color css
<style>
a { background-color: #E1207C; }
a { background-color: rgb(225,32,124); }
div.DivClassName
{
background-color: #E1207C;
}
.BgClassName
{
background-color: #E1207C;
}
</style>
border-color css
<style>
span { border-color: #E1207C; }
span { border-color: rgb(225,32,124); }
td.TdClassName
{
border-color: #E1207C;
}
.TagClassName
{
border-color: #E1207C;
}
</style>