Shades of Shocking #E1A7CC
Tints of Shocking #E1A7CC
RGB
CMYK
RGB Variations
Color information
#E1A7CC (or 0xE1A7CC) is known color: Shocking. HEX triplet: E1, A7 and CC. RGB value is (225,167,204). Sum of RGB (Red+Green+Blue) = 225+167+204=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7CC is #1E5833. Grayscale: #BCBCBC. Windows color (decimal): -1988660 or 13412321. OLE color: 13412321.
HSL color Cylindrical-coordinate representation of color #E1A7CC: hue angle of 321.72º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A7CC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 204 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.12 |
| HSL | 321.72º | 0.49% | 0.77% | - |
| HSV(B) | 321.72º | 0.26% | 0.88% | - |
| XYZ | 55.77 | 48 | 63.45 | - |
| YUV | 188.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 204 | 0 | 0.26 | 0.09 | 0.12 | 321.72 | 0.49 | 0.77 |
| Hex | E1 | A7 | CC | 0 | 1A | 9 | C | 142 | 31 | 4D |
| Octal | 341 | 247 | 314 | 0 | 32 | 11 | 14 | 502 | 61 | 115 |
| Binary | 11100001 | 10100111 | 11001100 | 0 | 11010 | 1001 | 1100 | 101000010 | 110001 | 1001101 |
Color Harmonies of #E1A7CC
Complementary color
Monochromatic Colors of #E1A7CC
Black with #E1A7CC
Text Example
Text Example
White with #E1A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A7CC; }
p { color: rgb(225,167,204); }
H1.HeaderClassName
{
color: #E1A7CC;
}
.AnyTagClassName
{
color: #E1A7CC;
}
</style>
background-color css
<style>
a { background-color: #E1A7CC; }
a { background-color: rgb(225,167,204); }
div.DivClassName
{
background-color: #E1A7CC;
}
.BgClassName
{
background-color: #E1A7CC;
}
</style>
border-color css
<style>
span { border-color: #E1A7CC; }
span { border-color: rgb(225,167,204); }
td.TdClassName
{
border-color: #E1A7CC;
}
.TagClassName
{
border-color: #E1A7CC;
}
</style>