Shades of Deep Cerise #E52F89
Tints of Deep Cerise #E52F89
RGB
CMYK
RGB Variations
Color information
#E52F89 (or 0xE52F89) is known color: Deep Cerise. HEX triplet: E5, 2F and 89. RGB value is (229,47,137). Sum of RGB (Red+Green+Blue) = 229+47+137=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F89 is #1AD076. Grayscale: #6F6F6F. Windows color (decimal): -1757303 or 8990693. OLE color: 8990693.
HSL color Cylindrical-coordinate representation of color #E52F89: hue angle of 330.33º 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 #E52F89 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 137 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.10 |
| HSL | 330.33º | 0.78% | 0.54% | - |
| HSV(B) | 330.33º | 0.79% | 0.9% | - |
| XYZ | 37.84 | 20.5 | 25.63 | - |
| YUV | 111.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 137 | 0 | 0.79 | 0.40 | 0.10 | 330.33 | 0.78 | 0.54 |
| Hex | E5 | 2F | 89 | 0 | 4F | 28 | A | 14A | 4E | 36 |
| Octal | 345 | 57 | 211 | 0 | 117 | 50 | 12 | 512 | 116 | 66 |
| Binary | 11100101 | 101111 | 10001001 | 0 | 1001111 | 101000 | 1010 | 101001010 | 1001110 | 110110 |
Color Harmonies of #E52F89
Complementary color
Monochromatic Colors of #E52F89
Black with #E52F89
Text Example
Text Example
White with #E52F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F89; }
p { color: rgb(229,47,137); }
H1.HeaderClassName
{
color: #E52F89;
}
.AnyTagClassName
{
color: #E52F89;
}
</style>
background-color css
<style>
a { background-color: #E52F89; }
a { background-color: rgb(229,47,137); }
div.DivClassName
{
background-color: #E52F89;
}
.BgClassName
{
background-color: #E52F89;
}
</style>
border-color css
<style>
span { border-color: #E52F89; }
span { border-color: rgb(229,47,137); }
td.TdClassName
{
border-color: #E52F89;
}
.TagClassName
{
border-color: #E52F89;
}
</style>