Shades of Shocking #E79DCC
Tints of Shocking #E79DCC
RGB
CMYK
RGB Variations
Color information
#E79DCC (or 0xE79DCC) is known color: Shocking. HEX triplet: E7, 9D and CC. RGB value is (231,157,204). Sum of RGB (Red+Green+Blue) = 231+157+204=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DCC is #186233. Grayscale: #B8B8B8. Windows color (decimal): -1598004 or 13409767. OLE color: 13409767.
HSL color Cylindrical-coordinate representation of color #E79DCC: hue angle of 321.89º 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 #E79DCC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 204 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.09 |
| HSL | 321.89º | 0.61% | 0.76% | - |
| HSV(B) | 321.89º | 0.32% | 0.91% | - |
| XYZ | 55.91 | 45.46 | 62.96 | - |
| YUV | 184.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 204 | 0 | 0.32 | 0.12 | 0.09 | 321.89 | 0.61 | 0.76 |
| Hex | E7 | 9D | CC | 0 | 20 | C | 9 | 142 | 3D | 4C |
| Octal | 347 | 235 | 314 | 0 | 40 | 14 | 11 | 502 | 75 | 114 |
| Binary | 11100111 | 10011101 | 11001100 | 0 | 100000 | 1100 | 1001 | 101000010 | 111101 | 1001100 |
Color Harmonies of #E79DCC
Complementary color
Monochromatic Colors of #E79DCC
Black with #E79DCC
Text Example
Text Example
White with #E79DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79DCC; }
p { color: rgb(231,157,204); }
H1.HeaderClassName
{
color: #E79DCC;
}
.AnyTagClassName
{
color: #E79DCC;
}
</style>
background-color css
<style>
a { background-color: #E79DCC; }
a { background-color: rgb(231,157,204); }
div.DivClassName
{
background-color: #E79DCC;
}
.BgClassName
{
background-color: #E79DCC;
}
</style>
border-color css
<style>
span { border-color: #E79DCC; }
span { border-color: rgb(231,157,204); }
td.TdClassName
{
border-color: #E79DCC;
}
.TagClassName
{
border-color: #E79DCC;
}
</style>