Shades of Cerise #E93960
Tints of Cerise #E93960
RGB
CMYK
RGB Variations
Color information
#E93960 (or 0xE93960) is known color: Cerise. HEX triplet: E9, 39 and 60. RGB value is (233,57,96). Sum of RGB (Red+Green+Blue) = 233+57+96=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E93960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93960 is #16C69F. Grayscale: #727272. Windows color (decimal): -1492640 or 6306281. OLE color: 6306281.
HSL color Cylindrical-coordinate representation of color #E93960: hue angle of 346.7º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E93960 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 96 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.09 |
| HSL | 346.7º | 0.8% | 0.57% | - |
| HSV(B) | 346.7º | 0.76% | 0.91% | - |
| XYZ | 37.18 | 21.09 | 13.18 | - |
| YUV | 114.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 96 | 0 | 0.76 | 0.59 | 0.09 | 346.7 | 0.8 | 0.57 |
| Hex | E9 | 39 | 60 | 0 | 4C | 3B | 9 | 15B | 50 | 39 |
| Octal | 351 | 71 | 140 | 0 | 114 | 73 | 11 | 533 | 120 | 71 |
| Binary | 11101001 | 111001 | 1100000 | 0 | 1001100 | 111011 | 1001 | 101011011 | 1010000 | 111001 |
Color Harmonies of #E93960
Complementary color
Monochromatic Colors of #E93960
Black with #E93960
Text Example
Text Example
White with #E93960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93960; }
p { color: rgb(233,57,96); }
H1.HeaderClassName
{
color: #E93960;
}
.AnyTagClassName
{
color: #E93960;
}
</style>
background-color css
<style>
a { background-color: #E93960; }
a { background-color: rgb(233,57,96); }
div.DivClassName
{
background-color: #E93960;
}
.BgClassName
{
background-color: #E93960;
}
</style>
border-color css
<style>
span { border-color: #E93960; }
span { border-color: rgb(233,57,96); }
td.TdClassName
{
border-color: #E93960;
}
.TagClassName
{
border-color: #E93960;
}
</style>