Shades of Shocking #E9A2CE
Tints of Shocking #E9A2CE
RGB
CMYK
RGB Variations
Color information
#E9A2CE (or 0xE9A2CE) is known color: Shocking. HEX triplet: E9, A2 and CE. RGB value is (233,162,206). Sum of RGB (Red+Green+Blue) = 233+162+206=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A2CE is #165D31. Grayscale: #BCBCBC. Windows color (decimal): -1465650 or 13542121. OLE color: 13542121.
HSL color Cylindrical-coordinate representation of color #E9A2CE: hue angle of 322.82º 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 #E9A2CE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 206 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.09 |
| HSL | 322.82º | 0.62% | 0.77% | - |
| HSV(B) | 322.82º | 0.3% | 0.91% | - |
| XYZ | 57.67 | 47.62 | 64.54 | - |
| YUV | 188.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 206 | 0 | 0.30 | 0.12 | 0.09 | 322.82 | 0.62 | 0.77 |
| Hex | E9 | A2 | CE | 0 | 1E | C | 9 | 143 | 3E | 4D |
| Octal | 351 | 242 | 316 | 0 | 36 | 14 | 11 | 503 | 76 | 115 |
| Binary | 11101001 | 10100010 | 11001110 | 0 | 11110 | 1100 | 1001 | 101000011 | 111110 | 1001101 |
Color Harmonies of #E9A2CE
Complementary color
Monochromatic Colors of #E9A2CE
Black with #E9A2CE
Text Example
Text Example
White with #E9A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A2CE; }
p { color: rgb(233,162,206); }
H1.HeaderClassName
{
color: #E9A2CE;
}
.AnyTagClassName
{
color: #E9A2CE;
}
</style>
background-color css
<style>
a { background-color: #E9A2CE; }
a { background-color: rgb(233,162,206); }
div.DivClassName
{
background-color: #E9A2CE;
}
.BgClassName
{
background-color: #E9A2CE;
}
</style>
border-color css
<style>
span { border-color: #E9A2CE; }
span { border-color: rgb(233,162,206); }
td.TdClassName
{
border-color: #E9A2CE;
}
.TagClassName
{
border-color: #E9A2CE;
}
</style>