Shades of Deep Cerise #E52D86
Tints of Deep Cerise #E52D86
RGB
CMYK
RGB Variations
Color information
#E52D86 (or 0xE52D86) is known color: Deep Cerise. HEX triplet: E5, 2D and 86. RGB value is (229,45,134). Sum of RGB (Red+Green+Blue) = 229+45+134=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52D86 is #1AD279. Grayscale: #6D6D6D. Windows color (decimal): -1757818 or 8793573. OLE color: 8793573.
HSL color Cylindrical-coordinate representation of color #E52D86: hue angle of 330.98º 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 #E52D86 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 134 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.10 |
| HSL | 330.98º | 0.78% | 0.54% | - |
| HSV(B) | 330.98º | 0.8% | 0.9% | - |
| XYZ | 37.55 | 20.26 | 24.48 | - |
| YUV | 110.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 134 | 0 | 0.80 | 0.41 | 0.10 | 330.98 | 0.78 | 0.54 |
| Hex | E5 | 2D | 86 | 0 | 50 | 29 | A | 14B | 4E | 36 |
| Octal | 345 | 55 | 206 | 0 | 120 | 51 | 12 | 513 | 116 | 66 |
| Binary | 11100101 | 101101 | 10000110 | 0 | 1010000 | 101001 | 1010 | 101001011 | 1001110 | 110110 |
Color Harmonies of #E52D86
Complementary color
Monochromatic Colors of #E52D86
Black with #E52D86
Text Example
Text Example
White with #E52D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D86; }
p { color: rgb(229,45,134); }
H1.HeaderClassName
{
color: #E52D86;
}
.AnyTagClassName
{
color: #E52D86;
}
</style>
background-color css
<style>
a { background-color: #E52D86; }
a { background-color: rgb(229,45,134); }
div.DivClassName
{
background-color: #E52D86;
}
.BgClassName
{
background-color: #E52D86;
}
</style>
border-color css
<style>
span { border-color: #E52D86; }
span { border-color: rgb(229,45,134); }
td.TdClassName
{
border-color: #E52D86;
}
.TagClassName
{
border-color: #E52D86;
}
</style>