Shades of Shocking #E5A1BB
Tints of Shocking #E5A1BB
RGB
CMYK
RGB Variations
Color information
#E5A1BB (or 0xE5A1BB) is known color: Shocking. HEX triplet: E5, A1 and BB. RGB value is (229,161,187). Sum of RGB (Red+Green+Blue) = 229+161+187=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1BB is #1A5E44. Grayscale: #B8B8B8. Windows color (decimal): -1728069 or 12296677. OLE color: 12296677.
HSL color Cylindrical-coordinate representation of color #E5A1BB: hue angle of 337.06º 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 #E5A1BB is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 187 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.10 |
| HSL | 337.06º | 0.57% | 0.76% | - |
| HSV(B) | 337.06º | 0.3% | 0.9% | - |
| XYZ | 54.03 | 45.74 | 52.99 | - |
| YUV | 184.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 187 | 0 | 0.30 | 0.18 | 0.10 | 337.06 | 0.57 | 0.76 |
| Hex | E5 | A1 | BB | 0 | 1E | 12 | A | 151 | 39 | 4C |
| Octal | 345 | 241 | 273 | 0 | 36 | 22 | 12 | 521 | 71 | 114 |
| Binary | 11100101 | 10100001 | 10111011 | 0 | 11110 | 10010 | 1010 | 101010001 | 111001 | 1001100 |
Color Harmonies of #E5A1BB
Complementary color
Monochromatic Colors of #E5A1BB
Black with #E5A1BB
Text Example
Text Example
White with #E5A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1BB; }
p { color: rgb(229,161,187); }
H1.HeaderClassName
{
color: #E5A1BB;
}
.AnyTagClassName
{
color: #E5A1BB;
}
</style>
background-color css
<style>
a { background-color: #E5A1BB; }
a { background-color: rgb(229,161,187); }
div.DivClassName
{
background-color: #E5A1BB;
}
.BgClassName
{
background-color: #E5A1BB;
}
</style>
border-color css
<style>
span { border-color: #E5A1BB; }
span { border-color: rgb(229,161,187); }
td.TdClassName
{
border-color: #E5A1BB;
}
.TagClassName
{
border-color: #E5A1BB;
}
</style>