Shades of Illusion #EBA0AF
Tints of Illusion #EBA0AF
RGB
CMYK
RGB Variations
Color information
#EBA0AF (or 0xEBA0AF) is known color: Illusion. HEX triplet: EB, A0 and AF. RGB value is (235,160,175). Sum of RGB (Red+Green+Blue) = 235+160+175=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0AF is #145F50. Grayscale: #B8B8B8. Windows color (decimal): -1335121 or 11509995. OLE color: 11509995.
HSL color Cylindrical-coordinate representation of color #EBA0AF: hue angle of 348º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0AF is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 175 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.08 |
| HSL | 348º | 0.65% | 0.77% | - |
| HSV(B) | 348º | 0.32% | 0.92% | - |
| XYZ | 54.57 | 45.9 | 46.54 | - |
| YUV | 184.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 175 | 0 | 0.32 | 0.26 | 0.08 | 348 | 0.65 | 0.77 |
| Hex | EB | A0 | AF | 0 | 20 | 1A | 8 | 15C | 41 | 4D |
| Octal | 353 | 240 | 257 | 0 | 40 | 32 | 10 | 534 | 101 | 115 |
| Binary | 11101011 | 10100000 | 10101111 | 0 | 100000 | 11010 | 1000 | 101011100 | 1000001 | 1001101 |
Color Harmonies of #EBA0AF
Complementary color
Monochromatic Colors of #EBA0AF
Black with #EBA0AF
Text Example
Text Example
White with #EBA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0AF; }
p { color: rgb(235,160,175); }
H1.HeaderClassName
{
color: #EBA0AF;
}
.AnyTagClassName
{
color: #EBA0AF;
}
</style>
background-color css
<style>
a { background-color: #EBA0AF; }
a { background-color: rgb(235,160,175); }
div.DivClassName
{
background-color: #EBA0AF;
}
.BgClassName
{
background-color: #EBA0AF;
}
</style>
border-color css
<style>
span { border-color: #EBA0AF; }
span { border-color: rgb(235,160,175); }
td.TdClassName
{
border-color: #EBA0AF;
}
.TagClassName
{
border-color: #EBA0AF;
}
</style>