Shades of Shocking #E796CF
Tints of Shocking #E796CF
RGB
CMYK
RGB Variations
Color information
#E796CF (or 0xE796CF) is known color: Shocking. HEX triplet: E7, 96 and CF. RGB value is (231,150,207). Sum of RGB (Red+Green+Blue) = 231+150+207=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E796CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796CF is #186930. Grayscale: #B4B4B4. Windows color (decimal): -1599793 or 13604583. OLE color: 13604583.
HSL color Cylindrical-coordinate representation of color #E796CF: hue angle of 317.78º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796CF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 207 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.09 |
| HSL | 317.78º | 0.63% | 0.75% | - |
| HSV(B) | 317.78º | 0.35% | 0.91% | - |
| XYZ | 55.12 | 43.31 | 64.49 | - |
| YUV | 180.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 207 | 0 | 0.35 | 0.10 | 0.09 | 317.78 | 0.63 | 0.75 |
| Hex | E7 | 96 | CF | 0 | 23 | A | 9 | 13E | 3F | 4B |
| Octal | 347 | 226 | 317 | 0 | 43 | 12 | 11 | 476 | 77 | 113 |
| Binary | 11100111 | 10010110 | 11001111 | 0 | 100011 | 1010 | 1001 | 100111110 | 111111 | 1001011 |
Color Harmonies of #E796CF
Complementary color
Monochromatic Colors of #E796CF
Black with #E796CF
Text Example
Text Example
White with #E796CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E796CF; }
p { color: rgb(231,150,207); }
H1.HeaderClassName
{
color: #E796CF;
}
.AnyTagClassName
{
color: #E796CF;
}
</style>
background-color css
<style>
a { background-color: #E796CF; }
a { background-color: rgb(231,150,207); }
div.DivClassName
{
background-color: #E796CF;
}
.BgClassName
{
background-color: #E796CF;
}
</style>
border-color css
<style>
span { border-color: #E796CF; }
span { border-color: rgb(231,150,207); }
td.TdClassName
{
border-color: #E796CF;
}
.TagClassName
{
border-color: #E796CF;
}
</style>