Shades of Illusion #EBA3B6
Tints of Illusion #EBA3B6
RGB
CMYK
RGB Variations
Color information
#EBA3B6 (or 0xEBA3B6) is known color: Illusion. HEX triplet: EB, A3 and B6. RGB value is (235,163,182). Sum of RGB (Red+Green+Blue) = 235+163+182=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3B6 is #145C49. Grayscale: #BABABA. Windows color (decimal): -1334346 or 11969515. OLE color: 11969515.
HSL color Cylindrical-coordinate representation of color #EBA3B6: hue angle of 344.17º degrees, saturation: 0.64, 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 #EBA3B6 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 182 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.08 |
| HSL | 344.17º | 0.64% | 0.78% | - |
| HSV(B) | 344.17º | 0.31% | 0.92% | - |
| XYZ | 55.8 | 47.23 | 50.43 | - |
| YUV | 186.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 182 | 0 | 0.31 | 0.23 | 0.08 | 344.17 | 0.64 | 0.78 |
| Hex | EB | A3 | B6 | 0 | 1F | 17 | 8 | 158 | 40 | 4E |
| Octal | 353 | 243 | 266 | 0 | 37 | 27 | 10 | 530 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10110110 | 0 | 11111 | 10111 | 1000 | 101011000 | 1000000 | 1001110 |
Color Harmonies of #EBA3B6
Complementary color
Monochromatic Colors of #EBA3B6
Black with #EBA3B6
Text Example
Text Example
White with #EBA3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3B6; }
p { color: rgb(235,163,182); }
H1.HeaderClassName
{
color: #EBA3B6;
}
.AnyTagClassName
{
color: #EBA3B6;
}
</style>
background-color css
<style>
a { background-color: #EBA3B6; }
a { background-color: rgb(235,163,182); }
div.DivClassName
{
background-color: #EBA3B6;
}
.BgClassName
{
background-color: #EBA3B6;
}
</style>
border-color css
<style>
span { border-color: #EBA3B6; }
span { border-color: rgb(235,163,182); }
td.TdClassName
{
border-color: #EBA3B6;
}
.TagClassName
{
border-color: #EBA3B6;
}
</style>