Shades of Illusion #EB8DB3
Tints of Illusion #EB8DB3
RGB
CMYK
RGB Variations
Color information
#EB8DB3 (or 0xEB8DB3) is known color: Illusion. HEX triplet: EB, 8D and B3. RGB value is (235,141,179). Sum of RGB (Red+Green+Blue) = 235+141+179=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DB3 is #14724C. Grayscale: #ADADAD. Windows color (decimal): -1339981 or 11767275. OLE color: 11767275.
HSL color Cylindrical-coordinate representation of color #EB8DB3: hue angle of 335.74º 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 #EB8DB3 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 179 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.08 |
| HSL | 335.74º | 0.7% | 0.74% | - |
| HSV(B) | 335.74º | 0.4% | 0.92% | - |
| XYZ | 51.92 | 39.97 | 47.63 | - |
| YUV | 173.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 179 | 0 | 0.4 | 0.24 | 0.08 | 335.74 | 0.7 | 0.74 |
| Hex | EB | 8D | B3 | 0 | 28 | 18 | 8 | 150 | 46 | 4A |
| Octal | 353 | 215 | 263 | 0 | 50 | 30 | 10 | 520 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10110011 | 0 | 101000 | 11000 | 1000 | 101010000 | 1000110 | 1001010 |
Color Harmonies of #EB8DB3
Complementary color
Monochromatic Colors of #EB8DB3
Black with #EB8DB3
Text Example
Text Example
White with #EB8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DB3; }
p { color: rgb(235,141,179); }
H1.HeaderClassName
{
color: #EB8DB3;
}
.AnyTagClassName
{
color: #EB8DB3;
}
</style>
background-color css
<style>
a { background-color: #EB8DB3; }
a { background-color: rgb(235,141,179); }
div.DivClassName
{
background-color: #EB8DB3;
}
.BgClassName
{
background-color: #EB8DB3;
}
</style>
border-color css
<style>
span { border-color: #EB8DB3; }
span { border-color: rgb(235,141,179); }
td.TdClassName
{
border-color: #EB8DB3;
}
.TagClassName
{
border-color: #EB8DB3;
}
</style>