Shades of Shocking #EFA1BE
Tints of Shocking #EFA1BE
RGB
CMYK
RGB Variations
Color information
#EFA1BE (or 0xEFA1BE) is known color: Shocking. HEX triplet: EF, A1 and BE. RGB value is (239,161,190). Sum of RGB (Red+Green+Blue) = 239+161+190=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1BE is #105E41. Grayscale: #BBBBBB. Windows color (decimal): -1072706 or 12493295. OLE color: 12493295.
HSL color Cylindrical-coordinate representation of color #EFA1BE: hue angle of 337.69º 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 #EFA1BE is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 190 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.06 |
| HSL | 337.69º | 0.71% | 0.78% | - |
| HSV(B) | 337.69º | 0.33% | 0.94% | - |
| XYZ | 57.64 | 47.56 | 54.86 | - |
| YUV | 187.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 190 | 0 | 0.33 | 0.21 | 0.06 | 337.69 | 0.71 | 0.78 |
| Hex | EF | A1 | BE | 0 | 21 | 15 | 6 | 152 | 47 | 4E |
| Octal | 357 | 241 | 276 | 0 | 41 | 25 | 6 | 522 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10111110 | 0 | 100001 | 10101 | 110 | 101010010 | 1000111 | 1001110 |
Color Harmonies of #EFA1BE
Complementary color
Monochromatic Colors of #EFA1BE
Black with #EFA1BE
Text Example
Text Example
White with #EFA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1BE; }
p { color: rgb(239,161,190); }
H1.HeaderClassName
{
color: #EFA1BE;
}
.AnyTagClassName
{
color: #EFA1BE;
}
</style>
background-color css
<style>
a { background-color: #EFA1BE; }
a { background-color: rgb(239,161,190); }
div.DivClassName
{
background-color: #EFA1BE;
}
.BgClassName
{
background-color: #EFA1BE;
}
</style>
border-color css
<style>
span { border-color: #EFA1BE; }
span { border-color: rgb(239,161,190); }
td.TdClassName
{
border-color: #EFA1BE;
}
.TagClassName
{
border-color: #EFA1BE;
}
</style>