Shades of Shocking #E4A2BB
Tints of Shocking #E4A2BB
RGB
CMYK
RGB Variations
Color information
#E4A2BB (or 0xE4A2BB) is known color: Shocking. HEX triplet: E4, A2 and BB. RGB value is (228,162,187). Sum of RGB (Red+Green+Blue) = 228+162+187=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A2BB is #1B5D44. Grayscale: #B8B8B8. Windows color (decimal): -1793349 or 12296932. OLE color: 12296932.
HSL color Cylindrical-coordinate representation of color #E4A2BB: hue angle of 337.27º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4A2BB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 187 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.11 |
| HSL | 337.27º | 0.55% | 0.76% | - |
| HSV(B) | 337.27º | 0.29% | 0.89% | - |
| XYZ | 53.88 | 45.92 | 53.04 | - |
| YUV | 184.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 187 | 0 | 0.29 | 0.18 | 0.11 | 337.27 | 0.55 | 0.76 |
| Hex | E4 | A2 | BB | 0 | 1D | 12 | B | 151 | 37 | 4C |
| Octal | 344 | 242 | 273 | 0 | 35 | 22 | 13 | 521 | 67 | 114 |
| Binary | 11100100 | 10100010 | 10111011 | 0 | 11101 | 10010 | 1011 | 101010001 | 110111 | 1001100 |
Color Harmonies of #E4A2BB
Complementary color
Monochromatic Colors of #E4A2BB
Black with #E4A2BB
Text Example
Text Example
White with #E4A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A2BB; }
p { color: rgb(228,162,187); }
H1.HeaderClassName
{
color: #E4A2BB;
}
.AnyTagClassName
{
color: #E4A2BB;
}
</style>
background-color css
<style>
a { background-color: #E4A2BB; }
a { background-color: rgb(228,162,187); }
div.DivClassName
{
background-color: #E4A2BB;
}
.BgClassName
{
background-color: #E4A2BB;
}
</style>
border-color css
<style>
span { border-color: #E4A2BB; }
span { border-color: rgb(228,162,187); }
td.TdClassName
{
border-color: #E4A2BB;
}
.TagClassName
{
border-color: #E4A2BB;
}
</style>