Shades of Cerise #E52575
Tints of Cerise #E52575
RGB
CMYK
RGB Variations
Color information
#E52575 (or 0xE52575) is known color: Cerise. HEX triplet: E5, 25 and 75. RGB value is (229,37,117). Sum of RGB (Red+Green+Blue) = 229+37+117=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52575 is #1ADA8A. Grayscale: #676767. Windows color (decimal): -1759883 or 7677413. OLE color: 7677413.
HSL color Cylindrical-coordinate representation of color #E52575: hue angle of 335º 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 #E52575 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 117 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.10 |
| HSL | 335º | 0.79% | 0.52% | - |
| HSV(B) | 335º | 0.84% | 0.9% | - |
| XYZ | 36.19 | 19.27 | 18.64 | - |
| YUV | 103.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 117 | 0 | 0.84 | 0.49 | 0.10 | 335 | 0.79 | 0.52 |
| Hex | E5 | 25 | 75 | 0 | 54 | 31 | A | 14F | 4F | 34 |
| Octal | 345 | 45 | 165 | 0 | 124 | 61 | 12 | 517 | 117 | 64 |
| Binary | 11100101 | 100101 | 1110101 | 0 | 1010100 | 110001 | 1010 | 101001111 | 1001111 | 110100 |
Color Harmonies of #E52575
Complementary color
Monochromatic Colors of #E52575
Black with #E52575
Text Example
Text Example
White with #E52575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52575; }
p { color: rgb(229,37,117); }
H1.HeaderClassName
{
color: #E52575;
}
.AnyTagClassName
{
color: #E52575;
}
</style>
background-color css
<style>
a { background-color: #E52575; }
a { background-color: rgb(229,37,117); }
div.DivClassName
{
background-color: #E52575;
}
.BgClassName
{
background-color: #E52575;
}
</style>
border-color css
<style>
span { border-color: #E52575; }
span { border-color: rgb(229,37,117); }
td.TdClassName
{
border-color: #E52575;
}
.TagClassName
{
border-color: #E52575;
}
</style>