Shades of Illusion #EDA3AE
Tints of Illusion #EDA3AE
RGB
CMYK
RGB Variations
Color information
#EDA3AE (or 0xEDA3AE) is known color: Illusion. HEX triplet: ED, A3 and AE. RGB value is (237,163,174). Sum of RGB (Red+Green+Blue) = 237+163+174=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3AE is #125C51. Grayscale: #BABABA. Windows color (decimal): -1203282 or 11445229. OLE color: 11445229.
HSL color Cylindrical-coordinate representation of color #EDA3AE: hue angle of 351.08º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3AE is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 174 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.07 |
| HSL | 351.08º | 0.67% | 0.78% | - |
| HSV(B) | 351.08º | 0.31% | 0.93% | - |
| XYZ | 55.66 | 47.25 | 46.23 | - |
| YUV | 186.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 174 | 0 | 0.31 | 0.27 | 0.07 | 351.08 | 0.67 | 0.78 |
| Hex | ED | A3 | AE | 0 | 1F | 1B | 7 | 15F | 43 | 4E |
| Octal | 355 | 243 | 256 | 0 | 37 | 33 | 7 | 537 | 103 | 116 |
| Binary | 11101101 | 10100011 | 10101110 | 0 | 11111 | 11011 | 111 | 101011111 | 1000011 | 1001110 |
Color Harmonies of #EDA3AE
Complementary color
Monochromatic Colors of #EDA3AE
Black with #EDA3AE
Text Example
Text Example
White with #EDA3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3AE; }
p { color: rgb(237,163,174); }
H1.HeaderClassName
{
color: #EDA3AE;
}
.AnyTagClassName
{
color: #EDA3AE;
}
</style>
background-color css
<style>
a { background-color: #EDA3AE; }
a { background-color: rgb(237,163,174); }
div.DivClassName
{
background-color: #EDA3AE;
}
.BgClassName
{
background-color: #EDA3AE;
}
</style>
border-color css
<style>
span { border-color: #EDA3AE; }
span { border-color: rgb(237,163,174); }
td.TdClassName
{
border-color: #EDA3AE;
}
.TagClassName
{
border-color: #EDA3AE;
}
</style>