Shades of Deep Cerise #E53C92
Tints of Deep Cerise #E53C92
RGB
CMYK
RGB Variations
Color information
#E53C92 (or 0xE53C92) is known color: Deep Cerise. HEX triplet: E5, 3C and 92. RGB value is (229,60,146). Sum of RGB (Red+Green+Blue) = 229+60+146=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53C92 is #1AC36D. Grayscale: #787878. Windows color (decimal): -1753966 or 9583845. OLE color: 9583845.
HSL color Cylindrical-coordinate representation of color #E53C92: hue angle of 329.47º 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 #E53C92 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 146 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.10 |
| HSL | 329.47º | 0.76% | 0.57% | - |
| HSV(B) | 329.47º | 0.74% | 0.9% | - |
| XYZ | 39.12 | 21.97 | 29.37 | - |
| YUV | 120.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 146 | 0 | 0.74 | 0.36 | 0.10 | 329.47 | 0.76 | 0.57 |
| Hex | E5 | 3C | 92 | 0 | 4A | 24 | A | 149 | 4C | 39 |
| Octal | 345 | 74 | 222 | 0 | 112 | 44 | 12 | 511 | 114 | 71 |
| Binary | 11100101 | 111100 | 10010010 | 0 | 1001010 | 100100 | 1010 | 101001001 | 1001100 | 111001 |
Color Harmonies of #E53C92
Complementary color
Monochromatic Colors of #E53C92
Black with #E53C92
Text Example
Text Example
White with #E53C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C92; }
p { color: rgb(229,60,146); }
H1.HeaderClassName
{
color: #E53C92;
}
.AnyTagClassName
{
color: #E53C92;
}
</style>
background-color css
<style>
a { background-color: #E53C92; }
a { background-color: rgb(229,60,146); }
div.DivClassName
{
background-color: #E53C92;
}
.BgClassName
{
background-color: #E53C92;
}
</style>
border-color css
<style>
span { border-color: #E53C92; }
span { border-color: rgb(229,60,146); }
td.TdClassName
{
border-color: #E53C92;
}
.TagClassName
{
border-color: #E53C92;
}
</style>