Shades of Illusion #EEA0AE
Tints of Illusion #EEA0AE
RGB
CMYK
RGB Variations
Color information
#EEA0AE (or 0xEEA0AE) is known color: Illusion. HEX triplet: EE, A0 and AE. RGB value is (238,160,174). Sum of RGB (Red+Green+Blue) = 238+160+174=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA0AE is #115F51. Grayscale: #B8B8B8. Windows color (decimal): -1138514 or 11444462. OLE color: 11444462.
HSL color Cylindrical-coordinate representation of color #EEA0AE: hue angle of 349.23º 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 #EEA0AE is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 174 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.07 |
| HSL | 349.23º | 0.7% | 0.78% | - |
| HSV(B) | 349.23º | 0.33% | 0.93% | - |
| XYZ | 55.47 | 46.37 | 46.07 | - |
| YUV | 184.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 174 | 0 | 0.33 | 0.27 | 0.07 | 349.23 | 0.7 | 0.78 |
| Hex | EE | A0 | AE | 0 | 21 | 1B | 7 | 15D | 46 | 4E |
| Octal | 356 | 240 | 256 | 0 | 41 | 33 | 7 | 535 | 106 | 116 |
| Binary | 11101110 | 10100000 | 10101110 | 0 | 100001 | 11011 | 111 | 101011101 | 1000110 | 1001110 |
Color Harmonies of #EEA0AE
Complementary color
Monochromatic Colors of #EEA0AE
Black with #EEA0AE
Text Example
Text Example
White with #EEA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0AE; }
p { color: rgb(238,160,174); }
H1.HeaderClassName
{
color: #EEA0AE;
}
.AnyTagClassName
{
color: #EEA0AE;
}
</style>
background-color css
<style>
a { background-color: #EEA0AE; }
a { background-color: rgb(238,160,174); }
div.DivClassName
{
background-color: #EEA0AE;
}
.BgClassName
{
background-color: #EEA0AE;
}
</style>
border-color css
<style>
span { border-color: #EEA0AE; }
span { border-color: rgb(238,160,174); }
td.TdClassName
{
border-color: #EEA0AE;
}
.TagClassName
{
border-color: #EEA0AE;
}
</style>