Shades of Illusion #EFA5B0
Tints of Illusion #EFA5B0
RGB
CMYK
RGB Variations
Color information
#EFA5B0 (or 0xEFA5B0) is known color: Illusion. HEX triplet: EF, A5 and B0. RGB value is (239,165,176). Sum of RGB (Red+Green+Blue) = 239+165+176=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5B0 is #105A4F. Grayscale: #BCBCBC. Windows color (decimal): -1071696 or 11576815. OLE color: 11576815.
HSL color Cylindrical-coordinate representation of color #EFA5B0: hue angle of 351.08º 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 #EFA5B0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 176 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.06 |
| HSL | 351.08º | 0.7% | 0.79% | - |
| HSV(B) | 351.08º | 0.31% | 0.94% | - |
| XYZ | 56.89 | 48.4 | 47.42 | - |
| YUV | 188.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 176 | 0 | 0.31 | 0.26 | 0.06 | 351.08 | 0.7 | 0.79 |
| Hex | EF | A5 | B0 | 0 | 1F | 1A | 6 | 15F | 46 | 4F |
| Octal | 357 | 245 | 260 | 0 | 37 | 32 | 6 | 537 | 106 | 117 |
| Binary | 11101111 | 10100101 | 10110000 | 0 | 11111 | 11010 | 110 | 101011111 | 1000110 | 1001111 |
Color Harmonies of #EFA5B0
Complementary color
Monochromatic Colors of #EFA5B0
Black with #EFA5B0
Text Example
Text Example
White with #EFA5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5B0; }
p { color: rgb(239,165,176); }
H1.HeaderClassName
{
color: #EFA5B0;
}
.AnyTagClassName
{
color: #EFA5B0;
}
</style>
background-color css
<style>
a { background-color: #EFA5B0; }
a { background-color: rgb(239,165,176); }
div.DivClassName
{
background-color: #EFA5B0;
}
.BgClassName
{
background-color: #EFA5B0;
}
</style>
border-color css
<style>
span { border-color: #EFA5B0; }
span { border-color: rgb(239,165,176); }
td.TdClassName
{
border-color: #EFA5B0;
}
.TagClassName
{
border-color: #EFA5B0;
}
</style>