Shades of Illusion #EFA0B5
Tints of Illusion #EFA0B5
RGB
CMYK
RGB Variations
Color information
#EFA0B5 (or 0xEFA0B5) is known color: Illusion. HEX triplet: EF, A0 and B5. RGB value is (239,160,181). Sum of RGB (Red+Green+Blue) = 239+160+181=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0B5 is #105F4A. Grayscale: #BABABA. Windows color (decimal): -1072971 or 11903215. OLE color: 11903215.
HSL color Cylindrical-coordinate representation of color #EFA0B5: hue angle of 344.05º 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 #EFA0B5 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 181 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.06 |
| HSL | 344.05º | 0.71% | 0.78% | - |
| HSV(B) | 344.05º | 0.33% | 0.94% | - |
| XYZ | 56.51 | 46.83 | 49.78 | - |
| YUV | 186.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 181 | 0 | 0.33 | 0.24 | 0.06 | 344.05 | 0.71 | 0.78 |
| Hex | EF | A0 | B5 | 0 | 21 | 18 | 6 | 158 | 47 | 4E |
| Octal | 357 | 240 | 265 | 0 | 41 | 30 | 6 | 530 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10110101 | 0 | 100001 | 11000 | 110 | 101011000 | 1000111 | 1001110 |
Color Harmonies of #EFA0B5
Complementary color
Monochromatic Colors of #EFA0B5
Black with #EFA0B5
Text Example
Text Example
White with #EFA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0B5; }
p { color: rgb(239,160,181); }
H1.HeaderClassName
{
color: #EFA0B5;
}
.AnyTagClassName
{
color: #EFA0B5;
}
</style>
background-color css
<style>
a { background-color: #EFA0B5; }
a { background-color: rgb(239,160,181); }
div.DivClassName
{
background-color: #EFA0B5;
}
.BgClassName
{
background-color: #EFA0B5;
}
</style>
border-color css
<style>
span { border-color: #EFA0B5; }
span { border-color: rgb(239,160,181); }
td.TdClassName
{
border-color: #EFA0B5;
}
.TagClassName
{
border-color: #EFA0B5;
}
</style>