Shades of Illusion #EB9AAA
Tints of Illusion #EB9AAA
RGB
CMYK
RGB Variations
Color information
#EB9AAA (or 0xEB9AAA) is known color: Illusion. HEX triplet: EB, 9A and AA. RGB value is (235,154,170). Sum of RGB (Red+Green+Blue) = 235+154+170=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9AAA is #146555. Grayscale: #B4B4B4. Windows color (decimal): -1336662 or 11180779. OLE color: 11180779.
HSL color Cylindrical-coordinate representation of color #EB9AAA: hue angle of 348.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9AAA is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 170 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.08 |
| HSL | 348.15º | 0.67% | 0.76% | - |
| HSV(B) | 348.15º | 0.34% | 0.92% | - |
| XYZ | 53.07 | 43.68 | 43.66 | - |
| YUV | 180.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 170 | 0 | 0.34 | 0.28 | 0.08 | 348.15 | 0.67 | 0.76 |
| Hex | EB | 9A | AA | 0 | 22 | 1C | 8 | 15C | 43 | 4C |
| Octal | 353 | 232 | 252 | 0 | 42 | 34 | 10 | 534 | 103 | 114 |
| Binary | 11101011 | 10011010 | 10101010 | 0 | 100010 | 11100 | 1000 | 101011100 | 1000011 | 1001100 |
Color Harmonies of #EB9AAA
Complementary color
Monochromatic Colors of #EB9AAA
Black with #EB9AAA
Text Example
Text Example
White with #EB9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9AAA; }
p { color: rgb(235,154,170); }
H1.HeaderClassName
{
color: #EB9AAA;
}
.AnyTagClassName
{
color: #EB9AAA;
}
</style>
background-color css
<style>
a { background-color: #EB9AAA; }
a { background-color: rgb(235,154,170); }
div.DivClassName
{
background-color: #EB9AAA;
}
.BgClassName
{
background-color: #EB9AAA;
}
</style>
border-color css
<style>
span { border-color: #EB9AAA; }
span { border-color: rgb(235,154,170); }
td.TdClassName
{
border-color: #EB9AAA;
}
.TagClassName
{
border-color: #EB9AAA;
}
</style>