Shades of Cerise #E53C65
Tints of Cerise #E53C65
RGB
CMYK
RGB Variations
Color information
#E53C65 (or 0xE53C65) is known color: Cerise. HEX triplet: E5, 3C and 65. RGB value is (229,60,101). Sum of RGB (Red+Green+Blue) = 229+60+101=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C65 is #1AC39A. Grayscale: #737373. Windows color (decimal): -1754011 or 6634725. OLE color: 6634725.
HSL color Cylindrical-coordinate representation of color #E53C65: hue angle of 345.44º 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 #E53C65 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 101 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.10 |
| HSL | 345.44º | 0.76% | 0.57% | - |
| HSV(B) | 345.44º | 0.74% | 0.9% | - |
| XYZ | 36.28 | 20.83 | 14.42 | - |
| YUV | 115.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 101 | 0 | 0.74 | 0.56 | 0.10 | 345.44 | 0.76 | 0.57 |
| Hex | E5 | 3C | 65 | 0 | 4A | 38 | A | 159 | 4C | 39 |
| Octal | 345 | 74 | 145 | 0 | 112 | 70 | 12 | 531 | 114 | 71 |
| Binary | 11100101 | 111100 | 1100101 | 0 | 1001010 | 111000 | 1010 | 101011001 | 1001100 | 111001 |
Color Harmonies of #E53C65
Complementary color
Monochromatic Colors of #E53C65
Black with #E53C65
Text Example
Text Example
White with #E53C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C65; }
p { color: rgb(229,60,101); }
H1.HeaderClassName
{
color: #E53C65;
}
.AnyTagClassName
{
color: #E53C65;
}
</style>
background-color css
<style>
a { background-color: #E53C65; }
a { background-color: rgb(229,60,101); }
div.DivClassName
{
background-color: #E53C65;
}
.BgClassName
{
background-color: #E53C65;
}
</style>
border-color css
<style>
span { border-color: #E53C65; }
span { border-color: rgb(229,60,101); }
td.TdClassName
{
border-color: #E53C65;
}
.TagClassName
{
border-color: #E53C65;
}
</style>