Shades of Shocking #E9A7CC
Tints of Shocking #E9A7CC
RGB
CMYK
RGB Variations
Color information
#E9A7CC (or 0xE9A7CC) is known color: Shocking. HEX triplet: E9, A7 and CC. RGB value is (233,167,204). Sum of RGB (Red+Green+Blue) = 233+167+204=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7CC is #165833. Grayscale: #BEBEBE. Windows color (decimal): -1464372 or 13412329. OLE color: 13412329.
HSL color Cylindrical-coordinate representation of color #E9A7CC: hue angle of 326.36º degrees, saturation: 0.6, 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 #E9A7CC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 204 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.09 |
| HSL | 326.36º | 0.6% | 0.78% | - |
| HSV(B) | 326.36º | 0.28% | 0.91% | - |
| XYZ | 58.32 | 49.32 | 63.57 | - |
| YUV | 190.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 204 | 0 | 0.28 | 0.12 | 0.09 | 326.36 | 0.6 | 0.78 |
| Hex | E9 | A7 | CC | 0 | 1C | C | 9 | 146 | 3C | 4E |
| Octal | 351 | 247 | 314 | 0 | 34 | 14 | 11 | 506 | 74 | 116 |
| Binary | 11101001 | 10100111 | 11001100 | 0 | 11100 | 1100 | 1001 | 101000110 | 111100 | 1001110 |
Color Harmonies of #E9A7CC
Complementary color
Monochromatic Colors of #E9A7CC
Black with #E9A7CC
Text Example
Text Example
White with #E9A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7CC; }
p { color: rgb(233,167,204); }
H1.HeaderClassName
{
color: #E9A7CC;
}
.AnyTagClassName
{
color: #E9A7CC;
}
</style>
background-color css
<style>
a { background-color: #E9A7CC; }
a { background-color: rgb(233,167,204); }
div.DivClassName
{
background-color: #E9A7CC;
}
.BgClassName
{
background-color: #E9A7CC;
}
</style>
border-color css
<style>
span { border-color: #E9A7CC; }
span { border-color: rgb(233,167,204); }
td.TdClassName
{
border-color: #E9A7CC;
}
.TagClassName
{
border-color: #E9A7CC;
}
</style>