Shades of Cerise #E53475
Tints of Cerise #E53475
RGB
CMYK
RGB Variations
Color information
#E53475 (or 0xE53475) is known color: Cerise. HEX triplet: E5, 34 and 75. RGB value is (229,52,117). Sum of RGB (Red+Green+Blue) = 229+52+117=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E53475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53475 is #1ACB8A. Grayscale: #707070. Windows color (decimal): -1756043 or 7681253. OLE color: 7681253.
HSL color Cylindrical-coordinate representation of color #E53475: hue angle of 337.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53475 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 117 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.10 |
| HSL | 337.97º | 0.77% | 0.55% | - |
| HSV(B) | 337.97º | 0.77% | 0.9% | - |
| XYZ | 36.75 | 20.4 | 18.83 | - |
| YUV | 112.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 117 | 0 | 0.77 | 0.49 | 0.10 | 337.97 | 0.77 | 0.55 |
| Hex | E5 | 34 | 75 | 0 | 4D | 31 | A | 152 | 4D | 37 |
| Octal | 345 | 64 | 165 | 0 | 115 | 61 | 12 | 522 | 115 | 67 |
| Binary | 11100101 | 110100 | 1110101 | 0 | 1001101 | 110001 | 1010 | 101010010 | 1001101 | 110111 |
Color Harmonies of #E53475
Complementary color
Monochromatic Colors of #E53475
Black with #E53475
Text Example
Text Example
White with #E53475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53475; }
p { color: rgb(229,52,117); }
H1.HeaderClassName
{
color: #E53475;
}
.AnyTagClassName
{
color: #E53475;
}
</style>
background-color css
<style>
a { background-color: #E53475; }
a { background-color: rgb(229,52,117); }
div.DivClassName
{
background-color: #E53475;
}
.BgClassName
{
background-color: #E53475;
}
</style>
border-color css
<style>
span { border-color: #E53475; }
span { border-color: rgb(229,52,117); }
td.TdClassName
{
border-color: #E53475;
}
.TagClassName
{
border-color: #E53475;
}
</style>