Shades of Shocking #EFA0BE
Tints of Shocking #EFA0BE
RGB
CMYK
RGB Variations
Color information
#EFA0BE (or 0xEFA0BE) is known color: Shocking. HEX triplet: EF, A0 and BE. RGB value is (239,160,190). Sum of RGB (Red+Green+Blue) = 239+160+190=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0BE is #105F41. Grayscale: #BBBBBB. Windows color (decimal): -1072962 or 12493039. OLE color: 12493039.
HSL color Cylindrical-coordinate representation of color #EFA0BE: hue angle of 337.22º 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 #EFA0BE is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 190 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.06 |
| HSL | 337.22º | 0.71% | 0.78% | - |
| HSV(B) | 337.22º | 0.33% | 0.94% | - |
| XYZ | 57.46 | 47.21 | 54.8 | - |
| YUV | 187.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 190 | 0 | 0.33 | 0.21 | 0.06 | 337.22 | 0.71 | 0.78 |
| Hex | EF | A0 | BE | 0 | 21 | 15 | 6 | 151 | 47 | 4E |
| Octal | 357 | 240 | 276 | 0 | 41 | 25 | 6 | 521 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10111110 | 0 | 100001 | 10101 | 110 | 101010001 | 1000111 | 1001110 |
Color Harmonies of #EFA0BE
Complementary color
Monochromatic Colors of #EFA0BE
Black with #EFA0BE
Text Example
Text Example
White with #EFA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0BE; }
p { color: rgb(239,160,190); }
H1.HeaderClassName
{
color: #EFA0BE;
}
.AnyTagClassName
{
color: #EFA0BE;
}
</style>
background-color css
<style>
a { background-color: #EFA0BE; }
a { background-color: rgb(239,160,190); }
div.DivClassName
{
background-color: #EFA0BE;
}
.BgClassName
{
background-color: #EFA0BE;
}
</style>
border-color css
<style>
span { border-color: #EFA0BE; }
span { border-color: rgb(239,160,190); }
td.TdClassName
{
border-color: #EFA0BE;
}
.TagClassName
{
border-color: #EFA0BE;
}
</style>