Shades of Illusion #EBA0B5
Tints of Illusion #EBA0B5
RGB
CMYK
RGB Variations
Color information
#EBA0B5 (or 0xEBA0B5) is known color: Illusion. HEX triplet: EB, A0 and B5. RGB value is (235,160,181). Sum of RGB (Red+Green+Blue) = 235+160+181=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0B5 is #145F4A. Grayscale: #B8B8B8. Windows color (decimal): -1335115 or 11903211. OLE color: 11903211.
HSL color Cylindrical-coordinate representation of color #EBA0B5: hue angle of 343.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0B5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 181 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.08 |
| HSL | 343.2º | 0.65% | 0.77% | - |
| HSV(B) | 343.2º | 0.32% | 0.92% | - |
| XYZ | 55.17 | 46.14 | 49.71 | - |
| YUV | 184.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 181 | 0 | 0.32 | 0.23 | 0.08 | 343.2 | 0.65 | 0.77 |
| Hex | EB | A0 | B5 | 0 | 20 | 17 | 8 | 157 | 41 | 4D |
| Octal | 353 | 240 | 265 | 0 | 40 | 27 | 10 | 527 | 101 | 115 |
| Binary | 11101011 | 10100000 | 10110101 | 0 | 100000 | 10111 | 1000 | 101010111 | 1000001 | 1001101 |
Color Harmonies of #EBA0B5
Complementary color
Monochromatic Colors of #EBA0B5
Black with #EBA0B5
Text Example
Text Example
White with #EBA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0B5; }
p { color: rgb(235,160,181); }
H1.HeaderClassName
{
color: #EBA0B5;
}
.AnyTagClassName
{
color: #EBA0B5;
}
</style>
background-color css
<style>
a { background-color: #EBA0B5; }
a { background-color: rgb(235,160,181); }
div.DivClassName
{
background-color: #EBA0B5;
}
.BgClassName
{
background-color: #EBA0B5;
}
</style>
border-color css
<style>
span { border-color: #EBA0B5; }
span { border-color: rgb(235,160,181); }
td.TdClassName
{
border-color: #EBA0B5;
}
.TagClassName
{
border-color: #EBA0B5;
}
</style>