Shades of Shocking #E9A4CB
Tints of Shocking #E9A4CB
RGB
CMYK
RGB Variations
Color information
#E9A4CB (or 0xE9A4CB) is known color: Shocking. HEX triplet: E9, A4 and CB. RGB value is (233,164,203). Sum of RGB (Red+Green+Blue) = 233+164+203=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4CB is #165B34. Grayscale: #BCBCBC. Windows color (decimal): -1465141 or 13346025. OLE color: 13346025.
HSL color Cylindrical-coordinate representation of color #E9A4CB: hue angle of 326.09º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4CB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 203 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.09 |
| HSL | 326.09º | 0.61% | 0.78% | - |
| HSV(B) | 326.09º | 0.3% | 0.91% | - |
| XYZ | 57.66 | 48.19 | 62.76 | - |
| YUV | 189.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 203 | 0 | 0.30 | 0.13 | 0.09 | 326.09 | 0.61 | 0.78 |
| Hex | E9 | A4 | CB | 0 | 1E | D | 9 | 146 | 3D | 4E |
| Octal | 351 | 244 | 313 | 0 | 36 | 15 | 11 | 506 | 75 | 116 |
| Binary | 11101001 | 10100100 | 11001011 | 0 | 11110 | 1101 | 1001 | 101000110 | 111101 | 1001110 |
Color Harmonies of #E9A4CB
Complementary color
Monochromatic Colors of #E9A4CB
Black with #E9A4CB
Text Example
Text Example
White with #E9A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A4CB; }
p { color: rgb(233,164,203); }
H1.HeaderClassName
{
color: #E9A4CB;
}
.AnyTagClassName
{
color: #E9A4CB;
}
</style>
background-color css
<style>
a { background-color: #E9A4CB; }
a { background-color: rgb(233,164,203); }
div.DivClassName
{
background-color: #E9A4CB;
}
.BgClassName
{
background-color: #E9A4CB;
}
</style>
border-color css
<style>
span { border-color: #E9A4CB; }
span { border-color: rgb(233,164,203); }
td.TdClassName
{
border-color: #E9A4CB;
}
.TagClassName
{
border-color: #E9A4CB;
}
</style>