Shades of Illusion #ED91AD
Tints of Illusion #ED91AD
RGB
CMYK
RGB Variations
Color information
#ED91AD (or 0xED91AD) is known color: Illusion. HEX triplet: ED, 91 and AD. RGB value is (237,145,173). Sum of RGB (Red+Green+Blue) = 237+145+173=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91AD is #126E52. Grayscale: #AFAFAF. Windows color (decimal): -1207891 or 11375085. OLE color: 11375085.
HSL color Cylindrical-coordinate representation of color #ED91AD: hue angle of 341.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91AD is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 173 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.07 |
| HSL | 341.74º | 0.72% | 0.75% | - |
| HSV(B) | 341.74º | 0.39% | 0.93% | - |
| XYZ | 52.59 | 41.27 | 44.73 | - |
| YUV | 175.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 173 | 0 | 0.39 | 0.27 | 0.07 | 341.74 | 0.72 | 0.75 |
| Hex | ED | 91 | AD | 0 | 27 | 1B | 7 | 156 | 48 | 4B |
| Octal | 355 | 221 | 255 | 0 | 47 | 33 | 7 | 526 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10101101 | 0 | 100111 | 11011 | 111 | 101010110 | 1001000 | 1001011 |
Color Harmonies of #ED91AD
Complementary color
Monochromatic Colors of #ED91AD
Black with #ED91AD
Text Example
Text Example
White with #ED91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91AD; }
p { color: rgb(237,145,173); }
H1.HeaderClassName
{
color: #ED91AD;
}
.AnyTagClassName
{
color: #ED91AD;
}
</style>
background-color css
<style>
a { background-color: #ED91AD; }
a { background-color: rgb(237,145,173); }
div.DivClassName
{
background-color: #ED91AD;
}
.BgClassName
{
background-color: #ED91AD;
}
</style>
border-color css
<style>
span { border-color: #ED91AD; }
span { border-color: rgb(237,145,173); }
td.TdClassName
{
border-color: #ED91AD;
}
.TagClassName
{
border-color: #ED91AD;
}
</style>