Shades of Illusion #EA9FAE
Tints of Illusion #EA9FAE
RGB
CMYK
RGB Variations
Color information
#EA9FAE (or 0xEA9FAE) is known color: Illusion. HEX triplet: EA, 9F and AE. RGB value is (234,159,174). Sum of RGB (Red+Green+Blue) = 234+159+174=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FAE is #156051. Grayscale: #B7B7B7. Windows color (decimal): -1400914 or 11444202. OLE color: 11444202.
HSL color Cylindrical-coordinate representation of color #EA9FAE: hue angle of 348º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9FAE is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 174 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.08 |
| HSL | 348º | 0.64% | 0.77% | - |
| HSV(B) | 348º | 0.32% | 0.92% | - |
| XYZ | 53.97 | 45.34 | 45.95 | - |
| YUV | 183.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 174 | 0 | 0.32 | 0.26 | 0.08 | 348 | 0.64 | 0.77 |
| Hex | EA | 9F | AE | 0 | 20 | 1A | 8 | 15C | 40 | 4D |
| Octal | 352 | 237 | 256 | 0 | 40 | 32 | 10 | 534 | 100 | 115 |
| Binary | 11101010 | 10011111 | 10101110 | 0 | 100000 | 11010 | 1000 | 101011100 | 1000000 | 1001101 |
Color Harmonies of #EA9FAE
Complementary color
Monochromatic Colors of #EA9FAE
Black with #EA9FAE
Text Example
Text Example
White with #EA9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FAE; }
p { color: rgb(234,159,174); }
H1.HeaderClassName
{
color: #EA9FAE;
}
.AnyTagClassName
{
color: #EA9FAE;
}
</style>
background-color css
<style>
a { background-color: #EA9FAE; }
a { background-color: rgb(234,159,174); }
div.DivClassName
{
background-color: #EA9FAE;
}
.BgClassName
{
background-color: #EA9FAE;
}
</style>
border-color css
<style>
span { border-color: #EA9FAE; }
span { border-color: rgb(234,159,174); }
td.TdClassName
{
border-color: #EA9FAE;
}
.TagClassName
{
border-color: #EA9FAE;
}
</style>