Shades of Cerise #E52573
Tints of Cerise #E52573
RGB
CMYK
RGB Variations
Color information
#E52573 (or 0xE52573) is known color: Cerise. HEX triplet: E5, 25 and 73. RGB value is (229,37,115). Sum of RGB (Red+Green+Blue) = 229+37+115=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52573 is #1ADA8C. Grayscale: #676767. Windows color (decimal): -1759885 or 7546341. OLE color: 7546341.
HSL color Cylindrical-coordinate representation of color #E52573: hue angle of 335.62º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52573 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 115 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.10 |
| HSL | 335.63º | 0.79% | 0.52% | - |
| HSV(B) | 335.63º | 0.84% | 0.9% | - |
| XYZ | 36.07 | 19.22 | 18.03 | - |
| YUV | 103.3 | 134.61 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 115 | 0 | 0.84 | 0.50 | 0.10 | 335.63 | 0.79 | 0.52 |
| Hex | E5 | 25 | 73 | 0 | 54 | 32 | A | 150 | 4F | 34 |
| Octal | 345 | 45 | 163 | 0 | 124 | 62 | 12 | 520 | 117 | 64 |
| Binary | 11100101 | 100101 | 1110011 | 0 | 1010100 | 110010 | 1010 | 101010000 | 1001111 | 110100 |
Color Harmonies of #E52573
Complementary color
Monochromatic Colors of #E52573
Black with #E52573
Text Example
Text Example
White with #E52573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52573; }
p { color: rgb(229,37,115); }
H1.HeaderClassName
{
color: #E52573;
}
.AnyTagClassName
{
color: #E52573;
}
</style>
background-color css
<style>
a { background-color: #E52573; }
a { background-color: rgb(229,37,115); }
div.DivClassName
{
background-color: #E52573;
}
.BgClassName
{
background-color: #E52573;
}
</style>
border-color css
<style>
span { border-color: #E52573; }
span { border-color: rgb(229,37,115); }
td.TdClassName
{
border-color: #E52573;
}
.TagClassName
{
border-color: #E52573;
}
</style>