Shades of Illusion #EBA3B8
Tints of Illusion #EBA3B8
RGB
CMYK
RGB Variations
Color information
#EBA3B8 (or 0xEBA3B8) is known color: Illusion. HEX triplet: EB, A3 and B8. RGB value is (235,163,184). Sum of RGB (Red+Green+Blue) = 235+163+184=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3B8 is #145C47. Grayscale: #BABABA. Windows color (decimal): -1334344 or 12100587. OLE color: 12100587.
HSL color Cylindrical-coordinate representation of color #EBA3B8: hue angle of 342.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 #EBA3B8 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 184 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.08 |
| HSL | 342.5º | 0.64% | 0.78% | - |
| HSV(B) | 342.5º | 0.31% | 0.92% | - |
| XYZ | 56.01 | 47.32 | 51.53 | - |
| YUV | 186.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 184 | 0 | 0.31 | 0.22 | 0.08 | 342.5 | 0.64 | 0.78 |
| Hex | EB | A3 | B8 | 0 | 1F | 16 | 8 | 156 | 40 | 4E |
| Octal | 353 | 243 | 270 | 0 | 37 | 26 | 10 | 526 | 100 | 116 |
| Binary | 11101011 | 10100011 | 10111000 | 0 | 11111 | 10110 | 1000 | 101010110 | 1000000 | 1001110 |
Color Harmonies of #EBA3B8
Complementary color
Monochromatic Colors of #EBA3B8
Black with #EBA3B8
Text Example
Text Example
White with #EBA3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3B8; }
p { color: rgb(235,163,184); }
H1.HeaderClassName
{
color: #EBA3B8;
}
.AnyTagClassName
{
color: #EBA3B8;
}
</style>
background-color css
<style>
a { background-color: #EBA3B8; }
a { background-color: rgb(235,163,184); }
div.DivClassName
{
background-color: #EBA3B8;
}
.BgClassName
{
background-color: #EBA3B8;
}
</style>
border-color css
<style>
span { border-color: #EBA3B8; }
span { border-color: rgb(235,163,184); }
td.TdClassName
{
border-color: #EBA3B8;
}
.TagClassName
{
border-color: #EBA3B8;
}
</style>