Shades of Shocking #E79FBB
Tints of Shocking #E79FBB
RGB
CMYK
RGB Variations
Color information
#E79FBB (or 0xE79FBB) is known color: Shocking. HEX triplet: E7, 9F and BB. RGB value is (231,159,187). Sum of RGB (Red+Green+Blue) = 231+159+187=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FBB is #186044. Grayscale: #B7B7B7. Windows color (decimal): -1597509 or 12296167. OLE color: 12296167.
HSL color Cylindrical-coordinate representation of color #E79FBB: hue angle of 336.67º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E79FBB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 187 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.09 |
| HSL | 336.67º | 0.6% | 0.76% | - |
| HSV(B) | 336.67º | 0.31% | 0.91% | - |
| XYZ | 54.32 | 45.37 | 52.91 | - |
| YUV | 183.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 187 | 0 | 0.31 | 0.19 | 0.09 | 336.67 | 0.6 | 0.76 |
| Hex | E7 | 9F | BB | 0 | 1F | 13 | 9 | 151 | 3C | 4C |
| Octal | 347 | 237 | 273 | 0 | 37 | 23 | 11 | 521 | 74 | 114 |
| Binary | 11100111 | 10011111 | 10111011 | 0 | 11111 | 10011 | 1001 | 101010001 | 111100 | 1001100 |
Color Harmonies of #E79FBB
Complementary color
Monochromatic Colors of #E79FBB
Black with #E79FBB
Text Example
Text Example
White with #E79FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79FBB; }
p { color: rgb(231,159,187); }
H1.HeaderClassName
{
color: #E79FBB;
}
.AnyTagClassName
{
color: #E79FBB;
}
</style>
background-color css
<style>
a { background-color: #E79FBB; }
a { background-color: rgb(231,159,187); }
div.DivClassName
{
background-color: #E79FBB;
}
.BgClassName
{
background-color: #E79FBB;
}
</style>
border-color css
<style>
span { border-color: #E79FBB; }
span { border-color: rgb(231,159,187); }
td.TdClassName
{
border-color: #E79FBB;
}
.TagClassName
{
border-color: #E79FBB;
}
</style>