Shades of Illusion #EBA1B3
Tints of Illusion #EBA1B3
RGB
CMYK
RGB Variations
Color information
#EBA1B3 (or 0xEBA1B3) is known color: Illusion. HEX triplet: EB, A1 and B3. RGB value is (235,161,179). Sum of RGB (Red+Green+Blue) = 235+161+179=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1B3 is #145E4C. Grayscale: #B9B9B9. Windows color (decimal): -1334861 or 11772395. OLE color: 11772395.
HSL color Cylindrical-coordinate representation of color #EBA1B3: hue angle of 345.41º 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 #EBA1B3 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 179 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.08 |
| HSL | 345.41º | 0.65% | 0.78% | - |
| HSV(B) | 345.41º | 0.31% | 0.92% | - |
| XYZ | 55.14 | 46.41 | 48.7 | - |
| YUV | 185.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 179 | 0 | 0.31 | 0.24 | 0.08 | 345.41 | 0.65 | 0.78 |
| Hex | EB | A1 | B3 | 0 | 1F | 18 | 8 | 159 | 41 | 4E |
| Octal | 353 | 241 | 263 | 0 | 37 | 30 | 10 | 531 | 101 | 116 |
| Binary | 11101011 | 10100001 | 10110011 | 0 | 11111 | 11000 | 1000 | 101011001 | 1000001 | 1001110 |
Color Harmonies of #EBA1B3
Complementary color
Monochromatic Colors of #EBA1B3
Black with #EBA1B3
Text Example
Text Example
White with #EBA1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1B3; }
p { color: rgb(235,161,179); }
H1.HeaderClassName
{
color: #EBA1B3;
}
.AnyTagClassName
{
color: #EBA1B3;
}
</style>
background-color css
<style>
a { background-color: #EBA1B3; }
a { background-color: rgb(235,161,179); }
div.DivClassName
{
background-color: #EBA1B3;
}
.BgClassName
{
background-color: #EBA1B3;
}
</style>
border-color css
<style>
span { border-color: #EBA1B3; }
span { border-color: rgb(235,161,179); }
td.TdClassName
{
border-color: #EBA1B3;
}
.TagClassName
{
border-color: #EBA1B3;
}
</style>