Shades of Shocking #E992BD
Tints of Shocking #E992BD
RGB
CMYK
RGB Variations
Color information
#E992BD (or 0xE992BD) is known color: Shocking. HEX triplet: E9, 92 and BD. RGB value is (233,146,189). Sum of RGB (Red+Green+Blue) = 233+146+189=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E992BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992BD is #166D42. Grayscale: #B0B0B0. Windows color (decimal): -1469763 or 12423913. OLE color: 12423913.
HSL color Cylindrical-coordinate representation of color #E992BD: hue angle of 330.34º 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 #E992BD is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 189 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.09 |
| HSL | 330.34º | 0.66% | 0.74% | - |
| HSV(B) | 330.34º | 0.37% | 0.91% | - |
| XYZ | 53.07 | 41.56 | 53.37 | - |
| YUV | 176.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 189 | 0 | 0.37 | 0.19 | 0.09 | 330.34 | 0.66 | 0.74 |
| Hex | E9 | 92 | BD | 0 | 25 | 13 | 9 | 14A | 42 | 4A |
| Octal | 351 | 222 | 275 | 0 | 45 | 23 | 11 | 512 | 102 | 112 |
| Binary | 11101001 | 10010010 | 10111101 | 0 | 100101 | 10011 | 1001 | 101001010 | 1000010 | 1001010 |
Color Harmonies of #E992BD
Complementary color
Monochromatic Colors of #E992BD
Black with #E992BD
Text Example
Text Example
White with #E992BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992BD; }
p { color: rgb(233,146,189); }
H1.HeaderClassName
{
color: #E992BD;
}
.AnyTagClassName
{
color: #E992BD;
}
</style>
background-color css
<style>
a { background-color: #E992BD; }
a { background-color: rgb(233,146,189); }
div.DivClassName
{
background-color: #E992BD;
}
.BgClassName
{
background-color: #E992BD;
}
</style>
border-color css
<style>
span { border-color: #E992BD; }
span { border-color: rgb(233,146,189); }
td.TdClassName
{
border-color: #E992BD;
}
.TagClassName
{
border-color: #E992BD;
}
</style>