Shades of Cerise #E94962
Tints of Cerise #E94962
RGB
CMYK
RGB Variations
Color information
#E94962 (or 0xE94962) is known color: Cerise. HEX triplet: E9, 49 and 62. RGB value is (233,73,98). Sum of RGB (Red+Green+Blue) = 233+73+98=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E94962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94962 is #16B69D. Grayscale: #7B7B7B. Windows color (decimal): -1488542 or 6441449. OLE color: 6441449.
HSL color Cylindrical-coordinate representation of color #E94962: hue angle of 350.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94962 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 98 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.09 |
| HSL | 350.63º | 0.78% | 0.6% | - |
| HSV(B) | 350.63º | 0.69% | 0.91% | - |
| XYZ | 38.19 | 22.97 | 13.98 | - |
| YUV | 123.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 98 | 0 | 0.69 | 0.58 | 0.09 | 350.63 | 0.78 | 0.6 |
| Hex | E9 | 49 | 62 | 0 | 45 | 3A | 9 | 15F | 4E | 3C |
| Octal | 351 | 111 | 142 | 0 | 105 | 72 | 11 | 537 | 116 | 74 |
| Binary | 11101001 | 1001001 | 1100010 | 0 | 1000101 | 111010 | 1001 | 101011111 | 1001110 | 111100 |
Color Harmonies of #E94962
Complementary color
Monochromatic Colors of #E94962
Black with #E94962
Text Example
Text Example
White with #E94962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94962; }
p { color: rgb(233,73,98); }
H1.HeaderClassName
{
color: #E94962;
}
.AnyTagClassName
{
color: #E94962;
}
</style>
background-color css
<style>
a { background-color: #E94962; }
a { background-color: rgb(233,73,98); }
div.DivClassName
{
background-color: #E94962;
}
.BgClassName
{
background-color: #E94962;
}
</style>
border-color css
<style>
span { border-color: #E94962; }
span { border-color: rgb(233,73,98); }
td.TdClassName
{
border-color: #E94962;
}
.TagClassName
{
border-color: #E94962;
}
</style>