Shades of Illusion #EBA0B4
Tints of Illusion #EBA0B4
RGB
CMYK
RGB Variations
Color information
#EBA0B4 (or 0xEBA0B4) is known color: Illusion. HEX triplet: EB, A0 and B4. RGB value is (235,160,180). Sum of RGB (Red+Green+Blue) = 235+160+180=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0B4 is #145F4B. Grayscale: #B8B8B8. Windows color (decimal): -1335116 or 11837675. OLE color: 11837675.
HSL color Cylindrical-coordinate representation of color #EBA0B4: hue angle of 344º 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 #EBA0B4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 180 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.08 |
| HSL | 344º | 0.65% | 0.77% | - |
| HSV(B) | 344º | 0.32% | 0.92% | - |
| XYZ | 55.07 | 46.1 | 49.18 | - |
| YUV | 184.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 180 | 0 | 0.32 | 0.23 | 0.08 | 344 | 0.65 | 0.77 |
| Hex | EB | A0 | B4 | 0 | 20 | 17 | 8 | 158 | 41 | 4D |
| Octal | 353 | 240 | 264 | 0 | 40 | 27 | 10 | 530 | 101 | 115 |
| Binary | 11101011 | 10100000 | 10110100 | 0 | 100000 | 10111 | 1000 | 101011000 | 1000001 | 1001101 |
Color Harmonies of #EBA0B4
Complementary color
Monochromatic Colors of #EBA0B4
Black with #EBA0B4
Text Example
Text Example
White with #EBA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0B4; }
p { color: rgb(235,160,180); }
H1.HeaderClassName
{
color: #EBA0B4;
}
.AnyTagClassName
{
color: #EBA0B4;
}
</style>
background-color css
<style>
a { background-color: #EBA0B4; }
a { background-color: rgb(235,160,180); }
div.DivClassName
{
background-color: #EBA0B4;
}
.BgClassName
{
background-color: #EBA0B4;
}
</style>
border-color css
<style>
span { border-color: #EBA0B4; }
span { border-color: rgb(235,160,180); }
td.TdClassName
{
border-color: #EBA0B4;
}
.TagClassName
{
border-color: #EBA0B4;
}
</style>