Shades of Shocking #EEA0BA
Tints of Shocking #EEA0BA
RGB
CMYK
RGB Variations
Color information
#EEA0BA (or 0xEEA0BA) is known color: Shocking. HEX triplet: EE, A0 and BA. RGB value is (238,160,186). Sum of RGB (Red+Green+Blue) = 238+160+186=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0BA is #115F45. Grayscale: #BABABA. Windows color (decimal): -1138502 or 12230894. OLE color: 12230894.
HSL color Cylindrical-coordinate representation of color #EEA0BA: hue angle of 340º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0BA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 186 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.07 |
| HSL | 340º | 0.7% | 0.78% | - |
| HSV(B) | 340º | 0.33% | 0.93% | - |
| XYZ | 56.69 | 46.86 | 52.51 | - |
| YUV | 186.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 186 | 0 | 0.33 | 0.22 | 0.07 | 340 | 0.7 | 0.78 |
| Hex | EE | A0 | BA | 0 | 21 | 16 | 7 | 154 | 46 | 4E |
| Octal | 356 | 240 | 272 | 0 | 41 | 26 | 7 | 524 | 106 | 116 |
| Binary | 11101110 | 10100000 | 10111010 | 0 | 100001 | 10110 | 111 | 101010100 | 1000110 | 1001110 |
Color Harmonies of #EEA0BA
Complementary color
Monochromatic Colors of #EEA0BA
Black with #EEA0BA
Text Example
Text Example
White with #EEA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0BA; }
p { color: rgb(238,160,186); }
H1.HeaderClassName
{
color: #EEA0BA;
}
.AnyTagClassName
{
color: #EEA0BA;
}
</style>
background-color css
<style>
a { background-color: #EEA0BA; }
a { background-color: rgb(238,160,186); }
div.DivClassName
{
background-color: #EEA0BA;
}
.BgClassName
{
background-color: #EEA0BA;
}
</style>
border-color css
<style>
span { border-color: #EEA0BA; }
span { border-color: rgb(238,160,186); }
td.TdClassName
{
border-color: #EEA0BA;
}
.TagClassName
{
border-color: #EEA0BA;
}
</style>