Shades of Illusion #EBA3B2
Tints of Illusion #EBA3B2
RGB
CMYK
RGB Variations
Color information
#EBA3B2 (or 0xEBA3B2) is known color: Illusion. HEX triplet: EB, A3 and B2. RGB value is (235,163,178). Sum of RGB (Red+Green+Blue) = 235+163+178=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3B2 is #145C4D. Grayscale: #BABABA. Windows color (decimal): -1334350 or 11707371. OLE color: 11707371.
HSL color Cylindrical-coordinate representation of color #EBA3B2: hue angle of 347.5º 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 #EBA3B2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 178 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.08 |
| HSL | 347.5º | 0.64% | 0.78% | - |
| HSV(B) | 347.5º | 0.31% | 0.92% | - |
| XYZ | 55.39 | 47.07 | 48.29 | - |
| YUV | 186.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 178 | 0 | 0.31 | 0.24 | 0.08 | 347.5 | 0.64 | 0.78 |
| Hex | EB | A3 | B2 | 0 | 1F | 18 | 8 | 15C | 40 | 4E |
| Octal | 353 | 243 | 262 | 0 | 37 | 30 | 10 | 534 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10110010 | 0 | 11111 | 11000 | 1000 | 101011100 | 1000000 | 1001110 |
Color Harmonies of #EBA3B2
Complementary color
Monochromatic Colors of #EBA3B2
Black with #EBA3B2
Text Example
Text Example
White with #EBA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3B2; }
p { color: rgb(235,163,178); }
H1.HeaderClassName
{
color: #EBA3B2;
}
.AnyTagClassName
{
color: #EBA3B2;
}
</style>
background-color css
<style>
a { background-color: #EBA3B2; }
a { background-color: rgb(235,163,178); }
div.DivClassName
{
background-color: #EBA3B2;
}
.BgClassName
{
background-color: #EBA3B2;
}
</style>
border-color css
<style>
span { border-color: #EBA3B2; }
span { border-color: rgb(235,163,178); }
td.TdClassName
{
border-color: #EBA3B2;
}
.TagClassName
{
border-color: #EBA3B2;
}
</style>