Shades of Illusion #EBA4B6
Tints of Illusion #EBA4B6
RGB
CMYK
RGB Variations
Color information
#EBA4B6 (or 0xEBA4B6) is known color: Illusion. HEX triplet: EB, A4 and B6. RGB value is (235,164,182). Sum of RGB (Red+Green+Blue) = 235+164+182=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4B6 is #145B49. Grayscale: #BBBBBB. Windows color (decimal): -1334090 or 11969771. OLE color: 11969771.
HSL color Cylindrical-coordinate representation of color #EBA4B6: hue angle of 344.79º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4B6 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 182 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.08 |
| HSL | 344.79º | 0.64% | 0.78% | - |
| HSV(B) | 344.79º | 0.3% | 0.92% | - |
| XYZ | 55.98 | 47.59 | 50.49 | - |
| YUV | 187.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 182 | 0 | 0.30 | 0.23 | 0.08 | 344.79 | 0.64 | 0.78 |
| Hex | EB | A4 | B6 | 0 | 1E | 17 | 8 | 159 | 40 | 4E |
| Octal | 353 | 244 | 266 | 0 | 36 | 27 | 10 | 531 | 100 | 116 |
| Binary | 11101011 | 10100100 | 10110110 | 0 | 11110 | 10111 | 1000 | 101011001 | 1000000 | 1001110 |
Color Harmonies of #EBA4B6
Complementary color
Monochromatic Colors of #EBA4B6
Black with #EBA4B6
Text Example
Text Example
White with #EBA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4B6; }
p { color: rgb(235,164,182); }
H1.HeaderClassName
{
color: #EBA4B6;
}
.AnyTagClassName
{
color: #EBA4B6;
}
</style>
background-color css
<style>
a { background-color: #EBA4B6; }
a { background-color: rgb(235,164,182); }
div.DivClassName
{
background-color: #EBA4B6;
}
.BgClassName
{
background-color: #EBA4B6;
}
</style>
border-color css
<style>
span { border-color: #EBA4B6; }
span { border-color: rgb(235,164,182); }
td.TdClassName
{
border-color: #EBA4B6;
}
.TagClassName
{
border-color: #EBA4B6;
}
</style>