Shades of Illusion #EBA3AD
Tints of Illusion #EBA3AD
RGB
CMYK
RGB Variations
Color information
#EBA3AD (or 0xEBA3AD) is known color: Illusion. HEX triplet: EB, A3 and AD. RGB value is (235,163,173). Sum of RGB (Red+Green+Blue) = 235+163+173=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3AD is #145C52. Grayscale: #B9B9B9. Windows color (decimal): -1334355 or 11379691. OLE color: 11379691.
HSL color Cylindrical-coordinate representation of color #EBA3AD: hue angle of 351.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3AD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 173 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.08 |
| HSL | 351.67º | 0.64% | 0.78% | - |
| HSV(B) | 351.67º | 0.31% | 0.92% | - |
| XYZ | 54.9 | 46.87 | 45.69 | - |
| YUV | 185.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 173 | 0 | 0.31 | 0.26 | 0.08 | 351.67 | 0.64 | 0.78 |
| Hex | EB | A3 | AD | 0 | 1F | 1A | 8 | 160 | 40 | 4E |
| Octal | 353 | 243 | 255 | 0 | 37 | 32 | 10 | 540 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10101101 | 0 | 11111 | 11010 | 1000 | 101100000 | 1000000 | 1001110 |
Color Harmonies of #EBA3AD
Complementary color
Monochromatic Colors of #EBA3AD
Black with #EBA3AD
Text Example
Text Example
White with #EBA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3AD; }
p { color: rgb(235,163,173); }
H1.HeaderClassName
{
color: #EBA3AD;
}
.AnyTagClassName
{
color: #EBA3AD;
}
</style>
background-color css
<style>
a { background-color: #EBA3AD; }
a { background-color: rgb(235,163,173); }
div.DivClassName
{
background-color: #EBA3AD;
}
.BgClassName
{
background-color: #EBA3AD;
}
</style>
border-color css
<style>
span { border-color: #EBA3AD; }
span { border-color: rgb(235,163,173); }
td.TdClassName
{
border-color: #EBA3AD;
}
.TagClassName
{
border-color: #EBA3AD;
}
</style>