Shades of Illusion #EFA0B0
Tints of Illusion #EFA0B0
RGB
CMYK
RGB Variations
Color information
#EFA0B0 (or 0xEFA0B0) is known color: Illusion. HEX triplet: EF, A0 and B0. RGB value is (239,160,176). Sum of RGB (Red+Green+Blue) = 239+160+176=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0B0 is #105F4F. Grayscale: #B9B9B9. Windows color (decimal): -1072976 or 11575535. OLE color: 11575535.
HSL color Cylindrical-coordinate representation of color #EFA0B0: hue angle of 347.85º 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 #EFA0B0 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 176 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.06 |
| HSL | 347.85º | 0.71% | 0.78% | - |
| HSV(B) | 347.85º | 0.33% | 0.94% | - |
| XYZ | 56 | 46.63 | 47.12 | - |
| YUV | 185.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 176 | 0 | 0.33 | 0.26 | 0.06 | 347.85 | 0.71 | 0.78 |
| Hex | EF | A0 | B0 | 0 | 21 | 1A | 6 | 15C | 47 | 4E |
| Octal | 357 | 240 | 260 | 0 | 41 | 32 | 6 | 534 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10110000 | 0 | 100001 | 11010 | 110 | 101011100 | 1000111 | 1001110 |
Color Harmonies of #EFA0B0
Complementary color
Monochromatic Colors of #EFA0B0
Black with #EFA0B0
Text Example
Text Example
White with #EFA0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0B0; }
p { color: rgb(239,160,176); }
H1.HeaderClassName
{
color: #EFA0B0;
}
.AnyTagClassName
{
color: #EFA0B0;
}
</style>
background-color css
<style>
a { background-color: #EFA0B0; }
a { background-color: rgb(239,160,176); }
div.DivClassName
{
background-color: #EFA0B0;
}
.BgClassName
{
background-color: #EFA0B0;
}
</style>
border-color css
<style>
span { border-color: #EFA0B0; }
span { border-color: rgb(239,160,176); }
td.TdClassName
{
border-color: #EFA0B0;
}
.TagClassName
{
border-color: #EFA0B0;
}
</style>