Shades of Deep Cerise #E52482
Tints of Deep Cerise #E52482
RGB
CMYK
RGB Variations
Color information
#E52482 (or 0xE52482) is known color: Deep Cerise. HEX triplet: E5, 24 and 82. RGB value is (229,36,130). Sum of RGB (Red+Green+Blue) = 229+36+130=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E52482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52482 is #1ADB7D. Grayscale: #686868. Windows color (decimal): -1760126 or 8529125. OLE color: 8529125.
HSL color Cylindrical-coordinate representation of color #E52482: hue angle of 330.78º 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 #E52482 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 130 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.10 |
| HSL | 330.78º | 0.79% | 0.52% | - |
| HSV(B) | 330.78º | 0.84% | 0.9% | - |
| XYZ | 36.97 | 19.53 | 22.94 | - |
| YUV | 104.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 130 | 0 | 0.84 | 0.43 | 0.10 | 330.78 | 0.79 | 0.52 |
| Hex | E5 | 24 | 82 | 0 | 54 | 2B | A | 14B | 4F | 34 |
| Octal | 345 | 44 | 202 | 0 | 124 | 53 | 12 | 513 | 117 | 64 |
| Binary | 11100101 | 100100 | 10000010 | 0 | 1010100 | 101011 | 1010 | 101001011 | 1001111 | 110100 |
Color Harmonies of #E52482
Complementary color
Monochromatic Colors of #E52482
Black with #E52482
Text Example
Text Example
White with #E52482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52482; }
p { color: rgb(229,36,130); }
H1.HeaderClassName
{
color: #E52482;
}
.AnyTagClassName
{
color: #E52482;
}
</style>
background-color css
<style>
a { background-color: #E52482; }
a { background-color: rgb(229,36,130); }
div.DivClassName
{
background-color: #E52482;
}
.BgClassName
{
background-color: #E52482;
}
</style>
border-color css
<style>
span { border-color: #E52482; }
span { border-color: rgb(229,36,130); }
td.TdClassName
{
border-color: #E52482;
}
.TagClassName
{
border-color: #E52482;
}
</style>