Shades of Deep Cerise #E52F83
Tints of Deep Cerise #E52F83
RGB
CMYK
RGB Variations
Color information
#E52F83 (or 0xE52F83) is known color: Deep Cerise. HEX triplet: E5, 2F and 83. RGB value is (229,47,131). Sum of RGB (Red+Green+Blue) = 229+47+131=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52F83 is #1AD07C. Grayscale: #6E6E6E. Windows color (decimal): -1757309 or 8597477. OLE color: 8597477.
HSL color Cylindrical-coordinate representation of color #E52F83: hue angle of 332.31º 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 #E52F83 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 131 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.10 |
| HSL | 332.31º | 0.78% | 0.54% | - |
| HSV(B) | 332.31º | 0.79% | 0.9% | - |
| XYZ | 37.43 | 20.33 | 23.42 | - |
| YUV | 110.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 131 | 0 | 0.79 | 0.43 | 0.10 | 332.31 | 0.78 | 0.54 |
| Hex | E5 | 2F | 83 | 0 | 4F | 2B | A | 14C | 4E | 36 |
| Octal | 345 | 57 | 203 | 0 | 117 | 53 | 12 | 514 | 116 | 66 |
| Binary | 11100101 | 101111 | 10000011 | 0 | 1001111 | 101011 | 1010 | 101001100 | 1001110 | 110110 |
Color Harmonies of #E52F83
Complementary color
Monochromatic Colors of #E52F83
Black with #E52F83
Text Example
Text Example
White with #E52F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F83; }
p { color: rgb(229,47,131); }
H1.HeaderClassName
{
color: #E52F83;
}
.AnyTagClassName
{
color: #E52F83;
}
</style>
background-color css
<style>
a { background-color: #E52F83; }
a { background-color: rgb(229,47,131); }
div.DivClassName
{
background-color: #E52F83;
}
.BgClassName
{
background-color: #E52F83;
}
</style>
border-color css
<style>
span { border-color: #E52F83; }
span { border-color: rgb(229,47,131); }
td.TdClassName
{
border-color: #E52F83;
}
.TagClassName
{
border-color: #E52F83;
}
</style>