Shades of Cerise #E92D76
Tints of Cerise #E92D76
RGB
CMYK
RGB Variations
Color information
#E92D76 (or 0xE92D76) is known color: Cerise. HEX triplet: E9, 2D and 76. RGB value is (233,45,118). Sum of RGB (Red+Green+Blue) = 233+45+118=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D76 is #16D289. Grayscale: #6D6D6D. Windows color (decimal): -1495690 or 7745001. OLE color: 7745001.
HSL color Cylindrical-coordinate representation of color #E92D76: hue angle of 336.7º 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 #E92D76 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 118 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.09 |
| HSL | 336.7º | 0.81% | 0.55% | - |
| HSV(B) | 336.7º | 0.81% | 0.91% | - |
| XYZ | 37.81 | 20.51 | 19.11 | - |
| YUV | 109.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 118 | 0 | 0.81 | 0.49 | 0.09 | 336.7 | 0.81 | 0.55 |
| Hex | E9 | 2D | 76 | 0 | 51 | 31 | 9 | 151 | 51 | 37 |
| Octal | 351 | 55 | 166 | 0 | 121 | 61 | 11 | 521 | 121 | 67 |
| Binary | 11101001 | 101101 | 1110110 | 0 | 1010001 | 110001 | 1001 | 101010001 | 1010001 | 110111 |
Color Harmonies of #E92D76
Complementary color
Monochromatic Colors of #E92D76
Black with #E92D76
Text Example
Text Example
White with #E92D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D76; }
p { color: rgb(233,45,118); }
H1.HeaderClassName
{
color: #E92D76;
}
.AnyTagClassName
{
color: #E92D76;
}
</style>
background-color css
<style>
a { background-color: #E92D76; }
a { background-color: rgb(233,45,118); }
div.DivClassName
{
background-color: #E92D76;
}
.BgClassName
{
background-color: #E92D76;
}
</style>
border-color css
<style>
span { border-color: #E92D76; }
span { border-color: rgb(233,45,118); }
td.TdClassName
{
border-color: #E92D76;
}
.TagClassName
{
border-color: #E92D76;
}
</style>