Shades of Shocking #E9A5BA
Tints of Shocking #E9A5BA
RGB
CMYK
RGB Variations
Color information
#E9A5BA (or 0xE9A5BA) is known color: Shocking. HEX triplet: E9, A5 and BA. RGB value is (233,165,186). Sum of RGB (Red+Green+Blue) = 233+165+186=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A5BA is #165A45. Grayscale: #BBBBBB. Windows color (decimal): -1464902 or 12232169. OLE color: 12232169.
HSL color Cylindrical-coordinate representation of color #E9A5BA: hue angle of 341.47º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A5BA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 186 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.09 |
| HSL | 341.47º | 0.61% | 0.78% | - |
| HSV(B) | 341.47º | 0.29% | 0.91% | - |
| XYZ | 55.92 | 47.78 | 52.73 | - |
| YUV | 187.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 186 | 0 | 0.29 | 0.20 | 0.09 | 341.47 | 0.61 | 0.78 |
| Hex | E9 | A5 | BA | 0 | 1D | 14 | 9 | 155 | 3D | 4E |
| Octal | 351 | 245 | 272 | 0 | 35 | 24 | 11 | 525 | 75 | 116 |
| Binary | 11101001 | 10100101 | 10111010 | 0 | 11101 | 10100 | 1001 | 101010101 | 111101 | 1001110 |
Color Harmonies of #E9A5BA
Complementary color
Monochromatic Colors of #E9A5BA
Black with #E9A5BA
Text Example
Text Example
White with #E9A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A5BA; }
p { color: rgb(233,165,186); }
H1.HeaderClassName
{
color: #E9A5BA;
}
.AnyTagClassName
{
color: #E9A5BA;
}
</style>
background-color css
<style>
a { background-color: #E9A5BA; }
a { background-color: rgb(233,165,186); }
div.DivClassName
{
background-color: #E9A5BA;
}
.BgClassName
{
background-color: #E9A5BA;
}
</style>
border-color css
<style>
span { border-color: #E9A5BA; }
span { border-color: rgb(233,165,186); }
td.TdClassName
{
border-color: #E9A5BA;
}
.TagClassName
{
border-color: #E9A5BA;
}
</style>