Shades of Shocking #E9A8C5
Tints of Shocking #E9A8C5
RGB
CMYK
RGB Variations
Color information
#E9A8C5 (or 0xE9A8C5) is known color: Shocking. HEX triplet: E9, A8 and C5. RGB value is (233,168,197). Sum of RGB (Red+Green+Blue) = 233+168+197=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A8C5 is #16573A. Grayscale: #BEBEBE. Windows color (decimal): -1464123 or 12953833. OLE color: 12953833.
HSL color Cylindrical-coordinate representation of color #E9A8C5: hue angle of 333.23º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8C5 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 197 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.09 |
| HSL | 333.23º | 0.6% | 0.79% | - |
| HSV(B) | 333.23º | 0.28% | 0.91% | - |
| XYZ | 57.68 | 49.36 | 59.31 | - |
| YUV | 190.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 197 | 0 | 0.28 | 0.15 | 0.09 | 333.23 | 0.6 | 0.79 |
| Hex | E9 | A8 | C5 | 0 | 1C | F | 9 | 14D | 3C | 4F |
| Octal | 351 | 250 | 305 | 0 | 34 | 17 | 11 | 515 | 74 | 117 |
| Binary | 11101001 | 10101000 | 11000101 | 0 | 11100 | 1111 | 1001 | 101001101 | 111100 | 1001111 |
Color Harmonies of #E9A8C5
Complementary color
Monochromatic Colors of #E9A8C5
Black with #E9A8C5
Text Example
Text Example
White with #E9A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8C5; }
p { color: rgb(233,168,197); }
H1.HeaderClassName
{
color: #E9A8C5;
}
.AnyTagClassName
{
color: #E9A8C5;
}
</style>
background-color css
<style>
a { background-color: #E9A8C5; }
a { background-color: rgb(233,168,197); }
div.DivClassName
{
background-color: #E9A8C5;
}
.BgClassName
{
background-color: #E9A8C5;
}
</style>
border-color css
<style>
span { border-color: #E9A8C5; }
span { border-color: rgb(233,168,197); }
td.TdClassName
{
border-color: #E9A8C5;
}
.TagClassName
{
border-color: #E9A8C5;
}
</style>