Shades of Shocking #E7A1C6
Tints of Shocking #E7A1C6
RGB
CMYK
RGB Variations
Color information
#E7A1C6 (or 0xE7A1C6) is known color: Shocking. HEX triplet: E7, A1 and C6. RGB value is (231,161,198). Sum of RGB (Red+Green+Blue) = 231+161+198=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1C6 is #185E39. Grayscale: #BABABA. Windows color (decimal): -1596986 or 13017575. OLE color: 13017575.
HSL color Cylindrical-coordinate representation of color #E7A1C6: hue angle of 328.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1C6 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 198 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.09 |
| HSL | 328.29º | 0.59% | 0.77% | - |
| HSV(B) | 328.29º | 0.3% | 0.91% | - |
| XYZ | 55.89 | 46.56 | 59.47 | - |
| YUV | 186.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 198 | 0 | 0.30 | 0.14 | 0.09 | 328.29 | 0.59 | 0.77 |
| Hex | E7 | A1 | C6 | 0 | 1E | E | 9 | 148 | 3B | 4D |
| Octal | 347 | 241 | 306 | 0 | 36 | 16 | 11 | 510 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11000110 | 0 | 11110 | 1110 | 1001 | 101001000 | 111011 | 1001101 |
Color Harmonies of #E7A1C6
Complementary color
Monochromatic Colors of #E7A1C6
Black with #E7A1C6
Text Example
Text Example
White with #E7A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1C6; }
p { color: rgb(231,161,198); }
H1.HeaderClassName
{
color: #E7A1C6;
}
.AnyTagClassName
{
color: #E7A1C6;
}
</style>
background-color css
<style>
a { background-color: #E7A1C6; }
a { background-color: rgb(231,161,198); }
div.DivClassName
{
background-color: #E7A1C6;
}
.BgClassName
{
background-color: #E7A1C6;
}
</style>
border-color css
<style>
span { border-color: #E7A1C6; }
span { border-color: rgb(231,161,198); }
td.TdClassName
{
border-color: #E7A1C6;
}
.TagClassName
{
border-color: #E7A1C6;
}
</style>