Shades of Shocking #E9A7CA
Tints of Shocking #E9A7CA
RGB
CMYK
RGB Variations
Color information
#E9A7CA (or 0xE9A7CA) is known color: Shocking. HEX triplet: E9, A7 and CA. RGB value is (233,167,202). Sum of RGB (Red+Green+Blue) = 233+167+202=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7CA is #165835. Grayscale: #BEBEBE. Windows color (decimal): -1464374 or 13281257. OLE color: 13281257.
HSL color Cylindrical-coordinate representation of color #E9A7CA: hue angle of 328.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7CA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 202 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.09 |
| HSL | 328.18º | 0.6% | 0.78% | - |
| HSV(B) | 328.18º | 0.28% | 0.91% | - |
| XYZ | 58.08 | 49.23 | 62.32 | - |
| YUV | 190.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 202 | 0 | 0.28 | 0.13 | 0.09 | 328.18 | 0.6 | 0.78 |
| Hex | E9 | A7 | CA | 0 | 1C | D | 9 | 148 | 3C | 4E |
| Octal | 351 | 247 | 312 | 0 | 34 | 15 | 11 | 510 | 74 | 116 |
| Binary | 11101001 | 10100111 | 11001010 | 0 | 11100 | 1101 | 1001 | 101001000 | 111100 | 1001110 |
Color Harmonies of #E9A7CA
Complementary color
Monochromatic Colors of #E9A7CA
Black with #E9A7CA
Text Example
Text Example
White with #E9A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7CA; }
p { color: rgb(233,167,202); }
H1.HeaderClassName
{
color: #E9A7CA;
}
.AnyTagClassName
{
color: #E9A7CA;
}
</style>
background-color css
<style>
a { background-color: #E9A7CA; }
a { background-color: rgb(233,167,202); }
div.DivClassName
{
background-color: #E9A7CA;
}
.BgClassName
{
background-color: #E9A7CA;
}
</style>
border-color css
<style>
span { border-color: #E9A7CA; }
span { border-color: rgb(233,167,202); }
td.TdClassName
{
border-color: #E9A7CA;
}
.TagClassName
{
border-color: #E9A7CA;
}
</style>