Shades of Cerise #E54260
Tints of Cerise #E54260
RGB
CMYK
RGB Variations
Color information
#E54260 (or 0xE54260) is known color: Cerise. HEX triplet: E5, 42 and 60. RGB value is (229,66,96). Sum of RGB (Red+Green+Blue) = 229+66+96=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E54260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54260 is #1ABD9F. Grayscale: #767676. Windows color (decimal): -1752480 or 6308581. OLE color: 6308581.
HSL color Cylindrical-coordinate representation of color #E54260: hue angle of 348.96º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54260 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 96 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.10 |
| HSL | 348.96º | 0.76% | 0.58% | - |
| HSV(B) | 348.96º | 0.71% | 0.9% | - |
| XYZ | 36.37 | 21.4 | 13.28 | - |
| YUV | 118.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 96 | 0 | 0.71 | 0.58 | 0.10 | 348.96 | 0.76 | 0.58 |
| Hex | E5 | 42 | 60 | 0 | 47 | 3A | A | 15D | 4C | 3A |
| Octal | 345 | 102 | 140 | 0 | 107 | 72 | 12 | 535 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1100000 | 0 | 1000111 | 111010 | 1010 | 101011101 | 1001100 | 111010 |
Color Harmonies of #E54260
Complementary color
Monochromatic Colors of #E54260
Black with #E54260
Text Example
Text Example
White with #E54260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54260; }
p { color: rgb(229,66,96); }
H1.HeaderClassName
{
color: #E54260;
}
.AnyTagClassName
{
color: #E54260;
}
</style>
background-color css
<style>
a { background-color: #E54260; }
a { background-color: rgb(229,66,96); }
div.DivClassName
{
background-color: #E54260;
}
.BgClassName
{
background-color: #E54260;
}
</style>
border-color css
<style>
span { border-color: #E54260; }
span { border-color: rgb(229,66,96); }
td.TdClassName
{
border-color: #E54260;
}
.TagClassName
{
border-color: #E54260;
}
</style>