Shades of Shocking #EFA0BB
Tints of Shocking #EFA0BB
RGB
CMYK
RGB Variations
Color information
#EFA0BB (or 0xEFA0BB) is known color: Shocking. HEX triplet: EF, A0 and BB. RGB value is (239,160,187). Sum of RGB (Red+Green+Blue) = 239+160+187=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BB is #105F44. Grayscale: #BABABA. Windows color (decimal): -1072965 or 12296431. OLE color: 12296431.
HSL color Cylindrical-coordinate representation of color #EFA0BB: hue angle of 339.49º 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 #EFA0BB is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 187 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.06 |
| HSL | 339.49º | 0.71% | 0.78% | - |
| HSV(B) | 339.49º | 0.33% | 0.94% | - |
| XYZ | 57.14 | 47.08 | 53.09 | - |
| YUV | 186.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 187 | 0 | 0.33 | 0.22 | 0.06 | 339.49 | 0.71 | 0.78 |
| Hex | EF | A0 | BB | 0 | 21 | 16 | 6 | 153 | 47 | 4E |
| Octal | 357 | 240 | 273 | 0 | 41 | 26 | 6 | 523 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10111011 | 0 | 100001 | 10110 | 110 | 101010011 | 1000111 | 1001110 |
Color Harmonies of #EFA0BB
Complementary color
Monochromatic Colors of #EFA0BB
Black with #EFA0BB
Text Example
Text Example
White with #EFA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0BB; }
p { color: rgb(239,160,187); }
H1.HeaderClassName
{
color: #EFA0BB;
}
.AnyTagClassName
{
color: #EFA0BB;
}
</style>
background-color css
<style>
a { background-color: #EFA0BB; }
a { background-color: rgb(239,160,187); }
div.DivClassName
{
background-color: #EFA0BB;
}
.BgClassName
{
background-color: #EFA0BB;
}
</style>
border-color css
<style>
span { border-color: #EFA0BB; }
span { border-color: rgb(239,160,187); }
td.TdClassName
{
border-color: #EFA0BB;
}
.TagClassName
{
border-color: #EFA0BB;
}
</style>