Shades of Cerise #E53C75
Tints of Cerise #E53C75
RGB
CMYK
RGB Variations
Color information
#E53C75 (or 0xE53C75) is known color: Cerise. HEX triplet: E5, 3C and 75. RGB value is (229,60,117). Sum of RGB (Red+Green+Blue) = 229+60+117=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C75 is #1AC38A. Grayscale: #747474. Windows color (decimal): -1753995 or 7683301. OLE color: 7683301.
HSL color Cylindrical-coordinate representation of color #E53C75: hue angle of 339.76º 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 #E53C75 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 117 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.10 |
| HSL | 339.76º | 0.76% | 0.57% | - |
| HSV(B) | 339.76º | 0.74% | 0.9% | - |
| XYZ | 37.14 | 21.17 | 18.96 | - |
| YUV | 117.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 117 | 0 | 0.74 | 0.49 | 0.10 | 339.76 | 0.76 | 0.57 |
| Hex | E5 | 3C | 75 | 0 | 4A | 31 | A | 154 | 4C | 39 |
| Octal | 345 | 74 | 165 | 0 | 112 | 61 | 12 | 524 | 114 | 71 |
| Binary | 11100101 | 111100 | 1110101 | 0 | 1001010 | 110001 | 1010 | 101010100 | 1001100 | 111001 |
Color Harmonies of #E53C75
Complementary color
Monochromatic Colors of #E53C75
Black with #E53C75
Text Example
Text Example
White with #E53C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C75; }
p { color: rgb(229,60,117); }
H1.HeaderClassName
{
color: #E53C75;
}
.AnyTagClassName
{
color: #E53C75;
}
</style>
background-color css
<style>
a { background-color: #E53C75; }
a { background-color: rgb(229,60,117); }
div.DivClassName
{
background-color: #E53C75;
}
.BgClassName
{
background-color: #E53C75;
}
</style>
border-color css
<style>
span { border-color: #E53C75; }
span { border-color: rgb(229,60,117); }
td.TdClassName
{
border-color: #E53C75;
}
.TagClassName
{
border-color: #E53C75;
}
</style>