Shades of Illusion #EDA2AD
Tints of Illusion #EDA2AD
RGB
CMYK
RGB Variations
Color information
#EDA2AD (or 0xEDA2AD) is known color: Illusion. HEX triplet: ED, A2 and AD. RGB value is (237,162,173). Sum of RGB (Red+Green+Blue) = 237+162+173=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA2AD is #125D52. Grayscale: #B9B9B9. Windows color (decimal): -1203539 or 11379437. OLE color: 11379437.
HSL color Cylindrical-coordinate representation of color #EDA2AD: hue angle of 351.2º 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 #EDA2AD is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 162 | 173 | - |
CMYK | 0 | 0.32 | 0.27 | 0.07 |
HSL | 351.2º | 0.68% | 0.78% | - |
HSV(B) | 351.2º | 0.32% | 0.93% | - |
XYZ | 55.39 | 46.86 | 45.66 | - |
YUV | 185.68 | 120.85 | 164.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 162 | 173 | 0 | 0.32 | 0.27 | 0.07 | 351.2 | 0.68 | 0.78 |
Hex | ED | A2 | AD | 0 | 20 | 1B | 7 | 15F | 44 | 4E |
Octal | 355 | 242 | 255 | 0 | 40 | 33 | 7 | 537 | 104 | 116 |
Binary | 11101101 | 10100010 | 10101101 | 0 | 100000 | 11011 | 111 | 101011111 | 1000100 | 1001110 |
Color Harmonies of #EDA2AD
Complementary color
Monochromatic Colors of #EDA2AD
Black with #EDA2AD
Text Example
Text Example
White with #EDA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2AD; }
p { color: rgb(237,162,173); }
H1.HeaderClassName
{
color: #EDA2AD;
}
.AnyTagClassName
{
color: #EDA2AD;
}
</style>
background-color css
<style>
a { background-color: #EDA2AD; }
a { background-color: rgb(237,162,173); }
div.DivClassName
{
background-color: #EDA2AD;
}
.BgClassName
{
background-color: #EDA2AD;
}
</style>
border-color css
<style>
span { border-color: #EDA2AD; }
span { border-color: rgb(237,162,173); }
td.TdClassName
{
border-color: #EDA2AD;
}
.TagClassName
{
border-color: #EDA2AD;
}
</style>