Shades of Shocking #E796B9
Tints of Shocking #E796B9
RGB
CMYK
RGB Variations
Color information
#E796B9 (or 0xE796B9) is known color: Shocking. HEX triplet: E7, 96 and B9. RGB value is (231,150,185). Sum of RGB (Red+Green+Blue) = 231+150+185=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E796B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796B9 is #186946. Grayscale: #B2B2B2. Windows color (decimal): -1599815 or 12162791. OLE color: 12162791.
HSL color Cylindrical-coordinate representation of color #E796B9: hue angle of 334.07º 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 #E796B9 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 185 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.09 |
| HSL | 334.07º | 0.63% | 0.75% | - |
| HSV(B) | 334.07º | 0.35% | 0.91% | - |
| XYZ | 52.62 | 42.3 | 51.29 | - |
| YUV | 178.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 185 | 0 | 0.35 | 0.20 | 0.09 | 334.07 | 0.63 | 0.75 |
| Hex | E7 | 96 | B9 | 0 | 23 | 14 | 9 | 14E | 3F | 4B |
| Octal | 347 | 226 | 271 | 0 | 43 | 24 | 11 | 516 | 77 | 113 |
| Binary | 11100111 | 10010110 | 10111001 | 0 | 100011 | 10100 | 1001 | 101001110 | 111111 | 1001011 |
Color Harmonies of #E796B9
Complementary color
Monochromatic Colors of #E796B9
Black with #E796B9
Text Example
Text Example
White with #E796B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E796B9; }
p { color: rgb(231,150,185); }
H1.HeaderClassName
{
color: #E796B9;
}
.AnyTagClassName
{
color: #E796B9;
}
</style>
background-color css
<style>
a { background-color: #E796B9; }
a { background-color: rgb(231,150,185); }
div.DivClassName
{
background-color: #E796B9;
}
.BgClassName
{
background-color: #E796B9;
}
</style>
border-color css
<style>
span { border-color: #E796B9; }
span { border-color: rgb(231,150,185); }
td.TdClassName
{
border-color: #E796B9;
}
.TagClassName
{
border-color: #E796B9;
}
</style>