Shades of Shocking #E992B9
Tints of Shocking #E992B9
RGB
CMYK
RGB Variations
Color information
#E992B9 (or 0xE992B9) is known color: Shocking. HEX triplet: E9, 92 and B9. RGB value is (233,146,185). Sum of RGB (Red+Green+Blue) = 233+146+185=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E992B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992B9 is #166D46. Grayscale: #B0B0B0. Windows color (decimal): -1469767 or 12161769. OLE color: 12161769.
HSL color Cylindrical-coordinate representation of color #E992B9: hue angle of 333.1º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992B9 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 185 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.09 |
| HSL | 333.1º | 0.66% | 0.74% | - |
| HSV(B) | 333.1º | 0.37% | 0.91% | - |
| XYZ | 52.64 | 41.38 | 51.11 | - |
| YUV | 176.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 185 | 0 | 0.37 | 0.21 | 0.09 | 333.1 | 0.66 | 0.74 |
| Hex | E9 | 92 | B9 | 0 | 25 | 15 | 9 | 14D | 42 | 4A |
| Octal | 351 | 222 | 271 | 0 | 45 | 25 | 11 | 515 | 102 | 112 |
| Binary | 11101001 | 10010010 | 10111001 | 0 | 100101 | 10101 | 1001 | 101001101 | 1000010 | 1001010 |
Color Harmonies of #E992B9
Complementary color
Monochromatic Colors of #E992B9
Black with #E992B9
Text Example
Text Example
White with #E992B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992B9; }
p { color: rgb(233,146,185); }
H1.HeaderClassName
{
color: #E992B9;
}
.AnyTagClassName
{
color: #E992B9;
}
</style>
background-color css
<style>
a { background-color: #E992B9; }
a { background-color: rgb(233,146,185); }
div.DivClassName
{
background-color: #E992B9;
}
.BgClassName
{
background-color: #E992B9;
}
</style>
border-color css
<style>
span { border-color: #E992B9; }
span { border-color: rgb(233,146,185); }
td.TdClassName
{
border-color: #E992B9;
}
.TagClassName
{
border-color: #E992B9;
}
</style>