Shades of Illusion #EB90AD
Tints of Illusion #EB90AD
RGB
CMYK
RGB Variations
Color information
#EB90AD (or 0xEB90AD) is known color: Illusion. HEX triplet: EB, 90 and AD. RGB value is (235,144,173). Sum of RGB (Red+Green+Blue) = 235+144+173=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90AD is #146F52. Grayscale: #AEAEAE. Windows color (decimal): -1339219 or 11374827. OLE color: 11374827.
HSL color Cylindrical-coordinate representation of color #EB90AD: hue angle of 340.88º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90AD is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 173 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.08 |
| HSL | 340.88º | 0.69% | 0.74% | - |
| HSV(B) | 340.88º | 0.39% | 0.92% | - |
| XYZ | 51.78 | 40.63 | 44.65 | - |
| YUV | 174.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 173 | 0 | 0.39 | 0.26 | 0.08 | 340.88 | 0.69 | 0.74 |
| Hex | EB | 90 | AD | 0 | 27 | 1A | 8 | 155 | 45 | 4A |
| Octal | 353 | 220 | 255 | 0 | 47 | 32 | 10 | 525 | 105 | 112 |
| Binary | 11101011 | 10010000 | 10101101 | 0 | 100111 | 11010 | 1000 | 101010101 | 1000101 | 1001010 |
Color Harmonies of #EB90AD
Complementary color
Monochromatic Colors of #EB90AD
Black with #EB90AD
Text Example
Text Example
White with #EB90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90AD; }
p { color: rgb(235,144,173); }
H1.HeaderClassName
{
color: #EB90AD;
}
.AnyTagClassName
{
color: #EB90AD;
}
</style>
background-color css
<style>
a { background-color: #EB90AD; }
a { background-color: rgb(235,144,173); }
div.DivClassName
{
background-color: #EB90AD;
}
.BgClassName
{
background-color: #EB90AD;
}
</style>
border-color css
<style>
span { border-color: #EB90AD; }
span { border-color: rgb(235,144,173); }
td.TdClassName
{
border-color: #EB90AD;
}
.TagClassName
{
border-color: #EB90AD;
}
</style>