Shades of Cerise #E94360
Tints of Cerise #E94360
RGB
CMYK
RGB Variations
Color information
#E94360 (or 0xE94360) is known color: Cerise. HEX triplet: E9, 43 and 60. RGB value is (233,67,96). Sum of RGB (Red+Green+Blue) = 233+67+96=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E94360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94360 is #16BC9F. Grayscale: #777777. Windows color (decimal): -1490080 or 6308841. OLE color: 6308841.
HSL color Cylindrical-coordinate representation of color #E94360: hue angle of 349.52º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94360 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 96 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.09 |
| HSL | 349.52º | 0.79% | 0.59% | - |
| HSV(B) | 349.52º | 0.71% | 0.91% | - |
| XYZ | 37.72 | 22.18 | 13.36 | - |
| YUV | 119.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 96 | 0 | 0.71 | 0.59 | 0.09 | 349.52 | 0.79 | 0.59 |
| Hex | E9 | 43 | 60 | 0 | 47 | 3B | 9 | 15E | 4F | 3B |
| Octal | 351 | 103 | 140 | 0 | 107 | 73 | 11 | 536 | 117 | 73 |
| Binary | 11101001 | 1000011 | 1100000 | 0 | 1000111 | 111011 | 1001 | 101011110 | 1001111 | 111011 |
Color Harmonies of #E94360
Complementary color
Monochromatic Colors of #E94360
Black with #E94360
Text Example
Text Example
White with #E94360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94360; }
p { color: rgb(233,67,96); }
H1.HeaderClassName
{
color: #E94360;
}
.AnyTagClassName
{
color: #E94360;
}
</style>
background-color css
<style>
a { background-color: #E94360; }
a { background-color: rgb(233,67,96); }
div.DivClassName
{
background-color: #E94360;
}
.BgClassName
{
background-color: #E94360;
}
</style>
border-color css
<style>
span { border-color: #E94360; }
span { border-color: rgb(233,67,96); }
td.TdClassName
{
border-color: #E94360;
}
.TagClassName
{
border-color: #E94360;
}
</style>