Shades of Shocking #EFA1BB
Tints of Shocking #EFA1BB
RGB
CMYK
RGB Variations
Color information
#EFA1BB (or 0xEFA1BB) is known color: Shocking. HEX triplet: EF, A1 and BB. RGB value is (239,161,187). Sum of RGB (Red+Green+Blue) = 239+161+187=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1BB is #105E44. Grayscale: #BBBBBB. Windows color (decimal): -1072709 or 12296687. OLE color: 12296687.
HSL color Cylindrical-coordinate representation of color #EFA1BB: hue angle of 340º 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 #EFA1BB is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 187 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.06 |
| HSL | 340º | 0.71% | 0.78% | - |
| HSV(B) | 340º | 0.33% | 0.94% | - |
| XYZ | 57.31 | 47.43 | 53.15 | - |
| YUV | 187.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 187 | 0 | 0.33 | 0.22 | 0.06 | 340 | 0.71 | 0.78 |
| Hex | EF | A1 | BB | 0 | 21 | 16 | 6 | 154 | 47 | 4E |
| Octal | 357 | 241 | 273 | 0 | 41 | 26 | 6 | 524 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10111011 | 0 | 100001 | 10110 | 110 | 101010100 | 1000111 | 1001110 |
Color Harmonies of #EFA1BB
Complementary color
Monochromatic Colors of #EFA1BB
Black with #EFA1BB
Text Example
Text Example
White with #EFA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1BB; }
p { color: rgb(239,161,187); }
H1.HeaderClassName
{
color: #EFA1BB;
}
.AnyTagClassName
{
color: #EFA1BB;
}
</style>
background-color css
<style>
a { background-color: #EFA1BB; }
a { background-color: rgb(239,161,187); }
div.DivClassName
{
background-color: #EFA1BB;
}
.BgClassName
{
background-color: #EFA1BB;
}
</style>
border-color css
<style>
span { border-color: #EFA1BB; }
span { border-color: rgb(239,161,187); }
td.TdClassName
{
border-color: #EFA1BB;
}
.TagClassName
{
border-color: #EFA1BB;
}
</style>