Shades of Shocking #E9A3CA
Tints of Shocking #E9A3CA
RGB
CMYK
RGB Variations
Color information
#E9A3CA (or 0xE9A3CA) is known color: Shocking. HEX triplet: E9, A3 and CA. RGB value is (233,163,202). Sum of RGB (Red+Green+Blue) = 233+163+202=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A3CA is #165C35. Grayscale: #BCBCBC. Windows color (decimal): -1465398 or 13280233. OLE color: 13280233.
HSL color Cylindrical-coordinate representation of color #E9A3CA: hue angle of 326.57º 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 #E9A3CA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 202 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.09 |
| HSL | 326.57º | 0.61% | 0.78% | - |
| HSV(B) | 326.57º | 0.3% | 0.91% | - |
| XYZ | 57.36 | 47.78 | 62.08 | - |
| YUV | 188.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 202 | 0 | 0.30 | 0.13 | 0.09 | 326.57 | 0.61 | 0.78 |
| Hex | E9 | A3 | CA | 0 | 1E | D | 9 | 147 | 3D | 4E |
| Octal | 351 | 243 | 312 | 0 | 36 | 15 | 11 | 507 | 75 | 116 |
| Binary | 11101001 | 10100011 | 11001010 | 0 | 11110 | 1101 | 1001 | 101000111 | 111101 | 1001110 |
Color Harmonies of #E9A3CA
Complementary color
Monochromatic Colors of #E9A3CA
Black with #E9A3CA
Text Example
Text Example
White with #E9A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A3CA; }
p { color: rgb(233,163,202); }
H1.HeaderClassName
{
color: #E9A3CA;
}
.AnyTagClassName
{
color: #E9A3CA;
}
</style>
background-color css
<style>
a { background-color: #E9A3CA; }
a { background-color: rgb(233,163,202); }
div.DivClassName
{
background-color: #E9A3CA;
}
.BgClassName
{
background-color: #E9A3CA;
}
</style>
border-color css
<style>
span { border-color: #E9A3CA; }
span { border-color: rgb(233,163,202); }
td.TdClassName
{
border-color: #E9A3CA;
}
.TagClassName
{
border-color: #E9A3CA;
}
</style>