Shades of Illusion #EFA2B9
Tints of Illusion #EFA2B9
RGB
CMYK
RGB Variations
Color information
#EFA2B9 (or 0xEFA2B9) is known color: Illusion. HEX triplet: EF, A2 and B9. RGB value is (239,162,185). Sum of RGB (Red+Green+Blue) = 239+162+185=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2B9 is #105D46. Grayscale: #BBBBBB. Windows color (decimal): -1072455 or 12165871. OLE color: 12165871.
HSL color Cylindrical-coordinate representation of color #EFA2B9: hue angle of 342.08º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2B9 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 185 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.06 |
| HSL | 342.08º | 0.71% | 0.79% | - |
| HSV(B) | 342.08º | 0.32% | 0.94% | - |
| XYZ | 57.27 | 47.69 | 52.09 | - |
| YUV | 187.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 185 | 0 | 0.32 | 0.23 | 0.06 | 342.08 | 0.71 | 0.79 |
| Hex | EF | A2 | B9 | 0 | 20 | 17 | 6 | 156 | 47 | 4F |
| Octal | 357 | 242 | 271 | 0 | 40 | 27 | 6 | 526 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10111001 | 0 | 100000 | 10111 | 110 | 101010110 | 1000111 | 1001111 |
Color Harmonies of #EFA2B9
Complementary color
Monochromatic Colors of #EFA2B9
Black with #EFA2B9
Text Example
Text Example
White with #EFA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2B9; }
p { color: rgb(239,162,185); }
H1.HeaderClassName
{
color: #EFA2B9;
}
.AnyTagClassName
{
color: #EFA2B9;
}
</style>
background-color css
<style>
a { background-color: #EFA2B9; }
a { background-color: rgb(239,162,185); }
div.DivClassName
{
background-color: #EFA2B9;
}
.BgClassName
{
background-color: #EFA2B9;
}
</style>
border-color css
<style>
span { border-color: #EFA2B9; }
span { border-color: rgb(239,162,185); }
td.TdClassName
{
border-color: #EFA2B9;
}
.TagClassName
{
border-color: #EFA2B9;
}
</style>