Shades of Shocking #E9A0D0
Tints of Shocking #E9A0D0
RGB
CMYK
RGB Variations
Color information
#E9A0D0 (or 0xE9A0D0) is known color: Shocking. HEX triplet: E9, A0 and D0. RGB value is (233,160,208). Sum of RGB (Red+Green+Blue) = 233+160+208=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0D0 is #165F2F. Grayscale: #BBBBBB. Windows color (decimal): -1466160 or 13672681. OLE color: 13672681.
HSL color Cylindrical-coordinate representation of color #E9A0D0: hue angle of 320.55º 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 #E9A0D0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 208 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.09 |
| HSL | 320.55º | 0.62% | 0.77% | - |
| HSV(B) | 320.55º | 0.31% | 0.91% | - |
| XYZ | 57.56 | 47.02 | 65.72 | - |
| YUV | 187.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 208 | 0 | 0.31 | 0.11 | 0.09 | 320.55 | 0.62 | 0.77 |
| Hex | E9 | A0 | D0 | 0 | 1F | B | 9 | 141 | 3E | 4D |
| Octal | 351 | 240 | 320 | 0 | 37 | 13 | 11 | 501 | 76 | 115 |
| Binary | 11101001 | 10100000 | 11010000 | 0 | 11111 | 1011 | 1001 | 101000001 | 111110 | 1001101 |
Color Harmonies of #E9A0D0
Complementary color
Monochromatic Colors of #E9A0D0
Black with #E9A0D0
Text Example
Text Example
White with #E9A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A0D0; }
p { color: rgb(233,160,208); }
H1.HeaderClassName
{
color: #E9A0D0;
}
.AnyTagClassName
{
color: #E9A0D0;
}
</style>
background-color css
<style>
a { background-color: #E9A0D0; }
a { background-color: rgb(233,160,208); }
div.DivClassName
{
background-color: #E9A0D0;
}
.BgClassName
{
background-color: #E9A0D0;
}
</style>
border-color css
<style>
span { border-color: #E9A0D0; }
span { border-color: rgb(233,160,208); }
td.TdClassName
{
border-color: #E9A0D0;
}
.TagClassName
{
border-color: #E9A0D0;
}
</style>