Shades of Illusion #EFA4B0
Tints of Illusion #EFA4B0
RGB
CMYK
RGB Variations
Color information
#EFA4B0 (or 0xEFA4B0) is known color: Illusion. HEX triplet: EF, A4 and B0. RGB value is (239,164,176). Sum of RGB (Red+Green+Blue) = 239+164+176=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4B0 is #105B4F. Grayscale: #BBBBBB. Windows color (decimal): -1071952 or 11576559. OLE color: 11576559.
HSL color Cylindrical-coordinate representation of color #EFA4B0: hue angle of 350.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4B0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 176 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.06 |
| HSL | 350.4º | 0.7% | 0.79% | - |
| HSV(B) | 350.4º | 0.31% | 0.94% | - |
| XYZ | 56.71 | 48.04 | 47.36 | - |
| YUV | 187.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 176 | 0 | 0.31 | 0.26 | 0.06 | 350.4 | 0.7 | 0.79 |
| Hex | EF | A4 | B0 | 0 | 1F | 1A | 6 | 15E | 46 | 4F |
| Octal | 357 | 244 | 260 | 0 | 37 | 32 | 6 | 536 | 106 | 117 |
| Binary | 11101111 | 10100100 | 10110000 | 0 | 11111 | 11010 | 110 | 101011110 | 1000110 | 1001111 |
Color Harmonies of #EFA4B0
Complementary color
Monochromatic Colors of #EFA4B0
Black with #EFA4B0
Text Example
Text Example
White with #EFA4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4B0; }
p { color: rgb(239,164,176); }
H1.HeaderClassName
{
color: #EFA4B0;
}
.AnyTagClassName
{
color: #EFA4B0;
}
</style>
background-color css
<style>
a { background-color: #EFA4B0; }
a { background-color: rgb(239,164,176); }
div.DivClassName
{
background-color: #EFA4B0;
}
.BgClassName
{
background-color: #EFA4B0;
}
</style>
border-color css
<style>
span { border-color: #EFA4B0; }
span { border-color: rgb(239,164,176); }
td.TdClassName
{
border-color: #EFA4B0;
}
.TagClassName
{
border-color: #EFA4B0;
}
</style>