Shades of Illusion #EEA1AF
Tints of Illusion #EEA1AF
RGB
CMYK
RGB Variations
Color information
#EEA1AF (or 0xEEA1AF) is known color: Illusion. HEX triplet: EE, A1 and AF. RGB value is (238,161,175). Sum of RGB (Red+Green+Blue) = 238+161+175=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1AF is #115E50. Grayscale: #B9B9B9. Windows color (decimal): -1138257 or 11510254. OLE color: 11510254.
HSL color Cylindrical-coordinate representation of color #EEA1AF: hue angle of 349.09º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1AF is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 175 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.07 |
| HSL | 349.09º | 0.69% | 0.78% | - |
| HSV(B) | 349.09º | 0.32% | 0.93% | - |
| XYZ | 55.74 | 46.76 | 46.65 | - |
| YUV | 185.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 175 | 0 | 0.32 | 0.26 | 0.07 | 349.09 | 0.69 | 0.78 |
| Hex | EE | A1 | AF | 0 | 20 | 1A | 7 | 15D | 45 | 4E |
| Octal | 356 | 241 | 257 | 0 | 40 | 32 | 7 | 535 | 105 | 116 |
| Binary | 11101110 | 10100001 | 10101111 | 0 | 100000 | 11010 | 111 | 101011101 | 1000101 | 1001110 |
Color Harmonies of #EEA1AF
Complementary color
Monochromatic Colors of #EEA1AF
Black with #EEA1AF
Text Example
Text Example
White with #EEA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1AF; }
p { color: rgb(238,161,175); }
H1.HeaderClassName
{
color: #EEA1AF;
}
.AnyTagClassName
{
color: #EEA1AF;
}
</style>
background-color css
<style>
a { background-color: #EEA1AF; }
a { background-color: rgb(238,161,175); }
div.DivClassName
{
background-color: #EEA1AF;
}
.BgClassName
{
background-color: #EEA1AF;
}
</style>
border-color css
<style>
span { border-color: #EEA1AF; }
span { border-color: rgb(238,161,175); }
td.TdClassName
{
border-color: #EEA1AF;
}
.TagClassName
{
border-color: #EEA1AF;
}
</style>