Shades of Cerise #E54262
Tints of Cerise #E54262
RGB
CMYK
RGB Variations
Color information
#E54262 (or 0xE54262) is known color: Cerise. HEX triplet: E5, 42 and 62. RGB value is (229,66,98). Sum of RGB (Red+Green+Blue) = 229+66+98=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E54262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54262 is #1ABD9D. Grayscale: #767676. Windows color (decimal): -1752478 or 6439653. OLE color: 6439653.
HSL color Cylindrical-coordinate representation of color #E54262: hue angle of 348.22º 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 #E54262 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 98 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.10 |
| HSL | 348.22º | 0.76% | 0.58% | - |
| HSV(B) | 348.22º | 0.71% | 0.9% | - |
| XYZ | 36.47 | 21.44 | 13.77 | - |
| YUV | 118.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 98 | 0 | 0.71 | 0.57 | 0.10 | 348.22 | 0.76 | 0.58 |
| Hex | E5 | 42 | 62 | 0 | 47 | 39 | A | 15C | 4C | 3A |
| Octal | 345 | 102 | 142 | 0 | 107 | 71 | 12 | 534 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1100010 | 0 | 1000111 | 111001 | 1010 | 101011100 | 1001100 | 111010 |
Color Harmonies of #E54262
Complementary color
Monochromatic Colors of #E54262
Black with #E54262
Text Example
Text Example
White with #E54262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54262; }
p { color: rgb(229,66,98); }
H1.HeaderClassName
{
color: #E54262;
}
.AnyTagClassName
{
color: #E54262;
}
</style>
background-color css
<style>
a { background-color: #E54262; }
a { background-color: rgb(229,66,98); }
div.DivClassName
{
background-color: #E54262;
}
.BgClassName
{
background-color: #E54262;
}
</style>
border-color css
<style>
span { border-color: #E54262; }
span { border-color: rgb(229,66,98); }
td.TdClassName
{
border-color: #E54262;
}
.TagClassName
{
border-color: #E54262;
}
</style>