Shades of Deep Cerise #E1247C
Tints of Deep Cerise #E1247C
RGB
CMYK
RGB Variations
Color information
#E1247C (or 0xE1247C) is known color: Deep Cerise. HEX triplet: E1, 24 and 7C. RGB value is (225,36,124). Sum of RGB (Red+Green+Blue) = 225+36+124=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1247C is #1EDB83. Grayscale: #666666. Windows color (decimal): -2022276 or 8135905. OLE color: 8135905.
HSL color Cylindrical-coordinate representation of color #E1247C: hue angle of 332.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1247C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 124 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.12 |
| HSL | 332.06º | 0.76% | 0.51% | - |
| HSV(B) | 332.06º | 0.84% | 0.88% | - |
| XYZ | 35.32 | 18.72 | 20.82 | - |
| YUV | 102.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 124 | 0 | 0.84 | 0.45 | 0.12 | 332.06 | 0.76 | 0.51 |
| Hex | E1 | 24 | 7C | 0 | 54 | 2D | C | 14C | 4C | 33 |
| Octal | 341 | 44 | 174 | 0 | 124 | 55 | 14 | 514 | 114 | 63 |
| Binary | 11100001 | 100100 | 1111100 | 0 | 1010100 | 101101 | 1100 | 101001100 | 1001100 | 110011 |
Color Harmonies of #E1247C
Complementary color
Monochromatic Colors of #E1247C
Black with #E1247C
Text Example
Text Example
White with #E1247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1247C; }
p { color: rgb(225,36,124); }
H1.HeaderClassName
{
color: #E1247C;
}
.AnyTagClassName
{
color: #E1247C;
}
</style>
background-color css
<style>
a { background-color: #E1247C; }
a { background-color: rgb(225,36,124); }
div.DivClassName
{
background-color: #E1247C;
}
.BgClassName
{
background-color: #E1247C;
}
</style>
border-color css
<style>
span { border-color: #E1247C; }
span { border-color: rgb(225,36,124); }
td.TdClassName
{
border-color: #E1247C;
}
.TagClassName
{
border-color: #E1247C;
}
</style>