Shades of Shocking #E4A0BC
Tints of Shocking #E4A0BC
RGB
CMYK
RGB Variations
Color information
#E4A0BC (or 0xE4A0BC) is known color: Shocking. HEX triplet: E4, A0 and BC. RGB value is (228,160,188). Sum of RGB (Red+Green+Blue) = 228+160+188=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A0BC is #1B5F43. Grayscale: #B7B7B7. Windows color (decimal): -1793860 or 12361956. OLE color: 12361956.
HSL color Cylindrical-coordinate representation of color #E4A0BC: hue angle of 335.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A0BC is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 188 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.11 |
| HSL | 335.29º | 0.56% | 0.76% | - |
| HSV(B) | 335.29º | 0.3% | 0.89% | - |
| XYZ | 53.64 | 45.27 | 53.49 | - |
| YUV | 183.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 188 | 0 | 0.30 | 0.18 | 0.11 | 335.29 | 0.56 | 0.76 |
| Hex | E4 | A0 | BC | 0 | 1E | 12 | B | 14F | 38 | 4C |
| Octal | 344 | 240 | 274 | 0 | 36 | 22 | 13 | 517 | 70 | 114 |
| Binary | 11100100 | 10100000 | 10111100 | 0 | 11110 | 10010 | 1011 | 101001111 | 111000 | 1001100 |
Color Harmonies of #E4A0BC
Complementary color
Monochromatic Colors of #E4A0BC
Black with #E4A0BC
Text Example
Text Example
White with #E4A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A0BC; }
p { color: rgb(228,160,188); }
H1.HeaderClassName
{
color: #E4A0BC;
}
.AnyTagClassName
{
color: #E4A0BC;
}
</style>
background-color css
<style>
a { background-color: #E4A0BC; }
a { background-color: rgb(228,160,188); }
div.DivClassName
{
background-color: #E4A0BC;
}
.BgClassName
{
background-color: #E4A0BC;
}
</style>
border-color css
<style>
span { border-color: #E4A0BC; }
span { border-color: rgb(228,160,188); }
td.TdClassName
{
border-color: #E4A0BC;
}
.TagClassName
{
border-color: #E4A0BC;
}
</style>