Shades of Illusion #EDA1AE
Tints of Illusion #EDA1AE
RGB
CMYK
RGB Variations
Color information
#EDA1AE (or 0xEDA1AE) is known color: Illusion. HEX triplet: ED, A1 and AE. RGB value is (237,161,174). Sum of RGB (Red+Green+Blue) = 237+161+174=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1AE is #125E51. Grayscale: #B9B9B9. Windows color (decimal): -1203794 or 11444717. OLE color: 11444717.
HSL color Cylindrical-coordinate representation of color #EDA1AE: hue angle of 349.74º degrees, saturation: 0.68, 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 #EDA1AE is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 174 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.07 |
| HSL | 349.74º | 0.68% | 0.78% | - |
| HSV(B) | 349.74º | 0.32% | 0.93% | - |
| XYZ | 55.31 | 46.55 | 46.11 | - |
| YUV | 185.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 174 | 0 | 0.32 | 0.27 | 0.07 | 349.74 | 0.68 | 0.78 |
| Hex | ED | A1 | AE | 0 | 20 | 1B | 7 | 15E | 44 | 4E |
| Octal | 355 | 241 | 256 | 0 | 40 | 33 | 7 | 536 | 104 | 116 |
| Binary | 11101101 | 10100001 | 10101110 | 0 | 100000 | 11011 | 111 | 101011110 | 1000100 | 1001110 |
Color Harmonies of #EDA1AE
Complementary color
Monochromatic Colors of #EDA1AE
Black with #EDA1AE
Text Example
Text Example
White with #EDA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1AE; }
p { color: rgb(237,161,174); }
H1.HeaderClassName
{
color: #EDA1AE;
}
.AnyTagClassName
{
color: #EDA1AE;
}
</style>
background-color css
<style>
a { background-color: #EDA1AE; }
a { background-color: rgb(237,161,174); }
div.DivClassName
{
background-color: #EDA1AE;
}
.BgClassName
{
background-color: #EDA1AE;
}
</style>
border-color css
<style>
span { border-color: #EDA1AE; }
span { border-color: rgb(237,161,174); }
td.TdClassName
{
border-color: #EDA1AE;
}
.TagClassName
{
border-color: #EDA1AE;
}
</style>