Shades of Illusion #EB9DB2
Tints of Illusion #EB9DB2
RGB
CMYK
RGB Variations
Color information
#EB9DB2 (or 0xEB9DB2) is known color: Illusion. HEX triplet: EB, 9D and B2. RGB value is (235,157,178). Sum of RGB (Red+Green+Blue) = 235+157+178=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9DB2 is #14624D. Grayscale: #B6B6B6. Windows color (decimal): -1335886 or 11705835. OLE color: 11705835.
HSL color Cylindrical-coordinate representation of color #EB9DB2: hue angle of 343.85º 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 #EB9DB2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 157 | 178 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.08 |
| HSL | 343.85º | 0.66% | 0.77% | - |
| HSV(B) | 343.85º | 0.33% | 0.92% | - |
| XYZ | 54.35 | 44.99 | 47.94 | - |
| YUV | 182.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 157 | 178 | 0 | 0.33 | 0.24 | 0.08 | 343.85 | 0.66 | 0.77 |
| Hex | EB | 9D | B2 | 0 | 21 | 18 | 8 | 158 | 42 | 4D |
| Octal | 353 | 235 | 262 | 0 | 41 | 30 | 10 | 530 | 102 | 115 |
| Binary | 11101011 | 10011101 | 10110010 | 0 | 100001 | 11000 | 1000 | 101011000 | 1000010 | 1001101 |
Color Harmonies of #EB9DB2
Complementary color
Monochromatic Colors of #EB9DB2
Black with #EB9DB2
Text Example
Text Example
White with #EB9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9DB2; }
p { color: rgb(235,157,178); }
H1.HeaderClassName
{
color: #EB9DB2;
}
.AnyTagClassName
{
color: #EB9DB2;
}
</style>
background-color css
<style>
a { background-color: #EB9DB2; }
a { background-color: rgb(235,157,178); }
div.DivClassName
{
background-color: #EB9DB2;
}
.BgClassName
{
background-color: #EB9DB2;
}
</style>
border-color css
<style>
span { border-color: #EB9DB2; }
span { border-color: rgb(235,157,178); }
td.TdClassName
{
border-color: #EB9DB2;
}
.TagClassName
{
border-color: #EB9DB2;
}
</style>