Shades of Illusion #EB8DB1
Tints of Illusion #EB8DB1
RGB
CMYK
RGB Variations
Color information
#EB8DB1 (or 0xEB8DB1) is known color: Illusion. HEX triplet: EB, 8D and B1. RGB value is (235,141,177). Sum of RGB (Red+Green+Blue) = 235+141+177=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DB1 is #14724E. Grayscale: #ADADAD. Windows color (decimal): -1339983 or 11636203. OLE color: 11636203.
HSL color Cylindrical-coordinate representation of color #EB8DB1: hue angle of 337.02º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DB1 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 177 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.08 |
| HSL | 337.02º | 0.7% | 0.74% | - |
| HSV(B) | 337.02º | 0.4% | 0.92% | - |
| XYZ | 51.72 | 39.89 | 46.57 | - |
| YUV | 173.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 177 | 0 | 0.4 | 0.25 | 0.08 | 337.02 | 0.7 | 0.74 |
| Hex | EB | 8D | B1 | 0 | 28 | 19 | 8 | 151 | 46 | 4A |
| Octal | 353 | 215 | 261 | 0 | 50 | 31 | 10 | 521 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10110001 | 0 | 101000 | 11001 | 1000 | 101010001 | 1000110 | 1001010 |
Color Harmonies of #EB8DB1
Complementary color
Monochromatic Colors of #EB8DB1
Black with #EB8DB1
Text Example
Text Example
White with #EB8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DB1; }
p { color: rgb(235,141,177); }
H1.HeaderClassName
{
color: #EB8DB1;
}
.AnyTagClassName
{
color: #EB8DB1;
}
</style>
background-color css
<style>
a { background-color: #EB8DB1; }
a { background-color: rgb(235,141,177); }
div.DivClassName
{
background-color: #EB8DB1;
}
.BgClassName
{
background-color: #EB8DB1;
}
</style>
border-color css
<style>
span { border-color: #EB8DB1; }
span { border-color: rgb(235,141,177); }
td.TdClassName
{
border-color: #EB8DB1;
}
.TagClassName
{
border-color: #EB8DB1;
}
</style>