Shades of Shocking #E8A8CC
Tints of Shocking #E8A8CC
RGB
CMYK
RGB Variations
Color information
#E8A8CC (or 0xE8A8CC) is known color: Shocking. HEX triplet: E8, A8 and CC. RGB value is (232,168,204). Sum of RGB (Red+Green+Blue) = 232+168+204=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8CC is #175733. Grayscale: #BFBFBF. Windows color (decimal): -1529652 or 13412584. OLE color: 13412584.
HSL color Cylindrical-coordinate representation of color #E8A8CC: hue angle of 326.25º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8CC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 204 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.09 |
| HSL | 326.25º | 0.58% | 0.78% | - |
| HSV(B) | 326.25º | 0.28% | 0.91% | - |
| XYZ | 58.18 | 49.52 | 63.62 | - |
| YUV | 191.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 204 | 0 | 0.28 | 0.12 | 0.09 | 326.25 | 0.58 | 0.78 |
| Hex | E8 | A8 | CC | 0 | 1C | C | 9 | 146 | 3A | 4E |
| Octal | 350 | 250 | 314 | 0 | 34 | 14 | 11 | 506 | 72 | 116 |
| Binary | 11101000 | 10101000 | 11001100 | 0 | 11100 | 1100 | 1001 | 101000110 | 111010 | 1001110 |
Color Harmonies of #E8A8CC
Complementary color
Monochromatic Colors of #E8A8CC
Black with #E8A8CC
Text Example
Text Example
White with #E8A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8CC; }
p { color: rgb(232,168,204); }
H1.HeaderClassName
{
color: #E8A8CC;
}
.AnyTagClassName
{
color: #E8A8CC;
}
</style>
background-color css
<style>
a { background-color: #E8A8CC; }
a { background-color: rgb(232,168,204); }
div.DivClassName
{
background-color: #E8A8CC;
}
.BgClassName
{
background-color: #E8A8CC;
}
</style>
border-color css
<style>
span { border-color: #E8A8CC; }
span { border-color: rgb(232,168,204); }
td.TdClassName
{
border-color: #E8A8CC;
}
.TagClassName
{
border-color: #E8A8CC;
}
</style>