Shades of Illusion #EF9DAE
Tints of Illusion #EF9DAE
RGB
CMYK
RGB Variations
Color information
#EF9DAE (or 0xEF9DAE) is known color: Illusion. HEX triplet: EF, 9D and AE. RGB value is (239,157,174). Sum of RGB (Red+Green+Blue) = 239+157+174=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DAE is #106251. Grayscale: #B7B7B7. Windows color (decimal): -1073746 or 11443695. OLE color: 11443695.
HSL color Cylindrical-coordinate representation of color #EF9DAE: hue angle of 347.56º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DAE is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 174 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.06 |
| HSL | 347.56º | 0.72% | 0.78% | - |
| HSV(B) | 347.56º | 0.34% | 0.94% | - |
| XYZ | 55.29 | 45.52 | 45.92 | - |
| YUV | 183.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 174 | 0 | 0.34 | 0.27 | 0.06 | 347.56 | 0.72 | 0.78 |
| Hex | EF | 9D | AE | 0 | 22 | 1B | 6 | 15C | 48 | 4E |
| Octal | 357 | 235 | 256 | 0 | 42 | 33 | 6 | 534 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10101110 | 0 | 100010 | 11011 | 110 | 101011100 | 1001000 | 1001110 |
Color Harmonies of #EF9DAE
Complementary color
Monochromatic Colors of #EF9DAE
Black with #EF9DAE
Text Example
Text Example
White with #EF9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DAE; }
p { color: rgb(239,157,174); }
H1.HeaderClassName
{
color: #EF9DAE;
}
.AnyTagClassName
{
color: #EF9DAE;
}
</style>
background-color css
<style>
a { background-color: #EF9DAE; }
a { background-color: rgb(239,157,174); }
div.DivClassName
{
background-color: #EF9DAE;
}
.BgClassName
{
background-color: #EF9DAE;
}
</style>
border-color css
<style>
span { border-color: #EF9DAE; }
span { border-color: rgb(239,157,174); }
td.TdClassName
{
border-color: #EF9DAE;
}
.TagClassName
{
border-color: #EF9DAE;
}
</style>