Shades of Shocking #E7A4CC
Tints of Shocking #E7A4CC
RGB
CMYK
RGB Variations
Color information
#E7A4CC (or 0xE7A4CC) is known color: Shocking. HEX triplet: E7, A4 and CC. RGB value is (231,164,204). Sum of RGB (Red+Green+Blue) = 231+164+204=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4CC is #185B33. Grayscale: #BCBCBC. Windows color (decimal): -1596212 or 13411559. OLE color: 13411559.
HSL color Cylindrical-coordinate representation of color #E7A4CC: hue angle of 324.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A4CC is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 204 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.09 |
| HSL | 324.18º | 0.58% | 0.77% | - |
| HSV(B) | 324.18º | 0.29% | 0.91% | - |
| XYZ | 57.13 | 47.9 | 63.36 | - |
| YUV | 188.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 204 | 0 | 0.29 | 0.12 | 0.09 | 324.18 | 0.58 | 0.77 |
| Hex | E7 | A4 | CC | 0 | 1D | C | 9 | 144 | 3A | 4D |
| Octal | 347 | 244 | 314 | 0 | 35 | 14 | 11 | 504 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11001100 | 0 | 11101 | 1100 | 1001 | 101000100 | 111010 | 1001101 |
Color Harmonies of #E7A4CC
Complementary color
Monochromatic Colors of #E7A4CC
Black with #E7A4CC
Text Example
Text Example
White with #E7A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4CC; }
p { color: rgb(231,164,204); }
H1.HeaderClassName
{
color: #E7A4CC;
}
.AnyTagClassName
{
color: #E7A4CC;
}
</style>
background-color css
<style>
a { background-color: #E7A4CC; }
a { background-color: rgb(231,164,204); }
div.DivClassName
{
background-color: #E7A4CC;
}
.BgClassName
{
background-color: #E7A4CC;
}
</style>
border-color css
<style>
span { border-color: #E7A4CC; }
span { border-color: rgb(231,164,204); }
td.TdClassName
{
border-color: #E7A4CC;
}
.TagClassName
{
border-color: #E7A4CC;
}
</style>