Shades of Illusion #EFA3AE
Tints of Illusion #EFA3AE
RGB
CMYK
RGB Variations
Color information
#EFA3AE (or 0xEFA3AE) is known color: Illusion. HEX triplet: EF, A3 and AE. RGB value is (239,163,174). Sum of RGB (Red+Green+Blue) = 239+163+174=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3AE is #105C51. Grayscale: #BBBBBB. Windows color (decimal): -1072210 or 11445231. OLE color: 11445231.
HSL color Cylindrical-coordinate representation of color #EFA3AE: hue angle of 351.32º 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 #EFA3AE is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 174 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.06 |
| HSL | 351.32º | 0.7% | 0.79% | - |
| HSV(B) | 351.32º | 0.32% | 0.94% | - |
| XYZ | 56.33 | 47.6 | 46.26 | - |
| YUV | 186.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 174 | 0 | 0.32 | 0.27 | 0.06 | 351.32 | 0.7 | 0.79 |
| Hex | EF | A3 | AE | 0 | 20 | 1B | 6 | 15F | 46 | 4F |
| Octal | 357 | 243 | 256 | 0 | 40 | 33 | 6 | 537 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10101110 | 0 | 100000 | 11011 | 110 | 101011111 | 1000110 | 1001111 |
Color Harmonies of #EFA3AE
Complementary color
Monochromatic Colors of #EFA3AE
Black with #EFA3AE
Text Example
Text Example
White with #EFA3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3AE; }
p { color: rgb(239,163,174); }
H1.HeaderClassName
{
color: #EFA3AE;
}
.AnyTagClassName
{
color: #EFA3AE;
}
</style>
background-color css
<style>
a { background-color: #EFA3AE; }
a { background-color: rgb(239,163,174); }
div.DivClassName
{
background-color: #EFA3AE;
}
.BgClassName
{
background-color: #EFA3AE;
}
</style>
border-color css
<style>
span { border-color: #EFA3AE; }
span { border-color: rgb(239,163,174); }
td.TdClassName
{
border-color: #EFA3AE;
}
.TagClassName
{
border-color: #EFA3AE;
}
</style>