Shades of Illusion #EFA2AD
Tints of Illusion #EFA2AD
RGB
CMYK
RGB Variations
Color information
#EFA2AD (or 0xEFA2AD) is known color: Illusion. HEX triplet: EF, A2 and AD. RGB value is (239,162,173). Sum of RGB (Red+Green+Blue) = 239+162+173=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2AD is #105D52. Grayscale: #BABABA. Windows color (decimal): -1072467 or 11379439. OLE color: 11379439.
HSL color Cylindrical-coordinate representation of color #EFA2AD: hue angle of 351.43º degrees, saturation: 0.71, 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 #EFA2AD is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 173 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.06 |
| HSL | 351.43º | 0.71% | 0.79% | - |
| HSV(B) | 351.43º | 0.32% | 0.94% | - |
| XYZ | 56.06 | 47.21 | 45.69 | - |
| YUV | 186.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 173 | 0 | 0.32 | 0.28 | 0.06 | 351.43 | 0.71 | 0.79 |
| Hex | EF | A2 | AD | 0 | 20 | 1C | 6 | 15F | 47 | 4F |
| Octal | 357 | 242 | 255 | 0 | 40 | 34 | 6 | 537 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10101101 | 0 | 100000 | 11100 | 110 | 101011111 | 1000111 | 1001111 |
Color Harmonies of #EFA2AD
Complementary color
Monochromatic Colors of #EFA2AD
Black with #EFA2AD
Text Example
Text Example
White with #EFA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2AD; }
p { color: rgb(239,162,173); }
H1.HeaderClassName
{
color: #EFA2AD;
}
.AnyTagClassName
{
color: #EFA2AD;
}
</style>
background-color css
<style>
a { background-color: #EFA2AD; }
a { background-color: rgb(239,162,173); }
div.DivClassName
{
background-color: #EFA2AD;
}
.BgClassName
{
background-color: #EFA2AD;
}
</style>
border-color css
<style>
span { border-color: #EFA2AD; }
span { border-color: rgb(239,162,173); }
td.TdClassName
{
border-color: #EFA2AD;
}
.TagClassName
{
border-color: #EFA2AD;
}
</style>