Shades of Cerise #E54962
Tints of Cerise #E54962
RGB
CMYK
RGB Variations
Color information
#E54962 (or 0xE54962) is known color: Cerise. HEX triplet: E5, 49 and 62. RGB value is (229,73,98). Sum of RGB (Red+Green+Blue) = 229+73+98=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E54962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54962 is #1AB69D. Grayscale: #7A7A7A. Windows color (decimal): -1750686 or 6441445. OLE color: 6441445.
HSL color Cylindrical-coordinate representation of color #E54962: hue angle of 350.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54962 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 98 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.10 |
| HSL | 350.38º | 0.75% | 0.59% | - |
| HSV(B) | 350.38º | 0.68% | 0.9% | - |
| XYZ | 36.9 | 22.3 | 13.92 | - |
| YUV | 122.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 98 | 0 | 0.68 | 0.57 | 0.10 | 350.38 | 0.75 | 0.59 |
| Hex | E5 | 49 | 62 | 0 | 44 | 39 | A | 15E | 4B | 3B |
| Octal | 345 | 111 | 142 | 0 | 104 | 71 | 12 | 536 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1100010 | 0 | 1000100 | 111001 | 1010 | 101011110 | 1001011 | 111011 |
Color Harmonies of #E54962
Complementary color
Monochromatic Colors of #E54962
Black with #E54962
Text Example
Text Example
White with #E54962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54962; }
p { color: rgb(229,73,98); }
H1.HeaderClassName
{
color: #E54962;
}
.AnyTagClassName
{
color: #E54962;
}
</style>
background-color css
<style>
a { background-color: #E54962; }
a { background-color: rgb(229,73,98); }
div.DivClassName
{
background-color: #E54962;
}
.BgClassName
{
background-color: #E54962;
}
</style>
border-color css
<style>
span { border-color: #E54962; }
span { border-color: rgb(229,73,98); }
td.TdClassName
{
border-color: #E54962;
}
.TagClassName
{
border-color: #E54962;
}
</style>