Shades of Deep Cerise #E53993
Tints of Deep Cerise #E53993
RGB
CMYK
RGB Variations
Color information
#E53993 (or 0xE53993) is known color: Deep Cerise. HEX triplet: E5, 39 and 93. RGB value is (229,57,147). Sum of RGB (Red+Green+Blue) = 229+57+147=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E53993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53993 is #1AC66C. Grayscale: #767676. Windows color (decimal): -1754733 or 9648613. OLE color: 9648613.
HSL color Cylindrical-coordinate representation of color #E53993: hue angle of 328.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53993 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 147 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.10 |
| HSL | 328.6º | 0.77% | 0.56% | - |
| HSV(B) | 328.6º | 0.75% | 0.9% | - |
| XYZ | 39.04 | 21.69 | 29.73 | - |
| YUV | 118.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 147 | 0 | 0.75 | 0.36 | 0.10 | 328.6 | 0.77 | 0.56 |
| Hex | E5 | 39 | 93 | 0 | 4B | 24 | A | 149 | 4D | 38 |
| Octal | 345 | 71 | 223 | 0 | 113 | 44 | 12 | 511 | 115 | 70 |
| Binary | 11100101 | 111001 | 10010011 | 0 | 1001011 | 100100 | 1010 | 101001001 | 1001101 | 111000 |
Color Harmonies of #E53993
Complementary color
Monochromatic Colors of #E53993
Black with #E53993
Text Example
Text Example
White with #E53993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53993; }
p { color: rgb(229,57,147); }
H1.HeaderClassName
{
color: #E53993;
}
.AnyTagClassName
{
color: #E53993;
}
</style>
background-color css
<style>
a { background-color: #E53993; }
a { background-color: rgb(229,57,147); }
div.DivClassName
{
background-color: #E53993;
}
.BgClassName
{
background-color: #E53993;
}
</style>
border-color css
<style>
span { border-color: #E53993; }
span { border-color: rgb(229,57,147); }
td.TdClassName
{
border-color: #E53993;
}
.TagClassName
{
border-color: #E53993;
}
</style>