Shades of Deep Cerise #E92B97
Tints of Deep Cerise #E92B97
RGB
CMYK
RGB Variations
Color information
#E92B97 (or 0xE92B97) is known color: Deep Cerise. HEX triplet: E9, 2B and 97. RGB value is (233,43,151). Sum of RGB (Red+Green+Blue) = 233+43+151=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92B97 is #16D468. Grayscale: #6F6F6F. Windows color (decimal): -1496169 or 9907177. OLE color: 9907177.
HSL color Cylindrical-coordinate representation of color #E92B97: hue angle of 325.89º 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 #E92B97 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 151 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.09 |
| HSL | 325.89º | 0.81% | 0.54% | - |
| HSV(B) | 325.89º | 0.82% | 0.91% | - |
| XYZ | 40.05 | 21.29 | 31.28 | - |
| YUV | 112.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 151 | 0 | 0.82 | 0.35 | 0.09 | 325.89 | 0.81 | 0.54 |
| Hex | E9 | 2B | 97 | 0 | 52 | 23 | 9 | 146 | 51 | 36 |
| Octal | 351 | 53 | 227 | 0 | 122 | 43 | 11 | 506 | 121 | 66 |
| Binary | 11101001 | 101011 | 10010111 | 0 | 1010010 | 100011 | 1001 | 101000110 | 1010001 | 110110 |
Color Harmonies of #E92B97
Complementary color
Monochromatic Colors of #E92B97
Black with #E92B97
Text Example
Text Example
White with #E92B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B97; }
p { color: rgb(233,43,151); }
H1.HeaderClassName
{
color: #E92B97;
}
.AnyTagClassName
{
color: #E92B97;
}
</style>
background-color css
<style>
a { background-color: #E92B97; }
a { background-color: rgb(233,43,151); }
div.DivClassName
{
background-color: #E92B97;
}
.BgClassName
{
background-color: #E92B97;
}
</style>
border-color css
<style>
span { border-color: #E92B97; }
span { border-color: rgb(233,43,151); }
td.TdClassName
{
border-color: #E92B97;
}
.TagClassName
{
border-color: #E92B97;
}
</style>