Shades of Illusion #EFA3BA
Tints of Illusion #EFA3BA
RGB
CMYK
RGB Variations
Color information
#EFA3BA (or 0xEFA3BA) is known color: Illusion. HEX triplet: EF, A3 and BA. RGB value is (239,163,186). Sum of RGB (Red+Green+Blue) = 239+163+186=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3BA is #105C45. Grayscale: #BCBCBC. Windows color (decimal): -1072198 or 12231663. OLE color: 12231663.
HSL color Cylindrical-coordinate representation of color #EFA3BA: hue angle of 341.84º 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 #EFA3BA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 186 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.06 |
| HSL | 341.84º | 0.7% | 0.79% | - |
| HSV(B) | 341.84º | 0.32% | 0.94% | - |
| XYZ | 57.56 | 48.09 | 52.7 | - |
| YUV | 188.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 186 | 0 | 0.32 | 0.22 | 0.06 | 341.84 | 0.7 | 0.79 |
| Hex | EF | A3 | BA | 0 | 20 | 16 | 6 | 156 | 46 | 4F |
| Octal | 357 | 243 | 272 | 0 | 40 | 26 | 6 | 526 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10111010 | 0 | 100000 | 10110 | 110 | 101010110 | 1000110 | 1001111 |
Color Harmonies of #EFA3BA
Complementary color
Monochromatic Colors of #EFA3BA
Black with #EFA3BA
Text Example
Text Example
White with #EFA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3BA; }
p { color: rgb(239,163,186); }
H1.HeaderClassName
{
color: #EFA3BA;
}
.AnyTagClassName
{
color: #EFA3BA;
}
</style>
background-color css
<style>
a { background-color: #EFA3BA; }
a { background-color: rgb(239,163,186); }
div.DivClassName
{
background-color: #EFA3BA;
}
.BgClassName
{
background-color: #EFA3BA;
}
</style>
border-color css
<style>
span { border-color: #EFA3BA; }
span { border-color: rgb(239,163,186); }
td.TdClassName
{
border-color: #EFA3BA;
}
.TagClassName
{
border-color: #EFA3BA;
}
</style>