Shades of Shocking #E7AAC9
Tints of Shocking #E7AAC9
RGB
CMYK
RGB Variations
Color information
#E7AAC9 (or 0xE7AAC9) is known color: Shocking. HEX triplet: E7, AA and C9. RGB value is (231,170,201). Sum of RGB (Red+Green+Blue) = 231+170+201=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAC9 is #185536. Grayscale: #BFBFBF. Windows color (decimal): -1594679 or 13216487. OLE color: 13216487.
HSL color Cylindrical-coordinate representation of color #E7AAC9: hue angle of 329.51º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAC9 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 201 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.09 |
| HSL | 329.51º | 0.56% | 0.79% | - |
| HSV(B) | 329.51º | 0.26% | 0.91% | - |
| XYZ | 57.87 | 49.96 | 61.85 | - |
| YUV | 191.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 201 | 0 | 0.26 | 0.13 | 0.09 | 329.51 | 0.56 | 0.79 |
| Hex | E7 | AA | C9 | 0 | 1A | D | 9 | 14A | 38 | 4F |
| Octal | 347 | 252 | 311 | 0 | 32 | 15 | 11 | 512 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11001001 | 0 | 11010 | 1101 | 1001 | 101001010 | 111000 | 1001111 |
Color Harmonies of #E7AAC9
Complementary color
Monochromatic Colors of #E7AAC9
Black with #E7AAC9
Text Example
Text Example
White with #E7AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAC9; }
p { color: rgb(231,170,201); }
H1.HeaderClassName
{
color: #E7AAC9;
}
.AnyTagClassName
{
color: #E7AAC9;
}
</style>
background-color css
<style>
a { background-color: #E7AAC9; }
a { background-color: rgb(231,170,201); }
div.DivClassName
{
background-color: #E7AAC9;
}
.BgClassName
{
background-color: #E7AAC9;
}
</style>
border-color css
<style>
span { border-color: #E7AAC9; }
span { border-color: rgb(231,170,201); }
td.TdClassName
{
border-color: #E7AAC9;
}
.TagClassName
{
border-color: #E7AAC9;
}
</style>