Shades of Shocking #E79CCC
Tints of Shocking #E79CCC
RGB
CMYK
RGB Variations
Color information
#E79CCC (or 0xE79CCC) is known color: Shocking. HEX triplet: E7, 9C and CC. RGB value is (231,156,204). Sum of RGB (Red+Green+Blue) = 231+156+204=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CCC is #186333. Grayscale: #B7B7B7. Windows color (decimal): -1598260 or 13409511. OLE color: 13409511.
HSL color Cylindrical-coordinate representation of color #E79CCC: hue angle of 321.6º 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 #E79CCC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 204 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.09 |
| HSL | 321.6º | 0.61% | 0.76% | - |
| HSV(B) | 321.6º | 0.32% | 0.91% | - |
| XYZ | 55.74 | 45.13 | 62.9 | - |
| YUV | 183.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 204 | 0 | 0.32 | 0.12 | 0.09 | 321.6 | 0.61 | 0.76 |
| Hex | E7 | 9C | CC | 0 | 20 | C | 9 | 142 | 3D | 4C |
| Octal | 347 | 234 | 314 | 0 | 40 | 14 | 11 | 502 | 75 | 114 |
| Binary | 11100111 | 10011100 | 11001100 | 0 | 100000 | 1100 | 1001 | 101000010 | 111101 | 1001100 |
Color Harmonies of #E79CCC
Complementary color
Monochromatic Colors of #E79CCC
Black with #E79CCC
Text Example
Text Example
White with #E79CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CCC; }
p { color: rgb(231,156,204); }
H1.HeaderClassName
{
color: #E79CCC;
}
.AnyTagClassName
{
color: #E79CCC;
}
</style>
background-color css
<style>
a { background-color: #E79CCC; }
a { background-color: rgb(231,156,204); }
div.DivClassName
{
background-color: #E79CCC;
}
.BgClassName
{
background-color: #E79CCC;
}
</style>
border-color css
<style>
span { border-color: #E79CCC; }
span { border-color: rgb(231,156,204); }
td.TdClassName
{
border-color: #E79CCC;
}
.TagClassName
{
border-color: #E79CCC;
}
</style>