Shades of Deep Cerise #E53294
Tints of Deep Cerise #E53294
RGB
CMYK
RGB Variations
Color information
#E53294 (or 0xE53294) is known color: Deep Cerise. HEX triplet: E5, 32 and 94. RGB value is (229,50,148). Sum of RGB (Red+Green+Blue) = 229+50+148=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E53294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53294 is #1ACD6B. Grayscale: #727272. Windows color (decimal): -1756524 or 9712357. OLE color: 9712357.
HSL color Cylindrical-coordinate representation of color #E53294: hue angle of 327.15º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53294 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 148 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.10 |
| HSL | 327.15º | 0.77% | 0.55% | - |
| HSV(B) | 327.15º | 0.78% | 0.9% | - |
| XYZ | 38.8 | 21.08 | 30.04 | - |
| YUV | 114.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 148 | 0 | 0.78 | 0.35 | 0.10 | 327.15 | 0.77 | 0.55 |
| Hex | E5 | 32 | 94 | 0 | 4E | 23 | A | 147 | 4D | 37 |
| Octal | 345 | 62 | 224 | 0 | 116 | 43 | 12 | 507 | 115 | 67 |
| Binary | 11100101 | 110010 | 10010100 | 0 | 1001110 | 100011 | 1010 | 101000111 | 1001101 | 110111 |
Color Harmonies of #E53294
Complementary color
Monochromatic Colors of #E53294
Black with #E53294
Text Example
Text Example
White with #E53294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53294; }
p { color: rgb(229,50,148); }
H1.HeaderClassName
{
color: #E53294;
}
.AnyTagClassName
{
color: #E53294;
}
</style>
background-color css
<style>
a { background-color: #E53294; }
a { background-color: rgb(229,50,148); }
div.DivClassName
{
background-color: #E53294;
}
.BgClassName
{
background-color: #E53294;
}
</style>
border-color css
<style>
span { border-color: #E53294; }
span { border-color: rgb(229,50,148); }
td.TdClassName
{
border-color: #E53294;
}
.TagClassName
{
border-color: #E53294;
}
</style>