Shades of Illusion #ED91B0
Tints of Illusion #ED91B0
RGB
CMYK
RGB Variations
Color information
#ED91B0 (or 0xED91B0) is known color: Illusion. HEX triplet: ED, 91 and B0. RGB value is (237,145,176). Sum of RGB (Red+Green+Blue) = 237+145+176=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91B0 is #126E4F. Grayscale: #B0B0B0. Windows color (decimal): -1207888 or 11571693. OLE color: 11571693.
HSL color Cylindrical-coordinate representation of color #ED91B0: hue angle of 339.78º 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 #ED91B0 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 176 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 339.78º | 0.72% | 0.75% | - |
| HSV(B) | 339.78º | 0.39% | 0.93% | - |
| XYZ | 52.89 | 41.39 | 46.28 | - |
| YUV | 176.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 176 | 0 | 0.39 | 0.26 | 0.07 | 339.78 | 0.72 | 0.75 |
| Hex | ED | 91 | B0 | 0 | 27 | 1A | 7 | 154 | 48 | 4B |
| Octal | 355 | 221 | 260 | 0 | 47 | 32 | 7 | 524 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10110000 | 0 | 100111 | 11010 | 111 | 101010100 | 1001000 | 1001011 |
Color Harmonies of #ED91B0
Complementary color
Monochromatic Colors of #ED91B0
Black with #ED91B0
Text Example
Text Example
White with #ED91B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91B0; }
p { color: rgb(237,145,176); }
H1.HeaderClassName
{
color: #ED91B0;
}
.AnyTagClassName
{
color: #ED91B0;
}
</style>
background-color css
<style>
a { background-color: #ED91B0; }
a { background-color: rgb(237,145,176); }
div.DivClassName
{
background-color: #ED91B0;
}
.BgClassName
{
background-color: #ED91B0;
}
</style>
border-color css
<style>
span { border-color: #ED91B0; }
span { border-color: rgb(237,145,176); }
td.TdClassName
{
border-color: #ED91B0;
}
.TagClassName
{
border-color: #ED91B0;
}
</style>