Shades of Cerise #E52460
Tints of Cerise #E52460
RGB
CMYK
RGB Variations
Color information
#E52460 (or 0xE52460) is known color: Cerise. HEX triplet: E5, 24 and 60. RGB value is (229,36,96). Sum of RGB (Red+Green+Blue) = 229+36+96=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E52460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52460 is #1ADB9F. Grayscale: #646464. Windows color (decimal): -1760160 or 6300901. OLE color: 6300901.
HSL color Cylindrical-coordinate representation of color #E52460: hue angle of 341.35º 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 #E52460 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 96 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.10 |
| HSL | 341.35º | 0.79% | 0.52% | - |
| HSV(B) | 341.35º | 0.84% | 0.9% | - |
| XYZ | 35.06 | 18.76 | 12.84 | - |
| YUV | 100.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 96 | 0 | 0.84 | 0.58 | 0.10 | 341.35 | 0.79 | 0.52 |
| Hex | E5 | 24 | 60 | 0 | 54 | 3A | A | 155 | 4F | 34 |
| Octal | 345 | 44 | 140 | 0 | 124 | 72 | 12 | 525 | 117 | 64 |
| Binary | 11100101 | 100100 | 1100000 | 0 | 1010100 | 111010 | 1010 | 101010101 | 1001111 | 110100 |
Color Harmonies of #E52460
Complementary color
Monochromatic Colors of #E52460
Black with #E52460
Text Example
Text Example
White with #E52460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52460; }
p { color: rgb(229,36,96); }
H1.HeaderClassName
{
color: #E52460;
}
.AnyTagClassName
{
color: #E52460;
}
</style>
background-color css
<style>
a { background-color: #E52460; }
a { background-color: rgb(229,36,96); }
div.DivClassName
{
background-color: #E52460;
}
.BgClassName
{
background-color: #E52460;
}
</style>
border-color css
<style>
span { border-color: #E52460; }
span { border-color: rgb(229,36,96); }
td.TdClassName
{
border-color: #E52460;
}
.TagClassName
{
border-color: #E52460;
}
</style>