Shades of Illusion #ED90B0
Tints of Illusion #ED90B0
RGB
CMYK
RGB Variations
Color information
#ED90B0 (or 0xED90B0) is known color: Illusion. HEX triplet: ED, 90 and B0. RGB value is (237,144,176). Sum of RGB (Red+Green+Blue) = 237+144+176=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90B0 is #126F4F. Grayscale: #AFAFAF. Windows color (decimal): -1208144 or 11571437. OLE color: 11571437.
HSL color Cylindrical-coordinate representation of color #ED90B0: hue angle of 339.35º 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 #ED90B0 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 176 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 339.35º | 0.72% | 0.75% | - |
| HSV(B) | 339.35º | 0.39% | 0.93% | - |
| XYZ | 52.73 | 41.09 | 46.23 | - |
| YUV | 175.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 176 | 0 | 0.39 | 0.26 | 0.07 | 339.35 | 0.72 | 0.75 |
| Hex | ED | 90 | B0 | 0 | 27 | 1A | 7 | 153 | 48 | 4B |
| Octal | 355 | 220 | 260 | 0 | 47 | 32 | 7 | 523 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10110000 | 0 | 100111 | 11010 | 111 | 101010011 | 1001000 | 1001011 |
Color Harmonies of #ED90B0
Complementary color
Monochromatic Colors of #ED90B0
Black with #ED90B0
Text Example
Text Example
White with #ED90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90B0; }
p { color: rgb(237,144,176); }
H1.HeaderClassName
{
color: #ED90B0;
}
.AnyTagClassName
{
color: #ED90B0;
}
</style>
background-color css
<style>
a { background-color: #ED90B0; }
a { background-color: rgb(237,144,176); }
div.DivClassName
{
background-color: #ED90B0;
}
.BgClassName
{
background-color: #ED90B0;
}
</style>
border-color css
<style>
span { border-color: #ED90B0; }
span { border-color: rgb(237,144,176); }
td.TdClassName
{
border-color: #ED90B0;
}
.TagClassName
{
border-color: #ED90B0;
}
</style>