Shades of Illusion #EBA2AE
Tints of Illusion #EBA2AE
RGB
CMYK
RGB Variations
Color information
#EBA2AE (or 0xEBA2AE) is known color: Illusion. HEX triplet: EB, A2 and AE. RGB value is (235,162,174). Sum of RGB (Red+Green+Blue) = 235+162+174=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2AE is #145D51. Grayscale: #B9B9B9. Windows color (decimal): -1334610 or 11444971. OLE color: 11444971.
HSL color Cylindrical-coordinate representation of color #EBA2AE: hue angle of 350.14º 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 #EBA2AE is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 174 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.08 |
| HSL | 350.14º | 0.65% | 0.78% | - |
| HSV(B) | 350.14º | 0.31% | 0.92% | - |
| XYZ | 54.82 | 46.56 | 46.14 | - |
| YUV | 185.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 174 | 0 | 0.31 | 0.26 | 0.08 | 350.14 | 0.65 | 0.78 |
| Hex | EB | A2 | AE | 0 | 1F | 1A | 8 | 15E | 41 | 4E |
| Octal | 353 | 242 | 256 | 0 | 37 | 32 | 10 | 536 | 101 | 116 |
| Binary | 11101011 | 10100010 | 10101110 | 0 | 11111 | 11010 | 1000 | 101011110 | 1000001 | 1001110 |
Color Harmonies of #EBA2AE
Complementary color
Monochromatic Colors of #EBA2AE
Black with #EBA2AE
Text Example
Text Example
White with #EBA2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2AE; }
p { color: rgb(235,162,174); }
H1.HeaderClassName
{
color: #EBA2AE;
}
.AnyTagClassName
{
color: #EBA2AE;
}
</style>
background-color css
<style>
a { background-color: #EBA2AE; }
a { background-color: rgb(235,162,174); }
div.DivClassName
{
background-color: #EBA2AE;
}
.BgClassName
{
background-color: #EBA2AE;
}
</style>
border-color css
<style>
span { border-color: #EBA2AE; }
span { border-color: rgb(235,162,174); }
td.TdClassName
{
border-color: #EBA2AE;
}
.TagClassName
{
border-color: #EBA2AE;
}
</style>