Shades of Shocking #E9A4BA
Tints of Shocking #E9A4BA
RGB
CMYK
RGB Variations
Color information
#E9A4BA (or 0xE9A4BA) is known color: Shocking. HEX triplet: E9, A4 and BA. RGB value is (233,164,186). Sum of RGB (Red+Green+Blue) = 233+164+186=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4BA is #165B45. Grayscale: #BBBBBB. Windows color (decimal): -1465158 or 12231913. OLE color: 12231913.
HSL color Cylindrical-coordinate representation of color #E9A4BA: hue angle of 340.87º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4BA is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 186 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.09 |
| HSL | 340.87º | 0.61% | 0.78% | - |
| HSV(B) | 340.87º | 0.3% | 0.91% | - |
| XYZ | 55.74 | 47.42 | 52.67 | - |
| YUV | 187.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 186 | 0 | 0.30 | 0.20 | 0.09 | 340.87 | 0.61 | 0.78 |
| Hex | E9 | A4 | BA | 0 | 1E | 14 | 9 | 155 | 3D | 4E |
| Octal | 351 | 244 | 272 | 0 | 36 | 24 | 11 | 525 | 75 | 116 |
| Binary | 11101001 | 10100100 | 10111010 | 0 | 11110 | 10100 | 1001 | 101010101 | 111101 | 1001110 |
Color Harmonies of #E9A4BA
Complementary color
Monochromatic Colors of #E9A4BA
Black with #E9A4BA
Text Example
Text Example
White with #E9A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A4BA; }
p { color: rgb(233,164,186); }
H1.HeaderClassName
{
color: #E9A4BA;
}
.AnyTagClassName
{
color: #E9A4BA;
}
</style>
background-color css
<style>
a { background-color: #E9A4BA; }
a { background-color: rgb(233,164,186); }
div.DivClassName
{
background-color: #E9A4BA;
}
.BgClassName
{
background-color: #E9A4BA;
}
</style>
border-color css
<style>
span { border-color: #E9A4BA; }
span { border-color: rgb(233,164,186); }
td.TdClassName
{
border-color: #E9A4BA;
}
.TagClassName
{
border-color: #E9A4BA;
}
</style>