Shades of Shocking #E996BF
Tints of Shocking #E996BF
RGB
CMYK
RGB Variations
Color information
#E996BF (or 0xE996BF) is known color: Shocking. HEX triplet: E9, 96 and BF. RGB value is (233,150,191). Sum of RGB (Red+Green+Blue) = 233+150+191=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E996BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996BF is #166940. Grayscale: #B3B3B3. Windows color (decimal): -1468737 or 12556009. OLE color: 12556009.
HSL color Cylindrical-coordinate representation of color #E996BF: hue angle of 330.36º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996BF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 191 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.09 |
| HSL | 330.36º | 0.65% | 0.75% | - |
| HSV(B) | 330.36º | 0.36% | 0.91% | - |
| XYZ | 53.91 | 42.9 | 54.73 | - |
| YUV | 179.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 191 | 0 | 0.36 | 0.18 | 0.09 | 330.36 | 0.65 | 0.75 |
| Hex | E9 | 96 | BF | 0 | 24 | 12 | 9 | 14A | 41 | 4B |
| Octal | 351 | 226 | 277 | 0 | 44 | 22 | 11 | 512 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10111111 | 0 | 100100 | 10010 | 1001 | 101001010 | 1000001 | 1001011 |
Color Harmonies of #E996BF
Complementary color
Monochromatic Colors of #E996BF
Black with #E996BF
Text Example
Text Example
White with #E996BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996BF; }
p { color: rgb(233,150,191); }
H1.HeaderClassName
{
color: #E996BF;
}
.AnyTagClassName
{
color: #E996BF;
}
</style>
background-color css
<style>
a { background-color: #E996BF; }
a { background-color: rgb(233,150,191); }
div.DivClassName
{
background-color: #E996BF;
}
.BgClassName
{
background-color: #E996BF;
}
</style>
border-color css
<style>
span { border-color: #E996BF; }
span { border-color: rgb(233,150,191); }
td.TdClassName
{
border-color: #E996BF;
}
.TagClassName
{
border-color: #E996BF;
}
</style>