Shades of Illusion #EDA3B5
Tints of Illusion #EDA3B5
RGB
CMYK
RGB Variations
Color information
#EDA3B5 (or 0xEDA3B5) is known color: Illusion. HEX triplet: ED, A3 and B5. RGB value is (237,163,181). Sum of RGB (Red+Green+Blue) = 237+163+181=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3B5 is #125C4A. Grayscale: #BBBBBB. Windows color (decimal): -1203275 or 11903981. OLE color: 11903981.
HSL color Cylindrical-coordinate representation of color #EDA3B5: hue angle of 345.41º 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 #EDA3B5 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 181 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.07 |
| HSL | 345.41º | 0.67% | 0.78% | - |
| HSV(B) | 345.41º | 0.31% | 0.93% | - |
| XYZ | 56.36 | 47.54 | 49.92 | - |
| YUV | 187.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 181 | 0 | 0.31 | 0.24 | 0.07 | 345.41 | 0.67 | 0.78 |
| Hex | ED | A3 | B5 | 0 | 1F | 18 | 7 | 159 | 43 | 4E |
| Octal | 355 | 243 | 265 | 0 | 37 | 30 | 7 | 531 | 103 | 116 |
| Binary | 11101101 | 10100011 | 10110101 | 0 | 11111 | 11000 | 111 | 101011001 | 1000011 | 1001110 |
Color Harmonies of #EDA3B5
Complementary color
Monochromatic Colors of #EDA3B5
Black with #EDA3B5
Text Example
Text Example
White with #EDA3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3B5; }
p { color: rgb(237,163,181); }
H1.HeaderClassName
{
color: #EDA3B5;
}
.AnyTagClassName
{
color: #EDA3B5;
}
</style>
background-color css
<style>
a { background-color: #EDA3B5; }
a { background-color: rgb(237,163,181); }
div.DivClassName
{
background-color: #EDA3B5;
}
.BgClassName
{
background-color: #EDA3B5;
}
</style>
border-color css
<style>
span { border-color: #EDA3B5; }
span { border-color: rgb(237,163,181); }
td.TdClassName
{
border-color: #EDA3B5;
}
.TagClassName
{
border-color: #EDA3B5;
}
</style>