Shades of Shocking #E7AACB
Tints of Shocking #E7AACB
RGB
CMYK
RGB Variations
Color information
#E7AACB (or 0xE7AACB) is known color: Shocking. HEX triplet: E7, AA and CB. RGB value is (231,170,203). Sum of RGB (Red+Green+Blue) = 231+170+203=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AACB is #185534. Grayscale: #BFBFBF. Windows color (decimal): -1594677 or 13347559. OLE color: 13347559.
HSL color Cylindrical-coordinate representation of color #E7AACB: hue angle of 327.54º 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 #E7AACB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 203 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.09 |
| HSL | 327.54º | 0.56% | 0.79% | - |
| HSV(B) | 327.54º | 0.26% | 0.91% | - |
| XYZ | 58.11 | 50.05 | 63.1 | - |
| YUV | 192 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 203 | 0 | 0.26 | 0.12 | 0.09 | 327.54 | 0.56 | 0.79 |
| Hex | E7 | AA | CB | 0 | 1A | C | 9 | 148 | 38 | 4F |
| Octal | 347 | 252 | 313 | 0 | 32 | 14 | 11 | 510 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11001011 | 0 | 11010 | 1100 | 1001 | 101001000 | 111000 | 1001111 |
Color Harmonies of #E7AACB
Complementary color
Monochromatic Colors of #E7AACB
Black with #E7AACB
Text Example
Text Example
White with #E7AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AACB; }
p { color: rgb(231,170,203); }
H1.HeaderClassName
{
color: #E7AACB;
}
.AnyTagClassName
{
color: #E7AACB;
}
</style>
background-color css
<style>
a { background-color: #E7AACB; }
a { background-color: rgb(231,170,203); }
div.DivClassName
{
background-color: #E7AACB;
}
.BgClassName
{
background-color: #E7AACB;
}
</style>
border-color css
<style>
span { border-color: #E7AACB; }
span { border-color: rgb(231,170,203); }
td.TdClassName
{
border-color: #E7AACB;
}
.TagClassName
{
border-color: #E7AACB;
}
</style>