Shades of Illusion #EDA1AF
Tints of Illusion #EDA1AF
RGB
CMYK
RGB Variations
Color information
#EDA1AF (or 0xEDA1AF) is known color: Illusion. HEX triplet: ED, A1 and AF. RGB value is (237,161,175). Sum of RGB (Red+Green+Blue) = 237+161+175=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1AF is #125E50. Grayscale: #B9B9B9. Windows color (decimal): -1203793 or 11510253. OLE color: 11510253.
HSL color Cylindrical-coordinate representation of color #EDA1AF: hue angle of 348.95º 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 #EDA1AF is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 175 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.07 |
| HSL | 348.95º | 0.68% | 0.78% | - |
| HSV(B) | 348.95º | 0.32% | 0.93% | - |
| XYZ | 55.41 | 46.59 | 46.63 | - |
| YUV | 185.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 175 | 0 | 0.32 | 0.26 | 0.07 | 348.95 | 0.68 | 0.78 |
| Hex | ED | A1 | AF | 0 | 20 | 1A | 7 | 15D | 44 | 4E |
| Octal | 355 | 241 | 257 | 0 | 40 | 32 | 7 | 535 | 104 | 116 |
| Binary | 11101101 | 10100001 | 10101111 | 0 | 100000 | 11010 | 111 | 101011101 | 1000100 | 1001110 |
Color Harmonies of #EDA1AF
Complementary color
Monochromatic Colors of #EDA1AF
Black with #EDA1AF
Text Example
Text Example
White with #EDA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1AF; }
p { color: rgb(237,161,175); }
H1.HeaderClassName
{
color: #EDA1AF;
}
.AnyTagClassName
{
color: #EDA1AF;
}
</style>
background-color css
<style>
a { background-color: #EDA1AF; }
a { background-color: rgb(237,161,175); }
div.DivClassName
{
background-color: #EDA1AF;
}
.BgClassName
{
background-color: #EDA1AF;
}
</style>
border-color css
<style>
span { border-color: #EDA1AF; }
span { border-color: rgb(237,161,175); }
td.TdClassName
{
border-color: #EDA1AF;
}
.TagClassName
{
border-color: #EDA1AF;
}
</style>