Shades of Deep Cerise #E52E7C
Tints of Deep Cerise #E52E7C
RGB
CMYK
RGB Variations
Color information
#E52E7C (or 0xE52E7C) is known color: Deep Cerise. HEX triplet: E5, 2E and 7C. RGB value is (229,46,124). Sum of RGB (Red+Green+Blue) = 229+46+124=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E7C is #1AD183. Grayscale: #6D6D6D. Windows color (decimal): -1757572 or 8138469. OLE color: 8138469.
HSL color Cylindrical-coordinate representation of color #E52E7C: hue angle of 334.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E7C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 124 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.10 |
| HSL | 334.43º | 0.78% | 0.54% | - |
| HSV(B) | 334.43º | 0.8% | 0.9% | - |
| XYZ | 36.93 | 20.07 | 21 | - |
| YUV | 109.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 124 | 0 | 0.80 | 0.46 | 0.10 | 334.43 | 0.78 | 0.54 |
| Hex | E5 | 2E | 7C | 0 | 50 | 2E | A | 14E | 4E | 36 |
| Octal | 345 | 56 | 174 | 0 | 120 | 56 | 12 | 516 | 116 | 66 |
| Binary | 11100101 | 101110 | 1111100 | 0 | 1010000 | 101110 | 1010 | 101001110 | 1001110 | 110110 |
Color Harmonies of #E52E7C
Complementary color
Monochromatic Colors of #E52E7C
Black with #E52E7C
Text Example
Text Example
White with #E52E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E7C; }
p { color: rgb(229,46,124); }
H1.HeaderClassName
{
color: #E52E7C;
}
.AnyTagClassName
{
color: #E52E7C;
}
</style>
background-color css
<style>
a { background-color: #E52E7C; }
a { background-color: rgb(229,46,124); }
div.DivClassName
{
background-color: #E52E7C;
}
.BgClassName
{
background-color: #E52E7C;
}
</style>
border-color css
<style>
span { border-color: #E52E7C; }
span { border-color: rgb(229,46,124); }
td.TdClassName
{
border-color: #E52E7C;
}
.TagClassName
{
border-color: #E52E7C;
}
</style>