Shades of Shocking #E4A6BC
Tints of Shocking #E4A6BC
RGB
CMYK
RGB Variations
Color information
#E4A6BC (or 0xE4A6BC) is known color: Shocking. HEX triplet: E4, A6 and BC. RGB value is (228,166,188). Sum of RGB (Red+Green+Blue) = 228+166+188=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A6BC is #1B5943. Grayscale: #BBBBBB. Windows color (decimal): -1792324 or 12363492. OLE color: 12363492.
HSL color Cylindrical-coordinate representation of color #E4A6BC: hue angle of 338.71º degrees, saturation: 0.53, 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 #E4A6BC is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 188 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.11 |
| HSL | 338.71º | 0.53% | 0.77% | - |
| HSV(B) | 338.71º | 0.27% | 0.89% | - |
| XYZ | 54.71 | 47.4 | 53.84 | - |
| YUV | 187.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 188 | 0 | 0.27 | 0.18 | 0.11 | 338.71 | 0.53 | 0.77 |
| Hex | E4 | A6 | BC | 0 | 1B | 12 | B | 153 | 35 | 4D |
| Octal | 344 | 246 | 274 | 0 | 33 | 22 | 13 | 523 | 65 | 115 |
| Binary | 11100100 | 10100110 | 10111100 | 0 | 11011 | 10010 | 1011 | 101010011 | 110101 | 1001101 |
Color Harmonies of #E4A6BC
Complementary color
Monochromatic Colors of #E4A6BC
Black with #E4A6BC
Text Example
Text Example
White with #E4A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A6BC; }
p { color: rgb(228,166,188); }
H1.HeaderClassName
{
color: #E4A6BC;
}
.AnyTagClassName
{
color: #E4A6BC;
}
</style>
background-color css
<style>
a { background-color: #E4A6BC; }
a { background-color: rgb(228,166,188); }
div.DivClassName
{
background-color: #E4A6BC;
}
.BgClassName
{
background-color: #E4A6BC;
}
</style>
border-color css
<style>
span { border-color: #E4A6BC; }
span { border-color: rgb(228,166,188); }
td.TdClassName
{
border-color: #E4A6BC;
}
.TagClassName
{
border-color: #E4A6BC;
}
</style>