Shades of Illusion #ED93AD
Tints of Illusion #ED93AD
RGB
CMYK
RGB Variations
Color information
#ED93AD (or 0xED93AD) is known color: Illusion. HEX triplet: ED, 93 and AD. RGB value is (237,147,173). Sum of RGB (Red+Green+Blue) = 237+147+173=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93AD is #126C52. Grayscale: #B0B0B0. Windows color (decimal): -1207379 or 11375597. OLE color: 11375597.
HSL color Cylindrical-coordinate representation of color #ED93AD: hue angle of 342.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93AD is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 173 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.07 |
| HSL | 342.67º | 0.71% | 0.75% | - |
| HSV(B) | 342.67º | 0.38% | 0.93% | - |
| XYZ | 52.9 | 41.89 | 44.83 | - |
| YUV | 176.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 173 | 0 | 0.38 | 0.27 | 0.07 | 342.67 | 0.71 | 0.75 |
| Hex | ED | 93 | AD | 0 | 26 | 1B | 7 | 157 | 47 | 4B |
| Octal | 355 | 223 | 255 | 0 | 46 | 33 | 7 | 527 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10101101 | 0 | 100110 | 11011 | 111 | 101010111 | 1000111 | 1001011 |
Color Harmonies of #ED93AD
Complementary color
Monochromatic Colors of #ED93AD
Black with #ED93AD
Text Example
Text Example
White with #ED93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93AD; }
p { color: rgb(237,147,173); }
H1.HeaderClassName
{
color: #ED93AD;
}
.AnyTagClassName
{
color: #ED93AD;
}
</style>
background-color css
<style>
a { background-color: #ED93AD; }
a { background-color: rgb(237,147,173); }
div.DivClassName
{
background-color: #ED93AD;
}
.BgClassName
{
background-color: #ED93AD;
}
</style>
border-color css
<style>
span { border-color: #ED93AD; }
span { border-color: rgb(237,147,173); }
td.TdClassName
{
border-color: #ED93AD;
}
.TagClassName
{
border-color: #ED93AD;
}
</style>