Shades of Illusion #EFA0A8
Tints of Illusion #EFA0A8
RGB
CMYK
RGB Variations
Color information
#EFA0A8 (or 0xEFA0A8) is known color: Illusion. HEX triplet: EF, A0 and A8. RGB value is (239,160,168). Sum of RGB (Red+Green+Blue) = 239+160+168=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0A8 is #105F57. Grayscale: #B8B8B8. Windows color (decimal): -1072984 or 11051247. OLE color: 11051247.
HSL color Cylindrical-coordinate representation of color #EFA0A8: hue angle of 353.92º 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 #EFA0A8 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 168 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.06 |
| HSL | 353.92º | 0.71% | 0.78% | - |
| HSV(B) | 353.92º | 0.33% | 0.94% | - |
| XYZ | 55.24 | 46.32 | 43.08 | - |
| YUV | 184.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 168 | 0 | 0.33 | 0.30 | 0.06 | 353.92 | 0.71 | 0.78 |
| Hex | EF | A0 | A8 | 0 | 21 | 1E | 6 | 162 | 47 | 4E |
| Octal | 357 | 240 | 250 | 0 | 41 | 36 | 6 | 542 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10101000 | 0 | 100001 | 11110 | 110 | 101100010 | 1000111 | 1001110 |
Color Harmonies of #EFA0A8
Complementary color
Monochromatic Colors of #EFA0A8
Black with #EFA0A8
Text Example
Text Example
White with #EFA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0A8; }
p { color: rgb(239,160,168); }
H1.HeaderClassName
{
color: #EFA0A8;
}
.AnyTagClassName
{
color: #EFA0A8;
}
</style>
background-color css
<style>
a { background-color: #EFA0A8; }
a { background-color: rgb(239,160,168); }
div.DivClassName
{
background-color: #EFA0A8;
}
.BgClassName
{
background-color: #EFA0A8;
}
</style>
border-color css
<style>
span { border-color: #EFA0A8; }
span { border-color: rgb(239,160,168); }
td.TdClassName
{
border-color: #EFA0A8;
}
.TagClassName
{
border-color: #EFA0A8;
}
</style>