Shades of Illusion #EDA3AC
Tints of Illusion #EDA3AC
RGB
CMYK
RGB Variations
Color information
#EDA3AC (or 0xEDA3AC) is known color: Illusion. HEX triplet: ED, A3 and AC. RGB value is (237,163,172). Sum of RGB (Red+Green+Blue) = 237+163+172=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3AC is #125C53. Grayscale: #BABABA. Windows color (decimal): -1203284 or 11314157. OLE color: 11314157.
HSL color Cylindrical-coordinate representation of color #EDA3AC: hue angle of 352.7º 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 #EDA3AC is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 172 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.07 |
| HSL | 352.7º | 0.67% | 0.78% | - |
| HSV(B) | 352.7º | 0.31% | 0.93% | - |
| XYZ | 55.47 | 47.18 | 45.21 | - |
| YUV | 186.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 172 | 0 | 0.31 | 0.27 | 0.07 | 352.7 | 0.67 | 0.78 |
| Hex | ED | A3 | AC | 0 | 1F | 1B | 7 | 161 | 43 | 4E |
| Octal | 355 | 243 | 254 | 0 | 37 | 33 | 7 | 541 | 103 | 116 |
| Binary | 11101101 | 10100011 | 10101100 | 0 | 11111 | 11011 | 111 | 101100001 | 1000011 | 1001110 |
Color Harmonies of #EDA3AC
Complementary color
Monochromatic Colors of #EDA3AC
Black with #EDA3AC
Text Example
Text Example
White with #EDA3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3AC; }
p { color: rgb(237,163,172); }
H1.HeaderClassName
{
color: #EDA3AC;
}
.AnyTagClassName
{
color: #EDA3AC;
}
</style>
background-color css
<style>
a { background-color: #EDA3AC; }
a { background-color: rgb(237,163,172); }
div.DivClassName
{
background-color: #EDA3AC;
}
.BgClassName
{
background-color: #EDA3AC;
}
</style>
border-color css
<style>
span { border-color: #EDA3AC; }
span { border-color: rgb(237,163,172); }
td.TdClassName
{
border-color: #EDA3AC;
}
.TagClassName
{
border-color: #EDA3AC;
}
</style>