Shades of Illusion #EFA1B9
Tints of Illusion #EFA1B9
RGB
CMYK
RGB Variations
Color information
#EFA1B9 (or 0xEFA1B9) is known color: Illusion. HEX triplet: EF, A1 and B9. RGB value is (239,161,185). Sum of RGB (Red+Green+Blue) = 239+161+185=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1B9 is #105E46. Grayscale: #BBBBBB. Windows color (decimal): -1072711 or 12165615. OLE color: 12165615.
HSL color Cylindrical-coordinate representation of color #EFA1B9: hue angle of 341.54º 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 #EFA1B9 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 185 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.06 |
| HSL | 341.54º | 0.71% | 0.78% | - |
| HSV(B) | 341.54º | 0.33% | 0.94% | - |
| XYZ | 57.1 | 47.34 | 52.03 | - |
| YUV | 187.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 185 | 0 | 0.33 | 0.23 | 0.06 | 341.54 | 0.71 | 0.78 |
| Hex | EF | A1 | B9 | 0 | 21 | 17 | 6 | 156 | 47 | 4E |
| Octal | 357 | 241 | 271 | 0 | 41 | 27 | 6 | 526 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10111001 | 0 | 100001 | 10111 | 110 | 101010110 | 1000111 | 1001110 |
Color Harmonies of #EFA1B9
Complementary color
Monochromatic Colors of #EFA1B9
Black with #EFA1B9
Text Example
Text Example
White with #EFA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1B9; }
p { color: rgb(239,161,185); }
H1.HeaderClassName
{
color: #EFA1B9;
}
.AnyTagClassName
{
color: #EFA1B9;
}
</style>
background-color css
<style>
a { background-color: #EFA1B9; }
a { background-color: rgb(239,161,185); }
div.DivClassName
{
background-color: #EFA1B9;
}
.BgClassName
{
background-color: #EFA1B9;
}
</style>
border-color css
<style>
span { border-color: #EFA1B9; }
span { border-color: rgb(239,161,185); }
td.TdClassName
{
border-color: #EFA1B9;
}
.TagClassName
{
border-color: #EFA1B9;
}
</style>