Shades of Shocking #E5A0BC
Tints of Shocking #E5A0BC
RGB
CMYK
RGB Variations
Color information
#E5A0BC (or 0xE5A0BC) is known color: Shocking. HEX triplet: E5, A0 and BC. RGB value is (229,160,188). Sum of RGB (Red+Green+Blue) = 229+160+188=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0BC is #1A5F43. Grayscale: #B7B7B7. Windows color (decimal): -1728324 or 12361957. OLE color: 12361957.
HSL color Cylindrical-coordinate representation of color #E5A0BC: hue angle of 335.65º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0BC is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 160 | 188 | - |
CMYK | 0 | 0.30 | 0.18 | 0.10 |
HSL | 335.65º | 0.57% | 0.76% | - |
HSV(B) | 335.65º | 0.3% | 0.9% | - |
XYZ | 53.96 | 45.43 | 53.5 | - |
YUV | 183.82 | 130.36 | 160.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 160 | 188 | 0 | 0.30 | 0.18 | 0.10 | 335.65 | 0.57 | 0.76 |
Hex | E5 | A0 | BC | 0 | 1E | 12 | A | 150 | 39 | 4C |
Octal | 345 | 240 | 274 | 0 | 36 | 22 | 12 | 520 | 71 | 114 |
Binary | 11100101 | 10100000 | 10111100 | 0 | 11110 | 10010 | 1010 | 101010000 | 111001 | 1001100 |
Color Harmonies of #E5A0BC
Complementary color
Monochromatic Colors of #E5A0BC
Black with #E5A0BC
Text Example
Text Example
White with #E5A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0BC; }
p { color: rgb(229,160,188); }
H1.HeaderClassName
{
color: #E5A0BC;
}
.AnyTagClassName
{
color: #E5A0BC;
}
</style>
background-color css
<style>
a { background-color: #E5A0BC; }
a { background-color: rgb(229,160,188); }
div.DivClassName
{
background-color: #E5A0BC;
}
.BgClassName
{
background-color: #E5A0BC;
}
</style>
border-color css
<style>
span { border-color: #E5A0BC; }
span { border-color: rgb(229,160,188); }
td.TdClassName
{
border-color: #E5A0BC;
}
.TagClassName
{
border-color: #E5A0BC;
}
</style>