Shades of Shocking #E9A6CB
Tints of Shocking #E9A6CB
RGB
CMYK
RGB Variations
Color information
#E9A6CB (or 0xE9A6CB) is known color: Shocking. HEX triplet: E9, A6 and CB. RGB value is (233,166,203). Sum of RGB (Red+Green+Blue) = 233+166+203=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6CB is #165934. Grayscale: #BEBEBE. Windows color (decimal): -1464629 or 13346537. OLE color: 13346537.
HSL color Cylindrical-coordinate representation of color #E9A6CB: hue angle of 326.87º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A6CB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 203 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.09 |
| HSL | 326.87º | 0.6% | 0.78% | - |
| HSV(B) | 326.87º | 0.29% | 0.91% | - |
| XYZ | 58.02 | 48.91 | 62.88 | - |
| YUV | 190.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 203 | 0 | 0.29 | 0.13 | 0.09 | 326.87 | 0.6 | 0.78 |
| Hex | E9 | A6 | CB | 0 | 1D | D | 9 | 147 | 3C | 4E |
| Octal | 351 | 246 | 313 | 0 | 35 | 15 | 11 | 507 | 74 | 116 |
| Binary | 11101001 | 10100110 | 11001011 | 0 | 11101 | 1101 | 1001 | 101000111 | 111100 | 1001110 |
Color Harmonies of #E9A6CB
Complementary color
Monochromatic Colors of #E9A6CB
Black with #E9A6CB
Text Example
Text Example
White with #E9A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A6CB; }
p { color: rgb(233,166,203); }
H1.HeaderClassName
{
color: #E9A6CB;
}
.AnyTagClassName
{
color: #E9A6CB;
}
</style>
background-color css
<style>
a { background-color: #E9A6CB; }
a { background-color: rgb(233,166,203); }
div.DivClassName
{
background-color: #E9A6CB;
}
.BgClassName
{
background-color: #E9A6CB;
}
</style>
border-color css
<style>
span { border-color: #E9A6CB; }
span { border-color: rgb(233,166,203); }
td.TdClassName
{
border-color: #E9A6CB;
}
.TagClassName
{
border-color: #E9A6CB;
}
</style>