Shades of Illusion #EBA1B2
Tints of Illusion #EBA1B2
RGB
CMYK
RGB Variations
Color information
#EBA1B2 (or 0xEBA1B2) is known color: Illusion. HEX triplet: EB, A1 and B2. RGB value is (235,161,178). Sum of RGB (Red+Green+Blue) = 235+161+178=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1B2 is #145E4D. Grayscale: #B9B9B9. Windows color (decimal): -1334862 or 11706859. OLE color: 11706859.
HSL color Cylindrical-coordinate representation of color #EBA1B2: hue angle of 346.22º 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 #EBA1B2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 178 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.08 |
| HSL | 346.22º | 0.65% | 0.78% | - |
| HSV(B) | 346.22º | 0.31% | 0.92% | - |
| XYZ | 55.04 | 46.37 | 48.17 | - |
| YUV | 185.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 178 | 0 | 0.31 | 0.24 | 0.08 | 346.22 | 0.65 | 0.78 |
| Hex | EB | A1 | B2 | 0 | 1F | 18 | 8 | 15A | 41 | 4E |
| Octal | 353 | 241 | 262 | 0 | 37 | 30 | 10 | 532 | 101 | 116 |
| Binary | 11101011 | 10100001 | 10110010 | 0 | 11111 | 11000 | 1000 | 101011010 | 1000001 | 1001110 |
Color Harmonies of #EBA1B2
Complementary color
Monochromatic Colors of #EBA1B2
Black with #EBA1B2
Text Example
Text Example
White with #EBA1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1B2; }
p { color: rgb(235,161,178); }
H1.HeaderClassName
{
color: #EBA1B2;
}
.AnyTagClassName
{
color: #EBA1B2;
}
</style>
background-color css
<style>
a { background-color: #EBA1B2; }
a { background-color: rgb(235,161,178); }
div.DivClassName
{
background-color: #EBA1B2;
}
.BgClassName
{
background-color: #EBA1B2;
}
</style>
border-color css
<style>
span { border-color: #EBA1B2; }
span { border-color: rgb(235,161,178); }
td.TdClassName
{
border-color: #EBA1B2;
}
.TagClassName
{
border-color: #EBA1B2;
}
</style>