Shades of Illusion #EFA0AA
Tints of Illusion #EFA0AA
RGB
CMYK
RGB Variations
Color information
#EFA0AA (or 0xEFA0AA) is known color: Illusion. HEX triplet: EF, A0 and AA. RGB value is (239,160,170). Sum of RGB (Red+Green+Blue) = 239+160+170=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0AA is #105F55. Grayscale: #B8B8B8. Windows color (decimal): -1072982 or 11182319. OLE color: 11182319.
HSL color Cylindrical-coordinate representation of color #EFA0AA: hue angle of 352.41º 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 #EFA0AA is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 170 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.06 |
| HSL | 352.41º | 0.71% | 0.78% | - |
| HSV(B) | 352.41º | 0.33% | 0.94% | - |
| XYZ | 55.42 | 46.39 | 44.06 | - |
| YUV | 184.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 170 | 0 | 0.33 | 0.29 | 0.06 | 352.41 | 0.71 | 0.78 |
| Hex | EF | A0 | AA | 0 | 21 | 1D | 6 | 160 | 47 | 4E |
| Octal | 357 | 240 | 252 | 0 | 41 | 35 | 6 | 540 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10101010 | 0 | 100001 | 11101 | 110 | 101100000 | 1000111 | 1001110 |
Color Harmonies of #EFA0AA
Complementary color
Monochromatic Colors of #EFA0AA
Black with #EFA0AA
Text Example
Text Example
White with #EFA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0AA; }
p { color: rgb(239,160,170); }
H1.HeaderClassName
{
color: #EFA0AA;
}
.AnyTagClassName
{
color: #EFA0AA;
}
</style>
background-color css
<style>
a { background-color: #EFA0AA; }
a { background-color: rgb(239,160,170); }
div.DivClassName
{
background-color: #EFA0AA;
}
.BgClassName
{
background-color: #EFA0AA;
}
</style>
border-color css
<style>
span { border-color: #EFA0AA; }
span { border-color: rgb(239,160,170); }
td.TdClassName
{
border-color: #EFA0AA;
}
.TagClassName
{
border-color: #EFA0AA;
}
</style>