Shades of Illusion #EFA0AC
Tints of Illusion #EFA0AC
RGB
CMYK
RGB Variations
Color information
#EFA0AC (or 0xEFA0AC) is known color: Illusion. HEX triplet: EF, A0 and AC. RGB value is (239,160,172). Sum of RGB (Red+Green+Blue) = 239+160+172=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0AC is #105F53. Grayscale: #B9B9B9. Windows color (decimal): -1072980 or 11313391. OLE color: 11313391.
HSL color Cylindrical-coordinate representation of color #EFA0AC: hue angle of 350.89º 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 #EFA0AC is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 172 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.06 |
| HSL | 350.89º | 0.71% | 0.78% | - |
| HSV(B) | 350.89º | 0.33% | 0.94% | - |
| XYZ | 55.61 | 46.47 | 45.07 | - |
| YUV | 184.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 172 | 0 | 0.33 | 0.28 | 0.06 | 350.89 | 0.71 | 0.78 |
| Hex | EF | A0 | AC | 0 | 21 | 1C | 6 | 15F | 47 | 4E |
| Octal | 357 | 240 | 254 | 0 | 41 | 34 | 6 | 537 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10101100 | 0 | 100001 | 11100 | 110 | 101011111 | 1000111 | 1001110 |
Color Harmonies of #EFA0AC
Complementary color
Monochromatic Colors of #EFA0AC
Black with #EFA0AC
Text Example
Text Example
White with #EFA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0AC; }
p { color: rgb(239,160,172); }
H1.HeaderClassName
{
color: #EFA0AC;
}
.AnyTagClassName
{
color: #EFA0AC;
}
</style>
background-color css
<style>
a { background-color: #EFA0AC; }
a { background-color: rgb(239,160,172); }
div.DivClassName
{
background-color: #EFA0AC;
}
.BgClassName
{
background-color: #EFA0AC;
}
</style>
border-color css
<style>
span { border-color: #EFA0AC; }
span { border-color: rgb(239,160,172); }
td.TdClassName
{
border-color: #EFA0AC;
}
.TagClassName
{
border-color: #EFA0AC;
}
</style>