Shades of Illusion #EDA4AE
Tints of Illusion #EDA4AE
RGB
CMYK
RGB Variations
Color information
#EDA4AE (or 0xEDA4AE) is known color: Illusion. HEX triplet: ED, A4 and AE. RGB value is (237,164,174). Sum of RGB (Red+Green+Blue) = 237+164+174=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AE is #125B51. Grayscale: #BBBBBB. Windows color (decimal): -1203026 or 11445485. OLE color: 11445485.
HSL color Cylindrical-coordinate representation of color #EDA4AE: hue angle of 351.78º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4AE is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 174 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.07 |
| HSL | 351.78º | 0.67% | 0.79% | - |
| HSV(B) | 351.78º | 0.31% | 0.93% | - |
| XYZ | 55.84 | 47.61 | 46.29 | - |
| YUV | 186.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 174 | 0 | 0.31 | 0.27 | 0.07 | 351.78 | 0.67 | 0.79 |
| Hex | ED | A4 | AE | 0 | 1F | 1B | 7 | 160 | 43 | 4F |
| Octal | 355 | 244 | 256 | 0 | 37 | 33 | 7 | 540 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10101110 | 0 | 11111 | 11011 | 111 | 101100000 | 1000011 | 1001111 |
Color Harmonies of #EDA4AE
Complementary color
Monochromatic Colors of #EDA4AE
Black with #EDA4AE
Text Example
Text Example
White with #EDA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4AE; }
p { color: rgb(237,164,174); }
H1.HeaderClassName
{
color: #EDA4AE;
}
.AnyTagClassName
{
color: #EDA4AE;
}
</style>
background-color css
<style>
a { background-color: #EDA4AE; }
a { background-color: rgb(237,164,174); }
div.DivClassName
{
background-color: #EDA4AE;
}
.BgClassName
{
background-color: #EDA4AE;
}
</style>
border-color css
<style>
span { border-color: #EDA4AE; }
span { border-color: rgb(237,164,174); }
td.TdClassName
{
border-color: #EDA4AE;
}
.TagClassName
{
border-color: #EDA4AE;
}
</style>