Shades of Shocking #E9A4CC
Tints of Shocking #E9A4CC
RGB
CMYK
RGB Variations
Color information
#E9A4CC (or 0xE9A4CC) is known color: Shocking. HEX triplet: E9, A4 and CC. RGB value is (233,164,204). Sum of RGB (Red+Green+Blue) = 233+164+204=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4CC is #165B33. Grayscale: #BDBDBD. Windows color (decimal): -1465140 or 13411561. OLE color: 13411561.
HSL color Cylindrical-coordinate representation of color #E9A4CC: hue angle of 325.22º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4CC is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 204 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.09 |
| HSL | 325.22º | 0.61% | 0.78% | - |
| HSV(B) | 325.22º | 0.3% | 0.91% | - |
| XYZ | 57.78 | 48.23 | 63.39 | - |
| YUV | 189.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 204 | 0 | 0.30 | 0.12 | 0.09 | 325.22 | 0.61 | 0.78 |
| Hex | E9 | A4 | CC | 0 | 1E | C | 9 | 145 | 3D | 4E |
| Octal | 351 | 244 | 314 | 0 | 36 | 14 | 11 | 505 | 75 | 116 |
| Binary | 11101001 | 10100100 | 11001100 | 0 | 11110 | 1100 | 1001 | 101000101 | 111101 | 1001110 |
Color Harmonies of #E9A4CC
Complementary color
Monochromatic Colors of #E9A4CC
Black with #E9A4CC
Text Example
Text Example
White with #E9A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A4CC; }
p { color: rgb(233,164,204); }
H1.HeaderClassName
{
color: #E9A4CC;
}
.AnyTagClassName
{
color: #E9A4CC;
}
</style>
background-color css
<style>
a { background-color: #E9A4CC; }
a { background-color: rgb(233,164,204); }
div.DivClassName
{
background-color: #E9A4CC;
}
.BgClassName
{
background-color: #E9A4CC;
}
</style>
border-color css
<style>
span { border-color: #E9A4CC; }
span { border-color: rgb(233,164,204); }
td.TdClassName
{
border-color: #E9A4CC;
}
.TagClassName
{
border-color: #E9A4CC;
}
</style>