Shades of Shocking #E79CB6
Tints of Shocking #E79CB6
RGB
CMYK
RGB Variations
Color information
#E79CB6 (or 0xE79CB6) is known color: Shocking. HEX triplet: E7, 9C and B6. RGB value is (231,156,182). Sum of RGB (Red+Green+Blue) = 231+156+182=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CB6 is #186349. Grayscale: #B5B5B5. Windows color (decimal): -1598282 or 11967719. OLE color: 11967719.
HSL color Cylindrical-coordinate representation of color #E79CB6: hue angle of 339.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79CB6 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 182 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.09 |
| HSL | 339.2º | 0.61% | 0.76% | - |
| HSV(B) | 339.2º | 0.32% | 0.91% | - |
| XYZ | 53.29 | 44.14 | 49.97 | - |
| YUV | 181.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 182 | 0 | 0.32 | 0.21 | 0.09 | 339.2 | 0.61 | 0.76 |
| Hex | E7 | 9C | B6 | 0 | 20 | 15 | 9 | 153 | 3D | 4C |
| Octal | 347 | 234 | 266 | 0 | 40 | 25 | 11 | 523 | 75 | 114 |
| Binary | 11100111 | 10011100 | 10110110 | 0 | 100000 | 10101 | 1001 | 101010011 | 111101 | 1001100 |
Color Harmonies of #E79CB6
Complementary color
Monochromatic Colors of #E79CB6
Black with #E79CB6
Text Example
Text Example
White with #E79CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CB6; }
p { color: rgb(231,156,182); }
H1.HeaderClassName
{
color: #E79CB6;
}
.AnyTagClassName
{
color: #E79CB6;
}
</style>
background-color css
<style>
a { background-color: #E79CB6; }
a { background-color: rgb(231,156,182); }
div.DivClassName
{
background-color: #E79CB6;
}
.BgClassName
{
background-color: #E79CB6;
}
</style>
border-color css
<style>
span { border-color: #E79CB6; }
span { border-color: rgb(231,156,182); }
td.TdClassName
{
border-color: #E79CB6;
}
.TagClassName
{
border-color: #E79CB6;
}
</style>