Shades of Shocking #E9A2CA
Tints of Shocking #E9A2CA
RGB
CMYK
RGB Variations
Color information
#E9A2CA (or 0xE9A2CA) is known color: Shocking. HEX triplet: E9, A2 and CA. RGB value is (233,162,202). Sum of RGB (Red+Green+Blue) = 233+162+202=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A2CA is #165D35. Grayscale: #BBBBBB. Windows color (decimal): -1465654 or 13279977. OLE color: 13279977.
HSL color Cylindrical-coordinate representation of color #E9A2CA: hue angle of 326.2º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A2CA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 202 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.09 |
| HSL | 326.2º | 0.62% | 0.77% | - |
| HSV(B) | 326.2º | 0.3% | 0.91% | - |
| XYZ | 57.19 | 47.43 | 62.02 | - |
| YUV | 187.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 202 | 0 | 0.30 | 0.13 | 0.09 | 326.2 | 0.62 | 0.77 |
| Hex | E9 | A2 | CA | 0 | 1E | D | 9 | 146 | 3E | 4D |
| Octal | 351 | 242 | 312 | 0 | 36 | 15 | 11 | 506 | 76 | 115 |
| Binary | 11101001 | 10100010 | 11001010 | 0 | 11110 | 1101 | 1001 | 101000110 | 111110 | 1001101 |
Color Harmonies of #E9A2CA
Complementary color
Monochromatic Colors of #E9A2CA
Black with #E9A2CA
Text Example
Text Example
White with #E9A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A2CA; }
p { color: rgb(233,162,202); }
H1.HeaderClassName
{
color: #E9A2CA;
}
.AnyTagClassName
{
color: #E9A2CA;
}
</style>
background-color css
<style>
a { background-color: #E9A2CA; }
a { background-color: rgb(233,162,202); }
div.DivClassName
{
background-color: #E9A2CA;
}
.BgClassName
{
background-color: #E9A2CA;
}
</style>
border-color css
<style>
span { border-color: #E9A2CA; }
span { border-color: rgb(233,162,202); }
td.TdClassName
{
border-color: #E9A2CA;
}
.TagClassName
{
border-color: #E9A2CA;
}
</style>