Shades of Shocking #E992D0
Tints of Shocking #E992D0
RGB
CMYK
RGB Variations
Color information
#E992D0 (or 0xE992D0) is known color: Shocking. HEX triplet: E9, 92 and D0. RGB value is (233,146,208). Sum of RGB (Red+Green+Blue) = 233+146+208=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D0 is #166D2F. Grayscale: #B2B2B2. Windows color (decimal): -1469744 or 13669097. OLE color: 13669097.
HSL color Cylindrical-coordinate representation of color #E992D0: hue angle of 317.24º 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 #E992D0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 208 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.09 |
| HSL | 317.24º | 0.66% | 0.74% | - |
| HSV(B) | 317.24º | 0.37% | 0.91% | - |
| XYZ | 55.27 | 42.44 | 64.95 | - |
| YUV | 179.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 208 | 0 | 0.37 | 0.11 | 0.09 | 317.24 | 0.66 | 0.74 |
| Hex | E9 | 92 | D0 | 0 | 25 | B | 9 | 13D | 42 | 4A |
| Octal | 351 | 222 | 320 | 0 | 45 | 13 | 11 | 475 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11010000 | 0 | 100101 | 1011 | 1001 | 100111101 | 1000010 | 1001010 |
Color Harmonies of #E992D0
Complementary color
Monochromatic Colors of #E992D0
Black with #E992D0
Text Example
Text Example
White with #E992D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992D0; }
p { color: rgb(233,146,208); }
H1.HeaderClassName
{
color: #E992D0;
}
.AnyTagClassName
{
color: #E992D0;
}
</style>
background-color css
<style>
a { background-color: #E992D0; }
a { background-color: rgb(233,146,208); }
div.DivClassName
{
background-color: #E992D0;
}
.BgClassName
{
background-color: #E992D0;
}
</style>
border-color css
<style>
span { border-color: #E992D0; }
span { border-color: rgb(233,146,208); }
td.TdClassName
{
border-color: #E992D0;
}
.TagClassName
{
border-color: #E992D0;
}
</style>