Shades of Deep Cerise #E52E7D
Tints of Deep Cerise #E52E7D
RGB
CMYK
RGB Variations
Color information
#E52E7D (or 0xE52E7D) is known color: Deep Cerise. HEX triplet: E5, 2E and 7D. RGB value is (229,46,125). Sum of RGB (Red+Green+Blue) = 229+46+125=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E7D is #1AD182. Grayscale: #6D6D6D. Windows color (decimal): -1757571 or 8204005. OLE color: 8204005.
HSL color Cylindrical-coordinate representation of color #E52E7D: hue angle of 334.1º 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 #E52E7D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 125 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.10 |
| HSL | 334.1º | 0.78% | 0.54% | - |
| HSV(B) | 334.1º | 0.8% | 0.9% | - |
| XYZ | 36.99 | 20.09 | 21.33 | - |
| YUV | 109.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 125 | 0 | 0.80 | 0.45 | 0.10 | 334.1 | 0.78 | 0.54 |
| Hex | E5 | 2E | 7D | 0 | 50 | 2D | A | 14E | 4E | 36 |
| Octal | 345 | 56 | 175 | 0 | 120 | 55 | 12 | 516 | 116 | 66 |
| Binary | 11100101 | 101110 | 1111101 | 0 | 1010000 | 101101 | 1010 | 101001110 | 1001110 | 110110 |
Color Harmonies of #E52E7D
Complementary color
Monochromatic Colors of #E52E7D
Black with #E52E7D
Text Example
Text Example
White with #E52E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E7D; }
p { color: rgb(229,46,125); }
H1.HeaderClassName
{
color: #E52E7D;
}
.AnyTagClassName
{
color: #E52E7D;
}
</style>
background-color css
<style>
a { background-color: #E52E7D; }
a { background-color: rgb(229,46,125); }
div.DivClassName
{
background-color: #E52E7D;
}
.BgClassName
{
background-color: #E52E7D;
}
</style>
border-color css
<style>
span { border-color: #E52E7D; }
span { border-color: rgb(229,46,125); }
td.TdClassName
{
border-color: #E52E7D;
}
.TagClassName
{
border-color: #E52E7D;
}
</style>