Shades of Deep Cerise #E52095
Tints of Deep Cerise #E52095
RGB
CMYK
RGB Variations
Color information
#E52095 (or 0xE52095) is known color: Deep Cerise. HEX triplet: E5, 20 and 95. RGB value is (229,32,149). Sum of RGB (Red+Green+Blue) = 229+32+149=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E52095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52095 is #1ADF6A. Grayscale: #676767. Windows color (decimal): -1761131 or 9773285. OLE color: 9773285.
HSL color Cylindrical-coordinate representation of color #E52095: hue angle of 324.37º 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 #E52095 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 149 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.10 |
| HSL | 324.37º | 0.79% | 0.51% | - |
| HSV(B) | 324.37º | 0.86% | 0.9% | - |
| XYZ | 38.25 | 19.86 | 30.25 | - |
| YUV | 104.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 149 | 0 | 0.86 | 0.35 | 0.10 | 324.37 | 0.79 | 0.51 |
| Hex | E5 | 20 | 95 | 0 | 56 | 23 | A | 144 | 4F | 33 |
| Octal | 345 | 40 | 225 | 0 | 126 | 43 | 12 | 504 | 117 | 63 |
| Binary | 11100101 | 100000 | 10010101 | 0 | 1010110 | 100011 | 1010 | 101000100 | 1001111 | 110011 |
Color Harmonies of #E52095
Complementary color
Monochromatic Colors of #E52095
Black with #E52095
Text Example
Text Example
White with #E52095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52095; }
p { color: rgb(229,32,149); }
H1.HeaderClassName
{
color: #E52095;
}
.AnyTagClassName
{
color: #E52095;
}
</style>
background-color css
<style>
a { background-color: #E52095; }
a { background-color: rgb(229,32,149); }
div.DivClassName
{
background-color: #E52095;
}
.BgClassName
{
background-color: #E52095;
}
</style>
border-color css
<style>
span { border-color: #E52095; }
span { border-color: rgb(229,32,149); }
td.TdClassName
{
border-color: #E52095;
}
.TagClassName
{
border-color: #E52095;
}
</style>