Shades of Shocking #E3A6BC
Tints of Shocking #E3A6BC
RGB
CMYK
RGB Variations
Color information
#E3A6BC (or 0xE3A6BC) is known color: Shocking. HEX triplet: E3, A6 and BC. RGB value is (227,166,188). Sum of RGB (Red+Green+Blue) = 227+166+188=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A6BC is #1C5943. Grayscale: #BABABA. Windows color (decimal): -1857860 or 12363491. OLE color: 12363491.
HSL color Cylindrical-coordinate representation of color #E3A6BC: hue angle of 338.36º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A6BC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 188 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.11 |
| HSL | 338.36º | 0.52% | 0.77% | - |
| HSV(B) | 338.36º | 0.27% | 0.89% | - |
| XYZ | 54.39 | 47.23 | 53.83 | - |
| YUV | 186.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 188 | 0 | 0.27 | 0.17 | 0.11 | 338.36 | 0.52 | 0.77 |
| Hex | E3 | A6 | BC | 0 | 1B | 11 | B | 152 | 34 | 4D |
| Octal | 343 | 246 | 274 | 0 | 33 | 21 | 13 | 522 | 64 | 115 |
| Binary | 11100011 | 10100110 | 10111100 | 0 | 11011 | 10001 | 1011 | 101010010 | 110100 | 1001101 |
Color Harmonies of #E3A6BC
Complementary color
Monochromatic Colors of #E3A6BC
Black with #E3A6BC
Text Example
Text Example
White with #E3A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A6BC; }
p { color: rgb(227,166,188); }
H1.HeaderClassName
{
color: #E3A6BC;
}
.AnyTagClassName
{
color: #E3A6BC;
}
</style>
background-color css
<style>
a { background-color: #E3A6BC; }
a { background-color: rgb(227,166,188); }
div.DivClassName
{
background-color: #E3A6BC;
}
.BgClassName
{
background-color: #E3A6BC;
}
</style>
border-color css
<style>
span { border-color: #E3A6BC; }
span { border-color: rgb(227,166,188); }
td.TdClassName
{
border-color: #E3A6BC;
}
.TagClassName
{
border-color: #E3A6BC;
}
</style>