Shades of Cerise #E53C74
Tints of Cerise #E53C74
RGB
CMYK
RGB Variations
Color information
#E53C74 (or 0xE53C74) is known color: Cerise. HEX triplet: E5, 3C and 74. RGB value is (229,60,116). Sum of RGB (Red+Green+Blue) = 229+60+116=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C74 is #1AC38B. Grayscale: #747474. Windows color (decimal): -1753996 or 7617765. OLE color: 7617765.
HSL color Cylindrical-coordinate representation of color #E53C74: hue angle of 340.12º 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 #E53C74 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 116 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.10 |
| HSL | 340.12º | 0.76% | 0.57% | - |
| HSV(B) | 340.12º | 0.74% | 0.9% | - |
| XYZ | 37.08 | 21.15 | 18.65 | - |
| YUV | 116.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 116 | 0 | 0.74 | 0.49 | 0.10 | 340.12 | 0.76 | 0.57 |
| Hex | E5 | 3C | 74 | 0 | 4A | 31 | A | 154 | 4C | 39 |
| Octal | 345 | 74 | 164 | 0 | 112 | 61 | 12 | 524 | 114 | 71 |
| Binary | 11100101 | 111100 | 1110100 | 0 | 1001010 | 110001 | 1010 | 101010100 | 1001100 | 111001 |
Color Harmonies of #E53C74
Complementary color
Monochromatic Colors of #E53C74
Black with #E53C74
Text Example
Text Example
White with #E53C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C74; }
p { color: rgb(229,60,116); }
H1.HeaderClassName
{
color: #E53C74;
}
.AnyTagClassName
{
color: #E53C74;
}
</style>
background-color css
<style>
a { background-color: #E53C74; }
a { background-color: rgb(229,60,116); }
div.DivClassName
{
background-color: #E53C74;
}
.BgClassName
{
background-color: #E53C74;
}
</style>
border-color css
<style>
span { border-color: #E53C74; }
span { border-color: rgb(229,60,116); }
td.TdClassName
{
border-color: #E53C74;
}
.TagClassName
{
border-color: #E53C74;
}
</style>