Shades of Shocking #E9A3BD
Tints of Shocking #E9A3BD
RGB
CMYK
RGB Variations
Color information
#E9A3BD (or 0xE9A3BD) is known color: Shocking. HEX triplet: E9, A3 and BD. RGB value is (233,163,189). Sum of RGB (Red+Green+Blue) = 233+163+189=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A3BD is #165C42. Grayscale: #BABABA. Windows color (decimal): -1465411 or 12428265. OLE color: 12428265.
HSL color Cylindrical-coordinate representation of color #E9A3BD: hue angle of 337.71º 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 #E9A3BD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 189 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.09 |
| HSL | 337.71º | 0.61% | 0.78% | - |
| HSV(B) | 337.71º | 0.3% | 0.91% | - |
| XYZ | 55.89 | 47.19 | 54.31 | - |
| YUV | 186.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 189 | 0 | 0.30 | 0.19 | 0.09 | 337.71 | 0.61 | 0.78 |
| Hex | E9 | A3 | BD | 0 | 1E | 13 | 9 | 152 | 3D | 4E |
| Octal | 351 | 243 | 275 | 0 | 36 | 23 | 11 | 522 | 75 | 116 |
| Binary | 11101001 | 10100011 | 10111101 | 0 | 11110 | 10011 | 1001 | 101010010 | 111101 | 1001110 |
Color Harmonies of #E9A3BD
Complementary color
Monochromatic Colors of #E9A3BD
Black with #E9A3BD
Text Example
Text Example
White with #E9A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A3BD; }
p { color: rgb(233,163,189); }
H1.HeaderClassName
{
color: #E9A3BD;
}
.AnyTagClassName
{
color: #E9A3BD;
}
</style>
background-color css
<style>
a { background-color: #E9A3BD; }
a { background-color: rgb(233,163,189); }
div.DivClassName
{
background-color: #E9A3BD;
}
.BgClassName
{
background-color: #E9A3BD;
}
</style>
border-color css
<style>
span { border-color: #E9A3BD; }
span { border-color: rgb(233,163,189); }
td.TdClassName
{
border-color: #E9A3BD;
}
.TagClassName
{
border-color: #E9A3BD;
}
</style>