Shades of Deep Cerise #E52385
Tints of Deep Cerise #E52385
RGB
CMYK
RGB Variations
Color information
#E52385 (or 0xE52385) is known color: Deep Cerise. HEX triplet: E5, 23 and 85. RGB value is (229,35,133). Sum of RGB (Red+Green+Blue) = 229+35+133=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E52385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52385 is #1ADC7A. Grayscale: #676767. Windows color (decimal): -1760379 or 8725477. OLE color: 8725477.
HSL color Cylindrical-coordinate representation of color #E52385: hue angle of 329.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52385 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 133 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.10 |
| HSL | 329.69º | 0.79% | 0.52% | - |
| HSV(B) | 329.69º | 0.85% | 0.9% | - |
| XYZ | 37.15 | 19.55 | 24.01 | - |
| YUV | 104.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 133 | 0 | 0.85 | 0.42 | 0.10 | 329.69 | 0.79 | 0.52 |
| Hex | E5 | 23 | 85 | 0 | 55 | 2A | A | 14A | 4F | 34 |
| Octal | 345 | 43 | 205 | 0 | 125 | 52 | 12 | 512 | 117 | 64 |
| Binary | 11100101 | 100011 | 10000101 | 0 | 1010101 | 101010 | 1010 | 101001010 | 1001111 | 110100 |
Color Harmonies of #E52385
Complementary color
Monochromatic Colors of #E52385
Black with #E52385
Text Example
Text Example
White with #E52385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52385; }
p { color: rgb(229,35,133); }
H1.HeaderClassName
{
color: #E52385;
}
.AnyTagClassName
{
color: #E52385;
}
</style>
background-color css
<style>
a { background-color: #E52385; }
a { background-color: rgb(229,35,133); }
div.DivClassName
{
background-color: #E52385;
}
.BgClassName
{
background-color: #E52385;
}
</style>
border-color css
<style>
span { border-color: #E52385; }
span { border-color: rgb(229,35,133); }
td.TdClassName
{
border-color: #E52385;
}
.TagClassName
{
border-color: #E52385;
}
</style>