Shades of Illusion #EB9DB5
Tints of Illusion #EB9DB5
RGB
CMYK
RGB Variations
Color information
#EB9DB5 (or 0xEB9DB5) is known color: Illusion. HEX triplet: EB, 9D and B5. RGB value is (235,157,181). Sum of RGB (Red+Green+Blue) = 235+157+181=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DB5 is #14624A. Grayscale: #B7B7B7. Windows color (decimal): -1335883 or 11902443. OLE color: 11902443.
HSL color Cylindrical-coordinate representation of color #EB9DB5: hue angle of 341.54º 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 #EB9DB5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 157 | 181 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.08 |
| HSL | 341.54º | 0.66% | 0.77% | - |
| HSV(B) | 341.54º | 0.33% | 0.92% | - |
| XYZ | 54.66 | 45.11 | 49.54 | - |
| YUV | 183.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 157 | 181 | 0 | 0.33 | 0.23 | 0.08 | 341.54 | 0.66 | 0.77 |
| Hex | EB | 9D | B5 | 0 | 21 | 17 | 8 | 156 | 42 | 4D |
| Octal | 353 | 235 | 265 | 0 | 41 | 27 | 10 | 526 | 102 | 115 |
| Binary | 11101011 | 10011101 | 10110101 | 0 | 100001 | 10111 | 1000 | 101010110 | 1000010 | 1001101 |
Color Harmonies of #EB9DB5
Complementary color
Monochromatic Colors of #EB9DB5
Black with #EB9DB5
Text Example
Text Example
White with #EB9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9DB5; }
p { color: rgb(235,157,181); }
H1.HeaderClassName
{
color: #EB9DB5;
}
.AnyTagClassName
{
color: #EB9DB5;
}
</style>
background-color css
<style>
a { background-color: #EB9DB5; }
a { background-color: rgb(235,157,181); }
div.DivClassName
{
background-color: #EB9DB5;
}
.BgClassName
{
background-color: #EB9DB5;
}
</style>
border-color css
<style>
span { border-color: #EB9DB5; }
span { border-color: rgb(235,157,181); }
td.TdClassName
{
border-color: #EB9DB5;
}
.TagClassName
{
border-color: #EB9DB5;
}
</style>