Shades of Illusion #EEA0AD
Tints of Illusion #EEA0AD
RGB
CMYK
RGB Variations
Color information
#EEA0AD (or 0xEEA0AD) is known color: Illusion. HEX triplet: EE, A0 and AD. RGB value is (238,160,173). Sum of RGB (Red+Green+Blue) = 238+160+173=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA0AD is #115F52. Grayscale: #B8B8B8. Windows color (decimal): -1138515 or 11378926. OLE color: 11378926.
HSL color Cylindrical-coordinate representation of color #EEA0AD: hue angle of 350º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0AD is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 173 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.07 |
| HSL | 350º | 0.7% | 0.78% | - |
| HSV(B) | 350º | 0.33% | 0.93% | - |
| XYZ | 55.37 | 46.34 | 45.56 | - |
| YUV | 184.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 173 | 0 | 0.33 | 0.27 | 0.07 | 350 | 0.7 | 0.78 |
| Hex | EE | A0 | AD | 0 | 21 | 1B | 7 | 15E | 46 | 4E |
| Octal | 356 | 240 | 255 | 0 | 41 | 33 | 7 | 536 | 106 | 116 |
| Binary | 11101110 | 10100000 | 10101101 | 0 | 100001 | 11011 | 111 | 101011110 | 1000110 | 1001110 |
Color Harmonies of #EEA0AD
Complementary color
Monochromatic Colors of #EEA0AD
Black with #EEA0AD
Text Example
Text Example
White with #EEA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0AD; }
p { color: rgb(238,160,173); }
H1.HeaderClassName
{
color: #EEA0AD;
}
.AnyTagClassName
{
color: #EEA0AD;
}
</style>
background-color css
<style>
a { background-color: #EEA0AD; }
a { background-color: rgb(238,160,173); }
div.DivClassName
{
background-color: #EEA0AD;
}
.BgClassName
{
background-color: #EEA0AD;
}
</style>
border-color css
<style>
span { border-color: #EEA0AD; }
span { border-color: rgb(238,160,173); }
td.TdClassName
{
border-color: #EEA0AD;
}
.TagClassName
{
border-color: #EEA0AD;
}
</style>