Shades of Illusion #EB9EA8
Tints of Illusion #EB9EA8
RGB
CMYK
RGB Variations
Color information
#EB9EA8 (or 0xEB9EA8) is known color: Illusion. HEX triplet: EB, 9E and A8. RGB value is (235,158,168). Sum of RGB (Red+Green+Blue) = 235+158+168=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EA8 is #146157. Grayscale: #B6B6B6. Windows color (decimal): -1335640 or 11050731. OLE color: 11050731.
HSL color Cylindrical-coordinate representation of color #EB9EA8: hue angle of 352.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EA8 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 158 | 168 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.08 |
| HSL | 352.21º | 0.66% | 0.77% | - |
| HSV(B) | 352.21º | 0.33% | 0.92% | - |
| XYZ | 53.56 | 44.94 | 42.9 | - |
| YUV | 182.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 158 | 168 | 0 | 0.33 | 0.29 | 0.08 | 352.21 | 0.66 | 0.77 |
| Hex | EB | 9E | A8 | 0 | 21 | 1D | 8 | 160 | 42 | 4D |
| Octal | 353 | 236 | 250 | 0 | 41 | 35 | 10 | 540 | 102 | 115 |
| Binary | 11101011 | 10011110 | 10101000 | 0 | 100001 | 11101 | 1000 | 101100000 | 1000010 | 1001101 |
Color Harmonies of #EB9EA8
Complementary color
Monochromatic Colors of #EB9EA8
Black with #EB9EA8
Text Example
Text Example
White with #EB9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9EA8; }
p { color: rgb(235,158,168); }
H1.HeaderClassName
{
color: #EB9EA8;
}
.AnyTagClassName
{
color: #EB9EA8;
}
</style>
background-color css
<style>
a { background-color: #EB9EA8; }
a { background-color: rgb(235,158,168); }
div.DivClassName
{
background-color: #EB9EA8;
}
.BgClassName
{
background-color: #EB9EA8;
}
</style>
border-color css
<style>
span { border-color: #EB9EA8; }
span { border-color: rgb(235,158,168); }
td.TdClassName
{
border-color: #EB9EA8;
}
.TagClassName
{
border-color: #EB9EA8;
}
</style>