Shades of Deep Cerise #E52192
Tints of Deep Cerise #E52192
RGB
CMYK
RGB Variations
Color information
#E52192 (or 0xE52192) is known color: Deep Cerise. HEX triplet: E5, 21 and 92. RGB value is (229,33,146). Sum of RGB (Red+Green+Blue) = 229+33+146=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E52192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52192 is #1ADE6D. Grayscale: #686868. Windows color (decimal): -1760878 or 9576933. OLE color: 9576933.
HSL color Cylindrical-coordinate representation of color #E52192: hue angle of 325.41º 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 #E52192 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.10 |
| HSL | 325.41º | 0.79% | 0.51% | - |
| HSV(B) | 325.41º | 0.86% | 0.9% | - |
| XYZ | 38.05 | 19.82 | 29.01 | - |
| YUV | 104.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 146 | 0 | 0.86 | 0.36 | 0.10 | 325.41 | 0.79 | 0.51 |
| Hex | E5 | 21 | 92 | 0 | 56 | 24 | A | 145 | 4F | 33 |
| Octal | 345 | 41 | 222 | 0 | 126 | 44 | 12 | 505 | 117 | 63 |
| Binary | 11100101 | 100001 | 10010010 | 0 | 1010110 | 100100 | 1010 | 101000101 | 1001111 | 110011 |
Color Harmonies of #E52192
Complementary color
Monochromatic Colors of #E52192
Black with #E52192
Text Example
Text Example
White with #E52192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52192; }
p { color: rgb(229,33,146); }
H1.HeaderClassName
{
color: #E52192;
}
.AnyTagClassName
{
color: #E52192;
}
</style>
background-color css
<style>
a { background-color: #E52192; }
a { background-color: rgb(229,33,146); }
div.DivClassName
{
background-color: #E52192;
}
.BgClassName
{
background-color: #E52192;
}
</style>
border-color css
<style>
span { border-color: #E52192; }
span { border-color: rgb(229,33,146); }
td.TdClassName
{
border-color: #E52192;
}
.TagClassName
{
border-color: #E52192;
}
</style>