Shades of Shocking #EFA0BA
Tints of Shocking #EFA0BA
RGB
CMYK
RGB Variations
Color information
#EFA0BA (or 0xEFA0BA) is known color: Shocking. HEX triplet: EF, A0 and BA. RGB value is (239,160,186). Sum of RGB (Red+Green+Blue) = 239+160+186=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BA is #105F45. Grayscale: #BABABA. Windows color (decimal): -1072966 or 12230895. OLE color: 12230895.
HSL color Cylindrical-coordinate representation of color #EFA0BA: hue angle of 340.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0BA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 186 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.06 |
| HSL | 340.25º | 0.71% | 0.78% | - |
| HSV(B) | 340.25º | 0.33% | 0.94% | - |
| XYZ | 57.03 | 47.04 | 52.53 | - |
| YUV | 186.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 186 | 0 | 0.33 | 0.22 | 0.06 | 340.25 | 0.71 | 0.78 |
| Hex | EF | A0 | BA | 0 | 21 | 16 | 6 | 154 | 47 | 4E |
| Octal | 357 | 240 | 272 | 0 | 41 | 26 | 6 | 524 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10111010 | 0 | 100001 | 10110 | 110 | 101010100 | 1000111 | 1001110 |
Color Harmonies of #EFA0BA
Complementary color
Monochromatic Colors of #EFA0BA
Black with #EFA0BA
Text Example
Text Example
White with #EFA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0BA; }
p { color: rgb(239,160,186); }
H1.HeaderClassName
{
color: #EFA0BA;
}
.AnyTagClassName
{
color: #EFA0BA;
}
</style>
background-color css
<style>
a { background-color: #EFA0BA; }
a { background-color: rgb(239,160,186); }
div.DivClassName
{
background-color: #EFA0BA;
}
.BgClassName
{
background-color: #EFA0BA;
}
</style>
border-color css
<style>
span { border-color: #EFA0BA; }
span { border-color: rgb(239,160,186); }
td.TdClassName
{
border-color: #EFA0BA;
}
.TagClassName
{
border-color: #EFA0BA;
}
</style>