Shades of Illusion #EB9DB1
Tints of Illusion #EB9DB1
RGB
CMYK
RGB Variations
Color information
#EB9DB1 (or 0xEB9DB1) is known color: Illusion. HEX triplet: EB, 9D and B1. RGB value is (235,157,177). Sum of RGB (Red+Green+Blue) = 235+157+177=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9DB1 is #14624E. Grayscale: #B6B6B6. Windows color (decimal): -1335887 or 11640299. OLE color: 11640299.
HSL color Cylindrical-coordinate representation of color #EB9DB1: hue angle of 344.62º 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 #EB9DB1 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 157 | 177 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.08 |
| HSL | 344.62º | 0.66% | 0.77% | - |
| HSV(B) | 344.62º | 0.33% | 0.92% | - |
| XYZ | 54.25 | 44.95 | 47.41 | - |
| YUV | 182.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 157 | 177 | 0 | 0.33 | 0.25 | 0.08 | 344.62 | 0.66 | 0.77 |
| Hex | EB | 9D | B1 | 0 | 21 | 19 | 8 | 159 | 42 | 4D |
| Octal | 353 | 235 | 261 | 0 | 41 | 31 | 10 | 531 | 102 | 115 |
| Binary | 11101011 | 10011101 | 10110001 | 0 | 100001 | 11001 | 1000 | 101011001 | 1000010 | 1001101 |
Color Harmonies of #EB9DB1
Complementary color
Monochromatic Colors of #EB9DB1
Black with #EB9DB1
Text Example
Text Example
White with #EB9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9DB1; }
p { color: rgb(235,157,177); }
H1.HeaderClassName
{
color: #EB9DB1;
}
.AnyTagClassName
{
color: #EB9DB1;
}
</style>
background-color css
<style>
a { background-color: #EB9DB1; }
a { background-color: rgb(235,157,177); }
div.DivClassName
{
background-color: #EB9DB1;
}
.BgClassName
{
background-color: #EB9DB1;
}
</style>
border-color css
<style>
span { border-color: #EB9DB1; }
span { border-color: rgb(235,157,177); }
td.TdClassName
{
border-color: #EB9DB1;
}
.TagClassName
{
border-color: #EB9DB1;
}
</style>