Shades of Shocking #E996CF
Tints of Shocking #E996CF
RGB
CMYK
RGB Variations
Color information
#E996CF (or 0xE996CF) is known color: Shocking. HEX triplet: E9, 96 and CF. RGB value is (233,150,207). Sum of RGB (Red+Green+Blue) = 233+150+207=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CF is #166930. Grayscale: #B5B5B5. Windows color (decimal): -1468721 or 13604585. OLE color: 13604585.
HSL color Cylindrical-coordinate representation of color #E996CF: hue angle of 318.8º 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 #E996CF is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 207 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.09 |
| HSL | 318.8º | 0.65% | 0.75% | - |
| HSV(B) | 318.8º | 0.36% | 0.91% | - |
| XYZ | 55.77 | 43.64 | 64.52 | - |
| YUV | 181.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 207 | 0 | 0.36 | 0.11 | 0.09 | 318.8 | 0.65 | 0.75 |
| Hex | E9 | 96 | CF | 0 | 24 | B | 9 | 13F | 41 | 4B |
| Octal | 351 | 226 | 317 | 0 | 44 | 13 | 11 | 477 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11001111 | 0 | 100100 | 1011 | 1001 | 100111111 | 1000001 | 1001011 |
Color Harmonies of #E996CF
Complementary color
Monochromatic Colors of #E996CF
Black with #E996CF
Text Example
Text Example
White with #E996CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996CF; }
p { color: rgb(233,150,207); }
H1.HeaderClassName
{
color: #E996CF;
}
.AnyTagClassName
{
color: #E996CF;
}
</style>
background-color css
<style>
a { background-color: #E996CF; }
a { background-color: rgb(233,150,207); }
div.DivClassName
{
background-color: #E996CF;
}
.BgClassName
{
background-color: #E996CF;
}
</style>
border-color css
<style>
span { border-color: #E996CF; }
span { border-color: rgb(233,150,207); }
td.TdClassName
{
border-color: #E996CF;
}
.TagClassName
{
border-color: #E996CF;
}
</style>