Shades of Illusion #EBA2B3
Tints of Illusion #EBA2B3
RGB
CMYK
RGB Variations
Color information
#EBA2B3 (or 0xEBA2B3) is known color: Illusion. HEX triplet: EB, A2 and B3. RGB value is (235,162,179). Sum of RGB (Red+Green+Blue) = 235+162+179=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2B3 is #145D4C. Grayscale: #B9B9B9. Windows color (decimal): -1334605 or 11772651. OLE color: 11772651.
HSL color Cylindrical-coordinate representation of color #EBA2B3: hue angle of 346.03º degrees, saturation: 0.65, 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 #EBA2B3 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 179 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.08 |
| HSL | 346.03º | 0.65% | 0.78% | - |
| HSV(B) | 346.03º | 0.31% | 0.92% | - |
| XYZ | 55.32 | 46.76 | 48.76 | - |
| YUV | 185.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 179 | 0 | 0.31 | 0.24 | 0.08 | 346.03 | 0.65 | 0.78 |
| Hex | EB | A2 | B3 | 0 | 1F | 18 | 8 | 15A | 41 | 4E |
| Octal | 353 | 242 | 263 | 0 | 37 | 30 | 10 | 532 | 101 | 116 |
| Binary | 11101011 | 10100010 | 10110011 | 0 | 11111 | 11000 | 1000 | 101011010 | 1000001 | 1001110 |
Color Harmonies of #EBA2B3
Complementary color
Monochromatic Colors of #EBA2B3
Black with #EBA2B3
Text Example
Text Example
White with #EBA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2B3; }
p { color: rgb(235,162,179); }
H1.HeaderClassName
{
color: #EBA2B3;
}
.AnyTagClassName
{
color: #EBA2B3;
}
</style>
background-color css
<style>
a { background-color: #EBA2B3; }
a { background-color: rgb(235,162,179); }
div.DivClassName
{
background-color: #EBA2B3;
}
.BgClassName
{
background-color: #EBA2B3;
}
</style>
border-color css
<style>
span { border-color: #EBA2B3; }
span { border-color: rgb(235,162,179); }
td.TdClassName
{
border-color: #EBA2B3;
}
.TagClassName
{
border-color: #EBA2B3;
}
</style>