Shades of Shocking #E9A0CA
Tints of Shocking #E9A0CA
RGB
CMYK
RGB Variations
Color information
#E9A0CA (or 0xE9A0CA) is known color: Shocking. HEX triplet: E9, A0 and CA. RGB value is (233,160,202). Sum of RGB (Red+Green+Blue) = 233+160+202=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0CA is #165F35. Grayscale: #BABABA. Windows color (decimal): -1466166 or 13279465. OLE color: 13279465.
HSL color Cylindrical-coordinate representation of color #E9A0CA: hue angle of 325.48º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A0CA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 202 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.09 |
| HSL | 325.48º | 0.62% | 0.77% | - |
| HSV(B) | 325.48º | 0.31% | 0.91% | - |
| XYZ | 56.84 | 46.73 | 61.9 | - |
| YUV | 186.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 202 | 0 | 0.31 | 0.13 | 0.09 | 325.48 | 0.62 | 0.77 |
| Hex | E9 | A0 | CA | 0 | 1F | D | 9 | 145 | 3E | 4D |
| Octal | 351 | 240 | 312 | 0 | 37 | 15 | 11 | 505 | 76 | 115 |
| Binary | 11101001 | 10100000 | 11001010 | 0 | 11111 | 1101 | 1001 | 101000101 | 111110 | 1001101 |
Color Harmonies of #E9A0CA
Complementary color
Monochromatic Colors of #E9A0CA
Black with #E9A0CA
Text Example
Text Example
White with #E9A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A0CA; }
p { color: rgb(233,160,202); }
H1.HeaderClassName
{
color: #E9A0CA;
}
.AnyTagClassName
{
color: #E9A0CA;
}
</style>
background-color css
<style>
a { background-color: #E9A0CA; }
a { background-color: rgb(233,160,202); }
div.DivClassName
{
background-color: #E9A0CA;
}
.BgClassName
{
background-color: #E9A0CA;
}
</style>
border-color css
<style>
span { border-color: #E9A0CA; }
span { border-color: rgb(233,160,202); }
td.TdClassName
{
border-color: #E9A0CA;
}
.TagClassName
{
border-color: #E9A0CA;
}
</style>