Shades of Shocking #E992BE
Tints of Shocking #E992BE
RGB
CMYK
RGB Variations
Color information
#E992BE (or 0xE992BE) is known color: Shocking. HEX triplet: E9, 92 and BE. RGB value is (233,146,190). Sum of RGB (Red+Green+Blue) = 233+146+190=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E992BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992BE is #166D41. Grayscale: #B0B0B0. Windows color (decimal): -1469762 or 12489449. OLE color: 12489449.
HSL color Cylindrical-coordinate representation of color #E992BE: hue angle of 329.66º 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 #E992BE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 190 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.09 |
| HSL | 329.66º | 0.66% | 0.74% | - |
| HSV(B) | 329.66º | 0.37% | 0.91% | - |
| XYZ | 53.18 | 41.6 | 53.94 | - |
| YUV | 177.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 190 | 0 | 0.37 | 0.18 | 0.09 | 329.66 | 0.66 | 0.74 |
| Hex | E9 | 92 | BE | 0 | 25 | 12 | 9 | 14A | 42 | 4A |
| Octal | 351 | 222 | 276 | 0 | 45 | 22 | 11 | 512 | 102 | 112 |
| Binary | 11101001 | 10010010 | 10111110 | 0 | 100101 | 10010 | 1001 | 101001010 | 1000010 | 1001010 |
Color Harmonies of #E992BE
Complementary color
Monochromatic Colors of #E992BE
Black with #E992BE
Text Example
Text Example
White with #E992BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992BE; }
p { color: rgb(233,146,190); }
H1.HeaderClassName
{
color: #E992BE;
}
.AnyTagClassName
{
color: #E992BE;
}
</style>
background-color css
<style>
a { background-color: #E992BE; }
a { background-color: rgb(233,146,190); }
div.DivClassName
{
background-color: #E992BE;
}
.BgClassName
{
background-color: #E992BE;
}
</style>
border-color css
<style>
span { border-color: #E992BE; }
span { border-color: rgb(233,146,190); }
td.TdClassName
{
border-color: #E992BE;
}
.TagClassName
{
border-color: #E992BE;
}
</style>