Shades of Shocking #E79BBB
Tints of Shocking #E79BBB
RGB
CMYK
RGB Variations
Color information
#E79BBB (or 0xE79BBB) is known color: Shocking. HEX triplet: E7, 9B and BB. RGB value is (231,155,187). Sum of RGB (Red+Green+Blue) = 231+155+187=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BBB is #186444. Grayscale: #B5B5B5. Windows color (decimal): -1598533 or 12295143. OLE color: 12295143.
HSL color Cylindrical-coordinate representation of color #E79BBB: hue angle of 334.74º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BBB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 187 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.09 |
| HSL | 334.74º | 0.61% | 0.76% | - |
| HSV(B) | 334.74º | 0.33% | 0.91% | - |
| XYZ | 53.65 | 44.02 | 52.68 | - |
| YUV | 181.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 187 | 0 | 0.33 | 0.19 | 0.09 | 334.74 | 0.61 | 0.76 |
| Hex | E7 | 9B | BB | 0 | 21 | 13 | 9 | 14F | 3D | 4C |
| Octal | 347 | 233 | 273 | 0 | 41 | 23 | 11 | 517 | 75 | 114 |
| Binary | 11100111 | 10011011 | 10111011 | 0 | 100001 | 10011 | 1001 | 101001111 | 111101 | 1001100 |
Color Harmonies of #E79BBB
Complementary color
Monochromatic Colors of #E79BBB
Black with #E79BBB
Text Example
Text Example
White with #E79BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BBB; }
p { color: rgb(231,155,187); }
H1.HeaderClassName
{
color: #E79BBB;
}
.AnyTagClassName
{
color: #E79BBB;
}
</style>
background-color css
<style>
a { background-color: #E79BBB; }
a { background-color: rgb(231,155,187); }
div.DivClassName
{
background-color: #E79BBB;
}
.BgClassName
{
background-color: #E79BBB;
}
</style>
border-color css
<style>
span { border-color: #E79BBB; }
span { border-color: rgb(231,155,187); }
td.TdClassName
{
border-color: #E79BBB;
}
.TagClassName
{
border-color: #E79BBB;
}
</style>