Shades of Illusion #EFA3AA
Tints of Illusion #EFA3AA
RGB
CMYK
RGB Variations
Color information
#EFA3AA (or 0xEFA3AA) is known color: Illusion. HEX triplet: EF, A3 and AA. RGB value is (239,163,170). Sum of RGB (Red+Green+Blue) = 239+163+170=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3AA is #105C55. Grayscale: #BABABA. Windows color (decimal): -1072214 or 11183087. OLE color: 11183087.
HSL color Cylindrical-coordinate representation of color #EFA3AA: hue angle of 354.47º degrees, saturation: 0.7, 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 #EFA3AA is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 170 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.06 |
| HSL | 354.47º | 0.7% | 0.79% | - |
| HSV(B) | 354.47º | 0.32% | 0.94% | - |
| XYZ | 55.95 | 47.45 | 44.24 | - |
| YUV | 186.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 170 | 0 | 0.32 | 0.29 | 0.06 | 354.47 | 0.7 | 0.79 |
| Hex | EF | A3 | AA | 0 | 20 | 1D | 6 | 162 | 46 | 4F |
| Octal | 357 | 243 | 252 | 0 | 40 | 35 | 6 | 542 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10101010 | 0 | 100000 | 11101 | 110 | 101100010 | 1000110 | 1001111 |
Color Harmonies of #EFA3AA
Complementary color
Monochromatic Colors of #EFA3AA
Black with #EFA3AA
Text Example
Text Example
White with #EFA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3AA; }
p { color: rgb(239,163,170); }
H1.HeaderClassName
{
color: #EFA3AA;
}
.AnyTagClassName
{
color: #EFA3AA;
}
</style>
background-color css
<style>
a { background-color: #EFA3AA; }
a { background-color: rgb(239,163,170); }
div.DivClassName
{
background-color: #EFA3AA;
}
.BgClassName
{
background-color: #EFA3AA;
}
</style>
border-color css
<style>
span { border-color: #EFA3AA; }
span { border-color: rgb(239,163,170); }
td.TdClassName
{
border-color: #EFA3AA;
}
.TagClassName
{
border-color: #EFA3AA;
}
</style>