Shades of Cerise #E92C5E
Tints of Cerise #E92C5E
RGB
CMYK
RGB Variations
Color information
#E92C5E (or 0xE92C5E) is known color: Cerise. HEX triplet: E9, 2C and 5E. RGB value is (233,44,94). Sum of RGB (Red+Green+Blue) = 233+44+94=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C5E is #16D3A1. Grayscale: #6A6A6A. Windows color (decimal): -1495970 or 6171881. OLE color: 6171881.
HSL color Cylindrical-coordinate representation of color #E92C5E: hue angle of 344.13º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C5E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 94 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.09 |
| HSL | 344.13º | 0.81% | 0.54% | - |
| HSV(B) | 344.13º | 0.81% | 0.91% | - |
| XYZ | 36.53 | 19.93 | 12.51 | - |
| YUV | 106.21 | 121.12 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 94 | 0 | 0.81 | 0.60 | 0.09 | 344.13 | 0.81 | 0.54 |
| Hex | E9 | 2C | 5E | 0 | 51 | 3C | 9 | 158 | 51 | 36 |
| Octal | 351 | 54 | 136 | 0 | 121 | 74 | 11 | 530 | 121 | 66 |
| Binary | 11101001 | 101100 | 1011110 | 0 | 1010001 | 111100 | 1001 | 101011000 | 1010001 | 110110 |
Color Harmonies of #E92C5E
Complementary color
Monochromatic Colors of #E92C5E
Black with #E92C5E
Text Example
Text Example
White with #E92C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C5E; }
p { color: rgb(233,44,94); }
H1.HeaderClassName
{
color: #E92C5E;
}
.AnyTagClassName
{
color: #E92C5E;
}
</style>
background-color css
<style>
a { background-color: #E92C5E; }
a { background-color: rgb(233,44,94); }
div.DivClassName
{
background-color: #E92C5E;
}
.BgClassName
{
background-color: #E92C5E;
}
</style>
border-color css
<style>
span { border-color: #E92C5E; }
span { border-color: rgb(233,44,94); }
td.TdClassName
{
border-color: #E92C5E;
}
.TagClassName
{
border-color: #E92C5E;
}
</style>