Shades of Shocking #E7A3CC
Tints of Shocking #E7A3CC
RGB
CMYK
RGB Variations
Color information
#E7A3CC (or 0xE7A3CC) is known color: Shocking. HEX triplet: E7, A3 and CC. RGB value is (231,163,204). Sum of RGB (Red+Green+Blue) = 231+163+204=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3CC is #185C33. Grayscale: #BBBBBB. Windows color (decimal): -1596468 or 13411303. OLE color: 13411303.
HSL color Cylindrical-coordinate representation of color #E7A3CC: hue angle of 323.82º degrees, saturation: 0.59, 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 #E7A3CC is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 204 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.09 |
| HSL | 323.82º | 0.59% | 0.77% | - |
| HSV(B) | 323.82º | 0.29% | 0.91% | - |
| XYZ | 56.95 | 47.54 | 63.3 | - |
| YUV | 188.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 204 | 0 | 0.29 | 0.12 | 0.09 | 323.82 | 0.59 | 0.77 |
| Hex | E7 | A3 | CC | 0 | 1D | C | 9 | 144 | 3B | 4D |
| Octal | 347 | 243 | 314 | 0 | 35 | 14 | 11 | 504 | 73 | 115 |
| Binary | 11100111 | 10100011 | 11001100 | 0 | 11101 | 1100 | 1001 | 101000100 | 111011 | 1001101 |
Color Harmonies of #E7A3CC
Complementary color
Monochromatic Colors of #E7A3CC
Black with #E7A3CC
Text Example
Text Example
White with #E7A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3CC; }
p { color: rgb(231,163,204); }
H1.HeaderClassName
{
color: #E7A3CC;
}
.AnyTagClassName
{
color: #E7A3CC;
}
</style>
background-color css
<style>
a { background-color: #E7A3CC; }
a { background-color: rgb(231,163,204); }
div.DivClassName
{
background-color: #E7A3CC;
}
.BgClassName
{
background-color: #E7A3CC;
}
</style>
border-color css
<style>
span { border-color: #E7A3CC; }
span { border-color: rgb(231,163,204); }
td.TdClassName
{
border-color: #E7A3CC;
}
.TagClassName
{
border-color: #E7A3CC;
}
</style>