Shades of Deep Cerise #E52485
Tints of Deep Cerise #E52485
RGB
CMYK
RGB Variations
Color information
#E52485 (or 0xE52485) is known color: Deep Cerise. HEX triplet: E5, 24 and 85. RGB value is (229,36,133). Sum of RGB (Red+Green+Blue) = 229+36+133=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E52485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52485 is #1ADB7A. Grayscale: #686868. Windows color (decimal): -1760123 or 8725733. OLE color: 8725733.
HSL color Cylindrical-coordinate representation of color #E52485: hue angle of 329.84º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52485 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 133 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.10 |
| HSL | 329.84º | 0.79% | 0.52% | - |
| HSV(B) | 329.84º | 0.84% | 0.9% | - |
| XYZ | 37.18 | 19.61 | 24.02 | - |
| YUV | 104.77 | 143.94 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 133 | 0 | 0.84 | 0.42 | 0.10 | 329.84 | 0.79 | 0.52 |
| Hex | E5 | 24 | 85 | 0 | 54 | 2A | A | 14A | 4F | 34 |
| Octal | 345 | 44 | 205 | 0 | 124 | 52 | 12 | 512 | 117 | 64 |
| Binary | 11100101 | 100100 | 10000101 | 0 | 1010100 | 101010 | 1010 | 101001010 | 1001111 | 110100 |
Color Harmonies of #E52485
Complementary color
Monochromatic Colors of #E52485
Black with #E52485
Text Example
Text Example
White with #E52485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52485; }
p { color: rgb(229,36,133); }
H1.HeaderClassName
{
color: #E52485;
}
.AnyTagClassName
{
color: #E52485;
}
</style>
background-color css
<style>
a { background-color: #E52485; }
a { background-color: rgb(229,36,133); }
div.DivClassName
{
background-color: #E52485;
}
.BgClassName
{
background-color: #E52485;
}
</style>
border-color css
<style>
span { border-color: #E52485; }
span { border-color: rgb(229,36,133); }
td.TdClassName
{
border-color: #E52485;
}
.TagClassName
{
border-color: #E52485;
}
</style>