Shades of Deep Cerise #E53493
Tints of Deep Cerise #E53493
RGB
CMYK
RGB Variations
Color information
#E53493 (or 0xE53493) is known color: Deep Cerise. HEX triplet: E5, 34 and 93. RGB value is (229,52,147). Sum of RGB (Red+Green+Blue) = 229+52+147=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E53493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53493 is #1ACB6C. Grayscale: #737373. Windows color (decimal): -1756013 or 9647333. OLE color: 9647333.
HSL color Cylindrical-coordinate representation of color #E53493: hue angle of 327.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53493 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 147 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.10 |
| HSL | 327.8º | 0.77% | 0.55% | - |
| HSV(B) | 327.8º | 0.77% | 0.9% | - |
| XYZ | 38.81 | 21.22 | 29.65 | - |
| YUV | 115.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 147 | 0 | 0.77 | 0.36 | 0.10 | 327.8 | 0.77 | 0.55 |
| Hex | E5 | 34 | 93 | 0 | 4D | 24 | A | 148 | 4D | 37 |
| Octal | 345 | 64 | 223 | 0 | 115 | 44 | 12 | 510 | 115 | 67 |
| Binary | 11100101 | 110100 | 10010011 | 0 | 1001101 | 100100 | 1010 | 101001000 | 1001101 | 110111 |
Color Harmonies of #E53493
Complementary color
Monochromatic Colors of #E53493
Black with #E53493
Text Example
Text Example
White with #E53493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53493; }
p { color: rgb(229,52,147); }
H1.HeaderClassName
{
color: #E53493;
}
.AnyTagClassName
{
color: #E53493;
}
</style>
background-color css
<style>
a { background-color: #E53493; }
a { background-color: rgb(229,52,147); }
div.DivClassName
{
background-color: #E53493;
}
.BgClassName
{
background-color: #E53493;
}
</style>
border-color css
<style>
span { border-color: #E53493; }
span { border-color: rgb(229,52,147); }
td.TdClassName
{
border-color: #E53493;
}
.TagClassName
{
border-color: #E53493;
}
</style>