Shades of Illusion #EB91B2
Tints of Illusion #EB91B2
RGB
CMYK
RGB Variations
Color information
#EB91B2 (or 0xEB91B2) is known color: Illusion. HEX triplet: EB, 91 and B2. RGB value is (235,145,178). Sum of RGB (Red+Green+Blue) = 235+145+178=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB91B2 is #146E4D. Grayscale: #AFAFAF. Windows color (decimal): -1338958 or 11702763. OLE color: 11702763.
HSL color Cylindrical-coordinate representation of color #EB91B2: hue angle of 338º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB91B2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 178 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.08 |
| HSL | 338º | 0.69% | 0.75% | - |
| HSV(B) | 338º | 0.38% | 0.92% | - |
| XYZ | 52.42 | 41.13 | 47.29 | - |
| YUV | 175.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 178 | 0 | 0.38 | 0.24 | 0.08 | 338 | 0.69 | 0.75 |
| Hex | EB | 91 | B2 | 0 | 26 | 18 | 8 | 152 | 45 | 4B |
| Octal | 353 | 221 | 262 | 0 | 46 | 30 | 10 | 522 | 105 | 113 |
| Binary | 11101011 | 10010001 | 10110010 | 0 | 100110 | 11000 | 1000 | 101010010 | 1000101 | 1001011 |
Color Harmonies of #EB91B2
Complementary color
Monochromatic Colors of #EB91B2
Black with #EB91B2
Text Example
Text Example
White with #EB91B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB91B2; }
p { color: rgb(235,145,178); }
H1.HeaderClassName
{
color: #EB91B2;
}
.AnyTagClassName
{
color: #EB91B2;
}
</style>
background-color css
<style>
a { background-color: #EB91B2; }
a { background-color: rgb(235,145,178); }
div.DivClassName
{
background-color: #EB91B2;
}
.BgClassName
{
background-color: #EB91B2;
}
</style>
border-color css
<style>
span { border-color: #EB91B2; }
span { border-color: rgb(235,145,178); }
td.TdClassName
{
border-color: #EB91B2;
}
.TagClassName
{
border-color: #EB91B2;
}
</style>