Shades of Illusion #EBA0AD
Tints of Illusion #EBA0AD
RGB
CMYK
RGB Variations
Color information
#EBA0AD (or 0xEBA0AD) is known color: Illusion. HEX triplet: EB, A0 and AD. RGB value is (235,160,173). Sum of RGB (Red+Green+Blue) = 235+160+173=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0AD is #145F52. Grayscale: #B7B7B7. Windows color (decimal): -1335123 or 11378923. OLE color: 11378923.
HSL color Cylindrical-coordinate representation of color #EBA0AD: hue angle of 349.6º 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 #EBA0AD is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 173 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.08 |
| HSL | 349.6º | 0.65% | 0.77% | - |
| HSV(B) | 349.6º | 0.32% | 0.92% | - |
| XYZ | 54.37 | 45.82 | 45.51 | - |
| YUV | 183.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 173 | 0 | 0.32 | 0.26 | 0.08 | 349.6 | 0.65 | 0.77 |
| Hex | EB | A0 | AD | 0 | 20 | 1A | 8 | 15E | 41 | 4D |
| Octal | 353 | 240 | 255 | 0 | 40 | 32 | 10 | 536 | 101 | 115 |
| Binary | 11101011 | 10100000 | 10101101 | 0 | 100000 | 11010 | 1000 | 101011110 | 1000001 | 1001101 |
Color Harmonies of #EBA0AD
Complementary color
Monochromatic Colors of #EBA0AD
Black with #EBA0AD
Text Example
Text Example
White with #EBA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0AD; }
p { color: rgb(235,160,173); }
H1.HeaderClassName
{
color: #EBA0AD;
}
.AnyTagClassName
{
color: #EBA0AD;
}
</style>
background-color css
<style>
a { background-color: #EBA0AD; }
a { background-color: rgb(235,160,173); }
div.DivClassName
{
background-color: #EBA0AD;
}
.BgClassName
{
background-color: #EBA0AD;
}
</style>
border-color css
<style>
span { border-color: #EBA0AD; }
span { border-color: rgb(235,160,173); }
td.TdClassName
{
border-color: #EBA0AD;
}
.TagClassName
{
border-color: #EBA0AD;
}
</style>