Shades of Cerise #E92D5E
Tints of Cerise #E92D5E
RGB
CMYK
RGB Variations
Color information
#E92D5E (or 0xE92D5E) is known color: Cerise. HEX triplet: E9, 2D and 5E. RGB value is (233,45,94). Sum of RGB (Red+Green+Blue) = 233+45+94=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D5E is #16D2A1. Grayscale: #6A6A6A. Windows color (decimal): -1495714 or 6172137. OLE color: 6172137.
HSL color Cylindrical-coordinate representation of color #E92D5E: hue angle of 344.36º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D5E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 94 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.09 |
| HSL | 344.36º | 0.81% | 0.55% | - |
| HSV(B) | 344.36º | 0.81% | 0.91% | - |
| XYZ | 36.56 | 20.01 | 12.52 | - |
| YUV | 106.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 94 | 0 | 0.81 | 0.60 | 0.09 | 344.36 | 0.81 | 0.55 |
| Hex | E9 | 2D | 5E | 0 | 51 | 3C | 9 | 158 | 51 | 37 |
| Octal | 351 | 55 | 136 | 0 | 121 | 74 | 11 | 530 | 121 | 67 |
| Binary | 11101001 | 101101 | 1011110 | 0 | 1010001 | 111100 | 1001 | 101011000 | 1010001 | 110111 |
Color Harmonies of #E92D5E
Complementary color
Monochromatic Colors of #E92D5E
Black with #E92D5E
Text Example
Text Example
White with #E92D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D5E; }
p { color: rgb(233,45,94); }
H1.HeaderClassName
{
color: #E92D5E;
}
.AnyTagClassName
{
color: #E92D5E;
}
</style>
background-color css
<style>
a { background-color: #E92D5E; }
a { background-color: rgb(233,45,94); }
div.DivClassName
{
background-color: #E92D5E;
}
.BgClassName
{
background-color: #E92D5E;
}
</style>
border-color css
<style>
span { border-color: #E92D5E; }
span { border-color: rgb(233,45,94); }
td.TdClassName
{
border-color: #E92D5E;
}
.TagClassName
{
border-color: #E92D5E;
}
</style>