Shades of Illusion #EBA2AF
Tints of Illusion #EBA2AF
RGB
CMYK
RGB Variations
Color information
#EBA2AF (or 0xEBA2AF) is known color: Illusion. HEX triplet: EB, A2 and AF. RGB value is (235,162,175). Sum of RGB (Red+Green+Blue) = 235+162+175=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2AF is #145D50. Grayscale: #B9B9B9. Windows color (decimal): -1334609 or 11510507. OLE color: 11510507.
HSL color Cylindrical-coordinate representation of color #EBA2AF: hue angle of 349.32º 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 #EBA2AF is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 175 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.08 |
| HSL | 349.32º | 0.65% | 0.78% | - |
| HSV(B) | 349.32º | 0.31% | 0.92% | - |
| XYZ | 54.92 | 46.6 | 46.66 | - |
| YUV | 185.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 175 | 0 | 0.31 | 0.26 | 0.08 | 349.32 | 0.65 | 0.78 |
| Hex | EB | A2 | AF | 0 | 1F | 1A | 8 | 15D | 41 | 4E |
| Octal | 353 | 242 | 257 | 0 | 37 | 32 | 10 | 535 | 101 | 116 |
| Binary | 11101011 | 10100010 | 10101111 | 0 | 11111 | 11010 | 1000 | 101011101 | 1000001 | 1001110 |
Color Harmonies of #EBA2AF
Complementary color
Monochromatic Colors of #EBA2AF
Black with #EBA2AF
Text Example
Text Example
White with #EBA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2AF; }
p { color: rgb(235,162,175); }
H1.HeaderClassName
{
color: #EBA2AF;
}
.AnyTagClassName
{
color: #EBA2AF;
}
</style>
background-color css
<style>
a { background-color: #EBA2AF; }
a { background-color: rgb(235,162,175); }
div.DivClassName
{
background-color: #EBA2AF;
}
.BgClassName
{
background-color: #EBA2AF;
}
</style>
border-color css
<style>
span { border-color: #EBA2AF; }
span { border-color: rgb(235,162,175); }
td.TdClassName
{
border-color: #EBA2AF;
}
.TagClassName
{
border-color: #EBA2AF;
}
</style>