Shades of Illusion #EFA1A8
Tints of Illusion #EFA1A8
RGB
CMYK
RGB Variations
Color information
#EFA1A8 (or 0xEFA1A8) is known color: Illusion. HEX triplet: EF, A1 and A8. RGB value is (239,161,168). Sum of RGB (Red+Green+Blue) = 239+161+168=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A8 is #105E57. Grayscale: #B9B9B9. Windows color (decimal): -1072728 or 11051503. OLE color: 11051503.
HSL color Cylindrical-coordinate representation of color #EFA1A8: hue angle of 354.62º 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 #EFA1A8 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 168 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.06 |
| HSL | 354.62º | 0.71% | 0.78% | - |
| HSV(B) | 354.62º | 0.33% | 0.94% | - |
| XYZ | 55.41 | 46.67 | 43.13 | - |
| YUV | 185.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 168 | 0 | 0.33 | 0.30 | 0.06 | 354.62 | 0.71 | 0.78 |
| Hex | EF | A1 | A8 | 0 | 21 | 1E | 6 | 163 | 47 | 4E |
| Octal | 357 | 241 | 250 | 0 | 41 | 36 | 6 | 543 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10101000 | 0 | 100001 | 11110 | 110 | 101100011 | 1000111 | 1001110 |
Color Harmonies of #EFA1A8
Complementary color
Monochromatic Colors of #EFA1A8
Black with #EFA1A8
Text Example
Text Example
White with #EFA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1A8; }
p { color: rgb(239,161,168); }
H1.HeaderClassName
{
color: #EFA1A8;
}
.AnyTagClassName
{
color: #EFA1A8;
}
</style>
background-color css
<style>
a { background-color: #EFA1A8; }
a { background-color: rgb(239,161,168); }
div.DivClassName
{
background-color: #EFA1A8;
}
.BgClassName
{
background-color: #EFA1A8;
}
</style>
border-color css
<style>
span { border-color: #EFA1A8; }
span { border-color: rgb(239,161,168); }
td.TdClassName
{
border-color: #EFA1A8;
}
.TagClassName
{
border-color: #EFA1A8;
}
</style>