Shades of Illusion #EFA1AD
Tints of Illusion #EFA1AD
RGB
CMYK
RGB Variations
Color information
#EFA1AD (or 0xEFA1AD) is known color: Illusion. HEX triplet: EF, A1 and AD. RGB value is (239,161,173). Sum of RGB (Red+Green+Blue) = 239+161+173=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1AD is #105E52. Grayscale: #B9B9B9. Windows color (decimal): -1072723 or 11379183. OLE color: 11379183.
HSL color Cylindrical-coordinate representation of color #EFA1AD: hue angle of 350.77º 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 #EFA1AD is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 173 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.06 |
| HSL | 350.77º | 0.71% | 0.78% | - |
| HSV(B) | 350.77º | 0.33% | 0.94% | - |
| XYZ | 55.88 | 46.86 | 45.63 | - |
| YUV | 185.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 173 | 0 | 0.33 | 0.28 | 0.06 | 350.77 | 0.71 | 0.78 |
| Hex | EF | A1 | AD | 0 | 21 | 1C | 6 | 15F | 47 | 4E |
| Octal | 357 | 241 | 255 | 0 | 41 | 34 | 6 | 537 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10101101 | 0 | 100001 | 11100 | 110 | 101011111 | 1000111 | 1001110 |
Color Harmonies of #EFA1AD
Complementary color
Monochromatic Colors of #EFA1AD
Black with #EFA1AD
Text Example
Text Example
White with #EFA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1AD; }
p { color: rgb(239,161,173); }
H1.HeaderClassName
{
color: #EFA1AD;
}
.AnyTagClassName
{
color: #EFA1AD;
}
</style>
background-color css
<style>
a { background-color: #EFA1AD; }
a { background-color: rgb(239,161,173); }
div.DivClassName
{
background-color: #EFA1AD;
}
.BgClassName
{
background-color: #EFA1AD;
}
</style>
border-color css
<style>
span { border-color: #EFA1AD; }
span { border-color: rgb(239,161,173); }
td.TdClassName
{
border-color: #EFA1AD;
}
.TagClassName
{
border-color: #EFA1AD;
}
</style>