Shades of Illusion #EDA3AF
Tints of Illusion #EDA3AF
RGB
CMYK
RGB Variations
Color information
#EDA3AF (or 0xEDA3AF) is known color: Illusion. HEX triplet: ED, A3 and AF. RGB value is (237,163,175). Sum of RGB (Red+Green+Blue) = 237+163+175=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3AF is #125C50. Grayscale: #BABABA. Windows color (decimal): -1203281 or 11510765. OLE color: 11510765.
HSL color Cylindrical-coordinate representation of color #EDA3AF: hue angle of 350.27º 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 #EDA3AF is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 175 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.07 |
| HSL | 350.27º | 0.67% | 0.78% | - |
| HSV(B) | 350.27º | 0.31% | 0.93% | - |
| XYZ | 55.76 | 47.29 | 46.75 | - |
| YUV | 186.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 175 | 0 | 0.31 | 0.26 | 0.07 | 350.27 | 0.67 | 0.78 |
| Hex | ED | A3 | AF | 0 | 1F | 1A | 7 | 15E | 43 | 4E |
| Octal | 355 | 243 | 257 | 0 | 37 | 32 | 7 | 536 | 103 | 116 |
| Binary | 11101101 | 10100011 | 10101111 | 0 | 11111 | 11010 | 111 | 101011110 | 1000011 | 1001110 |
Color Harmonies of #EDA3AF
Complementary color
Monochromatic Colors of #EDA3AF
Black with #EDA3AF
Text Example
Text Example
White with #EDA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3AF; }
p { color: rgb(237,163,175); }
H1.HeaderClassName
{
color: #EDA3AF;
}
.AnyTagClassName
{
color: #EDA3AF;
}
</style>
background-color css
<style>
a { background-color: #EDA3AF; }
a { background-color: rgb(237,163,175); }
div.DivClassName
{
background-color: #EDA3AF;
}
.BgClassName
{
background-color: #EDA3AF;
}
</style>
border-color css
<style>
span { border-color: #EDA3AF; }
span { border-color: rgb(237,163,175); }
td.TdClassName
{
border-color: #EDA3AF;
}
.TagClassName
{
border-color: #EDA3AF;
}
</style>