Shades of Cerise #E92D6E
Tints of Cerise #E92D6E
RGB
CMYK
RGB Variations
Color information
#E92D6E (or 0xE92D6E) is known color: Cerise. HEX triplet: E9, 2D and 6E. RGB value is (233,45,110). Sum of RGB (Red+Green+Blue) = 233+45+110=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D6E is #16D291. Grayscale: #6C6C6C. Windows color (decimal): -1495698 or 7220713. OLE color: 7220713.
HSL color Cylindrical-coordinate representation of color #E92D6E: hue angle of 339.26º 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 #E92D6E is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 110 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.09 |
| HSL | 339.26º | 0.81% | 0.55% | - |
| HSV(B) | 339.26º | 0.81% | 0.91% | - |
| XYZ | 37.36 | 20.33 | 16.71 | - |
| YUV | 108.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 110 | 0 | 0.81 | 0.53 | 0.09 | 339.26 | 0.81 | 0.55 |
| Hex | E9 | 2D | 6E | 0 | 51 | 35 | 9 | 153 | 51 | 37 |
| Octal | 351 | 55 | 156 | 0 | 121 | 65 | 11 | 523 | 121 | 67 |
| Binary | 11101001 | 101101 | 1101110 | 0 | 1010001 | 110101 | 1001 | 101010011 | 1010001 | 110111 |
Color Harmonies of #E92D6E
Complementary color
Monochromatic Colors of #E92D6E
Black with #E92D6E
Text Example
Text Example
White with #E92D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D6E; }
p { color: rgb(233,45,110); }
H1.HeaderClassName
{
color: #E92D6E;
}
.AnyTagClassName
{
color: #E92D6E;
}
</style>
background-color css
<style>
a { background-color: #E92D6E; }
a { background-color: rgb(233,45,110); }
div.DivClassName
{
background-color: #E92D6E;
}
.BgClassName
{
background-color: #E92D6E;
}
</style>
border-color css
<style>
span { border-color: #E92D6E; }
span { border-color: rgb(233,45,110); }
td.TdClassName
{
border-color: #E92D6E;
}
.TagClassName
{
border-color: #E92D6E;
}
</style>