Shades of Cerise #E53C5A
Tints of Cerise #E53C5A
RGB
CMYK
RGB Variations
Color information
#E53C5A (or 0xE53C5A) is known color: Cerise. HEX triplet: E5, 3C and 5A. RGB value is (229,60,90). Sum of RGB (Red+Green+Blue) = 229+60+90=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C5A is #1AC3A5. Grayscale: #727272. Windows color (decimal): -1754022 or 5913829. OLE color: 5913829.
HSL color Cylindrical-coordinate representation of color #E53C5A: hue angle of 349.35º 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 #E53C5A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 90 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.10 |
| HSL | 349.35º | 0.76% | 0.57% | - |
| HSV(B) | 349.35º | 0.74% | 0.9% | - |
| XYZ | 35.77 | 20.63 | 11.77 | - |
| YUV | 113.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 90 | 0 | 0.74 | 0.61 | 0.10 | 349.35 | 0.76 | 0.57 |
| Hex | E5 | 3C | 5A | 0 | 4A | 3D | A | 15D | 4C | 39 |
| Octal | 345 | 74 | 132 | 0 | 112 | 75 | 12 | 535 | 114 | 71 |
| Binary | 11100101 | 111100 | 1011010 | 0 | 1001010 | 111101 | 1010 | 101011101 | 1001100 | 111001 |
Color Harmonies of #E53C5A
Complementary color
Monochromatic Colors of #E53C5A
Black with #E53C5A
Text Example
Text Example
White with #E53C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C5A; }
p { color: rgb(229,60,90); }
H1.HeaderClassName
{
color: #E53C5A;
}
.AnyTagClassName
{
color: #E53C5A;
}
</style>
background-color css
<style>
a { background-color: #E53C5A; }
a { background-color: rgb(229,60,90); }
div.DivClassName
{
background-color: #E53C5A;
}
.BgClassName
{
background-color: #E53C5A;
}
</style>
border-color css
<style>
span { border-color: #E53C5A; }
span { border-color: rgb(229,60,90); }
td.TdClassName
{
border-color: #E53C5A;
}
.TagClassName
{
border-color: #E53C5A;
}
</style>