Shades of Deep Cerise #E53C9C
Tints of Deep Cerise #E53C9C
RGB
CMYK
RGB Variations
Color information
#E53C9C (or 0xE53C9C) is known color: Deep Cerise. HEX triplet: E5, 3C and 9C. RGB value is (229,60,156). Sum of RGB (Red+Green+Blue) = 229+60+156=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53C9C is #1AC363. Grayscale: #797979. Windows color (decimal): -1753956 or 10239205. OLE color: 10239205.
HSL color Cylindrical-coordinate representation of color #E53C9C: hue angle of 325.92º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53C9C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 156 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.10 |
| HSL | 325.92º | 0.76% | 0.57% | - |
| HSV(B) | 325.92º | 0.74% | 0.9% | - |
| XYZ | 39.93 | 22.29 | 33.65 | - |
| YUV | 121.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 156 | 0 | 0.74 | 0.32 | 0.10 | 325.92 | 0.76 | 0.57 |
| Hex | E5 | 3C | 9C | 0 | 4A | 20 | A | 146 | 4C | 39 |
| Octal | 345 | 74 | 234 | 0 | 112 | 40 | 12 | 506 | 114 | 71 |
| Binary | 11100101 | 111100 | 10011100 | 0 | 1001010 | 100000 | 1010 | 101000110 | 1001100 | 111001 |
Color Harmonies of #E53C9C
Complementary color
Monochromatic Colors of #E53C9C
Black with #E53C9C
Text Example
Text Example
White with #E53C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C9C; }
p { color: rgb(229,60,156); }
H1.HeaderClassName
{
color: #E53C9C;
}
.AnyTagClassName
{
color: #E53C9C;
}
</style>
background-color css
<style>
a { background-color: #E53C9C; }
a { background-color: rgb(229,60,156); }
div.DivClassName
{
background-color: #E53C9C;
}
.BgClassName
{
background-color: #E53C9C;
}
</style>
border-color css
<style>
span { border-color: #E53C9C; }
span { border-color: rgb(229,60,156); }
td.TdClassName
{
border-color: #E53C9C;
}
.TagClassName
{
border-color: #E53C9C;
}
</style>