Shades of Cerise #E92972
Tints of Cerise #E92972
RGB
CMYK
RGB Variations
Color information
#E92972 (or 0xE92972) is known color: Cerise. HEX triplet: E9, 29 and 72. RGB value is (233,41,114). Sum of RGB (Red+Green+Blue) = 233+41+114=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E92972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92972 is #16D68D. Grayscale: #6A6A6A. Windows color (decimal): -1496718 or 7481833. OLE color: 7481833.
HSL color Cylindrical-coordinate representation of color #E92972: hue angle of 337.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92972 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 114 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.09 |
| HSL | 337.19º | 0.81% | 0.54% | - |
| HSV(B) | 337.19º | 0.82% | 0.91% | - |
| XYZ | 37.43 | 20.12 | 17.83 | - |
| YUV | 106.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 114 | 0 | 0.82 | 0.51 | 0.09 | 337.19 | 0.81 | 0.54 |
| Hex | E9 | 29 | 72 | 0 | 52 | 33 | 9 | 151 | 51 | 36 |
| Octal | 351 | 51 | 162 | 0 | 122 | 63 | 11 | 521 | 121 | 66 |
| Binary | 11101001 | 101001 | 1110010 | 0 | 1010010 | 110011 | 1001 | 101010001 | 1010001 | 110110 |
Color Harmonies of #E92972
Complementary color
Monochromatic Colors of #E92972
Black with #E92972
Text Example
Text Example
White with #E92972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92972; }
p { color: rgb(233,41,114); }
H1.HeaderClassName
{
color: #E92972;
}
.AnyTagClassName
{
color: #E92972;
}
</style>
background-color css
<style>
a { background-color: #E92972; }
a { background-color: rgb(233,41,114); }
div.DivClassName
{
background-color: #E92972;
}
.BgClassName
{
background-color: #E92972;
}
</style>
border-color css
<style>
span { border-color: #E92972; }
span { border-color: rgb(233,41,114); }
td.TdClassName
{
border-color: #E92972;
}
.TagClassName
{
border-color: #E92972;
}
</style>