Shades of Illusion #EBA2B1
Tints of Illusion #EBA2B1
RGB
CMYK
RGB Variations
Color information
#EBA2B1 (or 0xEBA2B1) is known color: Illusion. HEX triplet: EB, A2 and B1. RGB value is (235,162,177). Sum of RGB (Red+Green+Blue) = 235+162+177=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2B1 is #145D4E. Grayscale: #B9B9B9. Windows color (decimal): -1334607 or 11641579. OLE color: 11641579.
HSL color Cylindrical-coordinate representation of color #EBA2B1: hue angle of 347.67º 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 #EBA2B1 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 177 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.08 |
| HSL | 347.67º | 0.65% | 0.78% | - |
| HSV(B) | 347.67º | 0.31% | 0.92% | - |
| XYZ | 55.12 | 46.68 | 47.7 | - |
| YUV | 185.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 177 | 0 | 0.31 | 0.25 | 0.08 | 347.67 | 0.65 | 0.78 |
| Hex | EB | A2 | B1 | 0 | 1F | 19 | 8 | 15C | 41 | 4E |
| Octal | 353 | 242 | 261 | 0 | 37 | 31 | 10 | 534 | 101 | 116 |
| Binary | 11101011 | 10100010 | 10110001 | 0 | 11111 | 11001 | 1000 | 101011100 | 1000001 | 1001110 |
Color Harmonies of #EBA2B1
Complementary color
Monochromatic Colors of #EBA2B1
Black with #EBA2B1
Text Example
Text Example
White with #EBA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2B1; }
p { color: rgb(235,162,177); }
H1.HeaderClassName
{
color: #EBA2B1;
}
.AnyTagClassName
{
color: #EBA2B1;
}
</style>
background-color css
<style>
a { background-color: #EBA2B1; }
a { background-color: rgb(235,162,177); }
div.DivClassName
{
background-color: #EBA2B1;
}
.BgClassName
{
background-color: #EBA2B1;
}
</style>
border-color css
<style>
span { border-color: #EBA2B1; }
span { border-color: rgb(235,162,177); }
td.TdClassName
{
border-color: #EBA2B1;
}
.TagClassName
{
border-color: #EBA2B1;
}
</style>