Shades of Deep Cerise #E52F7D
Tints of Deep Cerise #E52F7D
RGB
CMYK
RGB Variations
Color information
#E52F7D (or 0xE52F7D) is known color: Deep Cerise. HEX triplet: E5, 2F and 7D. RGB value is (229,47,125). Sum of RGB (Red+Green+Blue) = 229+47+125=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F7D is #1AD082. Grayscale: #6E6E6E. Windows color (decimal): -1757315 or 8204261. OLE color: 8204261.
HSL color Cylindrical-coordinate representation of color #E52F7D: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F7D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 125 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.10 |
| HSL | 334.29º | 0.78% | 0.54% | - |
| HSV(B) | 334.29º | 0.79% | 0.9% | - |
| XYZ | 37.03 | 20.17 | 21.34 | - |
| YUV | 110.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 125 | 0 | 0.79 | 0.45 | 0.10 | 334.29 | 0.78 | 0.54 |
| Hex | E5 | 2F | 7D | 0 | 4F | 2D | A | 14E | 4E | 36 |
| Octal | 345 | 57 | 175 | 0 | 117 | 55 | 12 | 516 | 116 | 66 |
| Binary | 11100101 | 101111 | 1111101 | 0 | 1001111 | 101101 | 1010 | 101001110 | 1001110 | 110110 |
Color Harmonies of #E52F7D
Complementary color
Monochromatic Colors of #E52F7D
Black with #E52F7D
Text Example
Text Example
White with #E52F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F7D; }
p { color: rgb(229,47,125); }
H1.HeaderClassName
{
color: #E52F7D;
}
.AnyTagClassName
{
color: #E52F7D;
}
</style>
background-color css
<style>
a { background-color: #E52F7D; }
a { background-color: rgb(229,47,125); }
div.DivClassName
{
background-color: #E52F7D;
}
.BgClassName
{
background-color: #E52F7D;
}
</style>
border-color css
<style>
span { border-color: #E52F7D; }
span { border-color: rgb(229,47,125); }
td.TdClassName
{
border-color: #E52F7D;
}
.TagClassName
{
border-color: #E52F7D;
}
</style>