Shades of Illusion #EDA1AB
Tints of Illusion #EDA1AB
RGB
CMYK
RGB Variations
Color information
#EDA1AB (or 0xEDA1AB) is known color: Illusion. HEX triplet: ED, A1 and AB. RGB value is (237,161,171). Sum of RGB (Red+Green+Blue) = 237+161+171=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1AB is #125E54. Grayscale: #B8B8B8. Windows color (decimal): -1203797 or 11248109. OLE color: 11248109.
HSL color Cylindrical-coordinate representation of color #EDA1AB: hue angle of 352.11º 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 #EDA1AB is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 171 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.07 |
| HSL | 352.11º | 0.68% | 0.78% | - |
| HSV(B) | 352.11º | 0.32% | 0.93% | - |
| XYZ | 55.02 | 46.43 | 44.59 | - |
| YUV | 184.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 171 | 0 | 0.32 | 0.28 | 0.07 | 352.11 | 0.68 | 0.78 |
| Hex | ED | A1 | AB | 0 | 20 | 1C | 7 | 160 | 44 | 4E |
| Octal | 355 | 241 | 253 | 0 | 40 | 34 | 7 | 540 | 104 | 116 |
| Binary | 11101101 | 10100001 | 10101011 | 0 | 100000 | 11100 | 111 | 101100000 | 1000100 | 1001110 |
Color Harmonies of #EDA1AB
Complementary color
Monochromatic Colors of #EDA1AB
Black with #EDA1AB
Text Example
Text Example
White with #EDA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1AB; }
p { color: rgb(237,161,171); }
H1.HeaderClassName
{
color: #EDA1AB;
}
.AnyTagClassName
{
color: #EDA1AB;
}
</style>
background-color css
<style>
a { background-color: #EDA1AB; }
a { background-color: rgb(237,161,171); }
div.DivClassName
{
background-color: #EDA1AB;
}
.BgClassName
{
background-color: #EDA1AB;
}
</style>
border-color css
<style>
span { border-color: #EDA1AB; }
span { border-color: rgb(237,161,171); }
td.TdClassName
{
border-color: #EDA1AB;
}
.TagClassName
{
border-color: #EDA1AB;
}
</style>