Shades of Deep Cerise #E92B8C
Tints of Deep Cerise #E92B8C
RGB
CMYK
RGB Variations
Color information
#E92B8C (or 0xE92B8C) is known color: Deep Cerise. HEX triplet: E9, 2B and 8C. RGB value is (233,43,140). Sum of RGB (Red+Green+Blue) = 233+43+140=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92B8C is #16D473. Grayscale: #6E6E6E. Windows color (decimal): -1496180 or 9186281. OLE color: 9186281.
HSL color Cylindrical-coordinate representation of color #E92B8C: hue angle of 329.37º 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 #E92B8C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 140 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.09 |
| HSL | 329.37º | 0.81% | 0.54% | - |
| HSV(B) | 329.37º | 0.82% | 0.91% | - |
| XYZ | 39.2 | 20.94 | 26.79 | - |
| YUV | 110.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 140 | 0 | 0.82 | 0.40 | 0.09 | 329.37 | 0.81 | 0.54 |
| Hex | E9 | 2B | 8C | 0 | 52 | 28 | 9 | 149 | 51 | 36 |
| Octal | 351 | 53 | 214 | 0 | 122 | 50 | 11 | 511 | 121 | 66 |
| Binary | 11101001 | 101011 | 10001100 | 0 | 1010010 | 101000 | 1001 | 101001001 | 1010001 | 110110 |
Color Harmonies of #E92B8C
Complementary color
Monochromatic Colors of #E92B8C
Black with #E92B8C
Text Example
Text Example
White with #E92B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B8C; }
p { color: rgb(233,43,140); }
H1.HeaderClassName
{
color: #E92B8C;
}
.AnyTagClassName
{
color: #E92B8C;
}
</style>
background-color css
<style>
a { background-color: #E92B8C; }
a { background-color: rgb(233,43,140); }
div.DivClassName
{
background-color: #E92B8C;
}
.BgClassName
{
background-color: #E92B8C;
}
</style>
border-color css
<style>
span { border-color: #E92B8C; }
span { border-color: rgb(233,43,140); }
td.TdClassName
{
border-color: #E92B8C;
}
.TagClassName
{
border-color: #E92B8C;
}
</style>