Shades of Illusion #EF9AAE
Tints of Illusion #EF9AAE
RGB
CMYK
RGB Variations
Color information
#EF9AAE (or 0xEF9AAE) is known color: Illusion. HEX triplet: EF, 9A and AE. RGB value is (239,154,174). Sum of RGB (Red+Green+Blue) = 239+154+174=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AAE is #106551. Grayscale: #B5B5B5. Windows color (decimal): -1074514 or 11442927. OLE color: 11442927.
HSL color Cylindrical-coordinate representation of color #EF9AAE: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AAE is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 174 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.06 |
| HSL | 345.88º | 0.73% | 0.77% | - |
| HSV(B) | 345.88º | 0.36% | 0.94% | - |
| XYZ | 54.79 | 44.52 | 45.75 | - |
| YUV | 181.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 174 | 0 | 0.36 | 0.27 | 0.06 | 345.88 | 0.73 | 0.77 |
| Hex | EF | 9A | AE | 0 | 24 | 1B | 6 | 15A | 49 | 4D |
| Octal | 357 | 232 | 256 | 0 | 44 | 33 | 6 | 532 | 111 | 115 |
| Binary | 11101111 | 10011010 | 10101110 | 0 | 100100 | 11011 | 110 | 101011010 | 1001001 | 1001101 |
Color Harmonies of #EF9AAE
Complementary color
Monochromatic Colors of #EF9AAE
Black with #EF9AAE
Text Example
Text Example
White with #EF9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AAE; }
p { color: rgb(239,154,174); }
H1.HeaderClassName
{
color: #EF9AAE;
}
.AnyTagClassName
{
color: #EF9AAE;
}
</style>
background-color css
<style>
a { background-color: #EF9AAE; }
a { background-color: rgb(239,154,174); }
div.DivClassName
{
background-color: #EF9AAE;
}
.BgClassName
{
background-color: #EF9AAE;
}
</style>
border-color css
<style>
span { border-color: #EF9AAE; }
span { border-color: rgb(239,154,174); }
td.TdClassName
{
border-color: #EF9AAE;
}
.TagClassName
{
border-color: #EF9AAE;
}
</style>