Shades of Deep Cerise #E52F7E
Tints of Deep Cerise #E52F7E
RGB
CMYK
RGB Variations
Color information
#E52F7E (or 0xE52F7E) is known color: Deep Cerise. HEX triplet: E5, 2F and 7E. RGB value is (229,47,126). Sum of RGB (Red+Green+Blue) = 229+47+126=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F7E is #1AD081. Grayscale: #6E6E6E. Windows color (decimal): -1757314 or 8269797. OLE color: 8269797.
HSL color Cylindrical-coordinate representation of color #E52F7E: hue angle of 333.96º 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 #E52F7E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 126 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.10 |
| HSL | 333.96º | 0.78% | 0.54% | - |
| HSV(B) | 333.96º | 0.79% | 0.9% | - |
| XYZ | 37.1 | 20.2 | 21.68 | - |
| YUV | 110.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 126 | 0 | 0.79 | 0.45 | 0.10 | 333.96 | 0.78 | 0.54 |
| Hex | E5 | 2F | 7E | 0 | 4F | 2D | A | 14E | 4E | 36 |
| Octal | 345 | 57 | 176 | 0 | 117 | 55 | 12 | 516 | 116 | 66 |
| Binary | 11100101 | 101111 | 1111110 | 0 | 1001111 | 101101 | 1010 | 101001110 | 1001110 | 110110 |
Color Harmonies of #E52F7E
Complementary color
Monochromatic Colors of #E52F7E
Black with #E52F7E
Text Example
Text Example
White with #E52F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F7E; }
p { color: rgb(229,47,126); }
H1.HeaderClassName
{
color: #E52F7E;
}
.AnyTagClassName
{
color: #E52F7E;
}
</style>
background-color css
<style>
a { background-color: #E52F7E; }
a { background-color: rgb(229,47,126); }
div.DivClassName
{
background-color: #E52F7E;
}
.BgClassName
{
background-color: #E52F7E;
}
</style>
border-color css
<style>
span { border-color: #E52F7E; }
span { border-color: rgb(229,47,126); }
td.TdClassName
{
border-color: #E52F7E;
}
.TagClassName
{
border-color: #E52F7E;
}
</style>