Shades of Illusion #EBA1AE
Tints of Illusion #EBA1AE
RGB
CMYK
RGB Variations
Color information
#EBA1AE (or 0xEBA1AE) is known color: Illusion. HEX triplet: EB, A1 and AE. RGB value is (235,161,174). Sum of RGB (Red+Green+Blue) = 235+161+174=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1AE is #145E51. Grayscale: #B8B8B8. Windows color (decimal): -1334866 or 11444715. OLE color: 11444715.
HSL color Cylindrical-coordinate representation of color #EBA1AE: hue angle of 349.46º 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 #EBA1AE is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 174 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.08 |
| HSL | 349.46º | 0.65% | 0.78% | - |
| HSV(B) | 349.46º | 0.31% | 0.92% | - |
| XYZ | 54.65 | 46.21 | 46.08 | - |
| YUV | 184.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 174 | 0 | 0.31 | 0.26 | 0.08 | 349.46 | 0.65 | 0.78 |
| Hex | EB | A1 | AE | 0 | 1F | 1A | 8 | 15D | 41 | 4E |
| Octal | 353 | 241 | 256 | 0 | 37 | 32 | 10 | 535 | 101 | 116 |
| Binary | 11101011 | 10100001 | 10101110 | 0 | 11111 | 11010 | 1000 | 101011101 | 1000001 | 1001110 |
Color Harmonies of #EBA1AE
Complementary color
Monochromatic Colors of #EBA1AE
Black with #EBA1AE
Text Example
Text Example
White with #EBA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1AE; }
p { color: rgb(235,161,174); }
H1.HeaderClassName
{
color: #EBA1AE;
}
.AnyTagClassName
{
color: #EBA1AE;
}
</style>
background-color css
<style>
a { background-color: #EBA1AE; }
a { background-color: rgb(235,161,174); }
div.DivClassName
{
background-color: #EBA1AE;
}
.BgClassName
{
background-color: #EBA1AE;
}
</style>
border-color css
<style>
span { border-color: #EBA1AE; }
span { border-color: rgb(235,161,174); }
td.TdClassName
{
border-color: #EBA1AE;
}
.TagClassName
{
border-color: #EBA1AE;
}
</style>