Shades of Deep Cerise #E52184
Tints of Deep Cerise #E52184
RGB
CMYK
RGB Variations
Color information
#E52184 (or 0xE52184) is known color: Deep Cerise. HEX triplet: E5, 21 and 84. RGB value is (229,33,132). Sum of RGB (Red+Green+Blue) = 229+33+132=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E52184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52184 is #1ADE7B. Grayscale: #666666. Windows color (decimal): -1760892 or 8659429. OLE color: 8659429.
HSL color Cylindrical-coordinate representation of color #E52184: hue angle of 329.69º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52184 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 132 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.10 |
| HSL | 329.69º | 0.79% | 0.51% | - |
| HSV(B) | 329.69º | 0.86% | 0.9% | - |
| XYZ | 37.02 | 19.41 | 23.63 | - |
| YUV | 102.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 132 | 0 | 0.86 | 0.42 | 0.10 | 329.69 | 0.79 | 0.51 |
| Hex | E5 | 21 | 84 | 0 | 56 | 2A | A | 14A | 4F | 33 |
| Octal | 345 | 41 | 204 | 0 | 126 | 52 | 12 | 512 | 117 | 63 |
| Binary | 11100101 | 100001 | 10000100 | 0 | 1010110 | 101010 | 1010 | 101001010 | 1001111 | 110011 |
Color Harmonies of #E52184
Complementary color
Monochromatic Colors of #E52184
Black with #E52184
Text Example
Text Example
White with #E52184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52184; }
p { color: rgb(229,33,132); }
H1.HeaderClassName
{
color: #E52184;
}
.AnyTagClassName
{
color: #E52184;
}
</style>
background-color css
<style>
a { background-color: #E52184; }
a { background-color: rgb(229,33,132); }
div.DivClassName
{
background-color: #E52184;
}
.BgClassName
{
background-color: #E52184;
}
</style>
border-color css
<style>
span { border-color: #E52184; }
span { border-color: rgb(229,33,132); }
td.TdClassName
{
border-color: #E52184;
}
.TagClassName
{
border-color: #E52184;
}
</style>