Shades of Cerise #E54062
Tints of Cerise #E54062
RGB
CMYK
RGB Variations
Color information
#E54062 (or 0xE54062) is known color: Cerise. HEX triplet: E5, 40 and 62. RGB value is (229,64,98). Sum of RGB (Red+Green+Blue) = 229+64+98=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E54062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54062 is #1ABF9D. Grayscale: #757575. Windows color (decimal): -1752990 or 6439141. OLE color: 6439141.
HSL color Cylindrical-coordinate representation of color #E54062: hue angle of 347.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54062 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 98 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.10 |
| HSL | 347.64º | 0.76% | 0.57% | - |
| HSV(B) | 347.64º | 0.72% | 0.9% | - |
| XYZ | 36.35 | 21.21 | 13.73 | - |
| YUV | 117.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 98 | 0 | 0.72 | 0.57 | 0.10 | 347.64 | 0.76 | 0.57 |
| Hex | E5 | 40 | 62 | 0 | 48 | 39 | A | 15C | 4C | 39 |
| Octal | 345 | 100 | 142 | 0 | 110 | 71 | 12 | 534 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1100010 | 0 | 1001000 | 111001 | 1010 | 101011100 | 1001100 | 111001 |
Color Harmonies of #E54062
Complementary color
Monochromatic Colors of #E54062
Black with #E54062
Text Example
Text Example
White with #E54062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54062; }
p { color: rgb(229,64,98); }
H1.HeaderClassName
{
color: #E54062;
}
.AnyTagClassName
{
color: #E54062;
}
</style>
background-color css
<style>
a { background-color: #E54062; }
a { background-color: rgb(229,64,98); }
div.DivClassName
{
background-color: #E54062;
}
.BgClassName
{
background-color: #E54062;
}
</style>
border-color css
<style>
span { border-color: #E54062; }
span { border-color: rgb(229,64,98); }
td.TdClassName
{
border-color: #E54062;
}
.TagClassName
{
border-color: #E54062;
}
</style>