Shades of Cerise #E92E5D
Tints of Cerise #E92E5D
RGB
CMYK
RGB Variations
Color information
#E92E5D (or 0xE92E5D) is known color: Cerise. HEX triplet: E9, 2E and 5D. RGB value is (233,46,93). Sum of RGB (Red+Green+Blue) = 233+46+93=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E5D is #16D1A2. Grayscale: #6B6B6B. Windows color (decimal): -1495459 or 6106857. OLE color: 6106857.
HSL color Cylindrical-coordinate representation of color #E92E5D: hue angle of 344.92º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E5D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 93 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.09 |
| HSL | 344.92º | 0.81% | 0.55% | - |
| HSV(B) | 344.92º | 0.8% | 0.91% | - |
| XYZ | 36.56 | 20.07 | 12.3 | - |
| YUV | 107.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 93 | 0 | 0.80 | 0.60 | 0.09 | 344.92 | 0.81 | 0.55 |
| Hex | E9 | 2E | 5D | 0 | 50 | 3C | 9 | 159 | 51 | 37 |
| Octal | 351 | 56 | 135 | 0 | 120 | 74 | 11 | 531 | 121 | 67 |
| Binary | 11101001 | 101110 | 1011101 | 0 | 1010000 | 111100 | 1001 | 101011001 | 1010001 | 110111 |
Color Harmonies of #E92E5D
Complementary color
Monochromatic Colors of #E92E5D
Black with #E92E5D
Text Example
Text Example
White with #E92E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E5D; }
p { color: rgb(233,46,93); }
H1.HeaderClassName
{
color: #E92E5D;
}
.AnyTagClassName
{
color: #E92E5D;
}
</style>
background-color css
<style>
a { background-color: #E92E5D; }
a { background-color: rgb(233,46,93); }
div.DivClassName
{
background-color: #E92E5D;
}
.BgClassName
{
background-color: #E92E5D;
}
</style>
border-color css
<style>
span { border-color: #E92E5D; }
span { border-color: rgb(233,46,93); }
td.TdClassName
{
border-color: #E92E5D;
}
.TagClassName
{
border-color: #E92E5D;
}
</style>