Shades of Illusion #EBA1AF
Tints of Illusion #EBA1AF
RGB
CMYK
RGB Variations
Color information
#EBA1AF (or 0xEBA1AF) is known color: Illusion. HEX triplet: EB, A1 and AF. RGB value is (235,161,175). Sum of RGB (Red+Green+Blue) = 235+161+175=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1AF is #145E50. Grayscale: #B8B8B8. Windows color (decimal): -1334865 or 11510251. OLE color: 11510251.
HSL color Cylindrical-coordinate representation of color #EBA1AF: hue angle of 348.65º degrees, saturation: 0.65, 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 #EBA1AF is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 175 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.08 |
| HSL | 348.65º | 0.65% | 0.78% | - |
| HSV(B) | 348.65º | 0.31% | 0.92% | - |
| XYZ | 54.74 | 46.25 | 46.6 | - |
| YUV | 184.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 175 | 0 | 0.31 | 0.26 | 0.08 | 348.65 | 0.65 | 0.78 |
| Hex | EB | A1 | AF | 0 | 1F | 1A | 8 | 15D | 41 | 4E |
| Octal | 353 | 241 | 257 | 0 | 37 | 32 | 10 | 535 | 101 | 116 |
| Binary | 11101011 | 10100001 | 10101111 | 0 | 11111 | 11010 | 1000 | 101011101 | 1000001 | 1001110 |
Color Harmonies of #EBA1AF
Complementary color
Monochromatic Colors of #EBA1AF
Black with #EBA1AF
Text Example
Text Example
White with #EBA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1AF; }
p { color: rgb(235,161,175); }
H1.HeaderClassName
{
color: #EBA1AF;
}
.AnyTagClassName
{
color: #EBA1AF;
}
</style>
background-color css
<style>
a { background-color: #EBA1AF; }
a { background-color: rgb(235,161,175); }
div.DivClassName
{
background-color: #EBA1AF;
}
.BgClassName
{
background-color: #EBA1AF;
}
</style>
border-color css
<style>
span { border-color: #EBA1AF; }
span { border-color: rgb(235,161,175); }
td.TdClassName
{
border-color: #EBA1AF;
}
.TagClassName
{
border-color: #EBA1AF;
}
</style>