Shades of Illusion #ED89B0
Tints of Illusion #ED89B0
RGB
CMYK
RGB Variations
Color information
#ED89B0 (or 0xED89B0) is known color: Illusion. HEX triplet: ED, 89 and B0. RGB value is (237,137,176). Sum of RGB (Red+Green+Blue) = 237+137+176=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89B0 is #12764F. Grayscale: #ABABAB. Windows color (decimal): -1209936 or 11569645. OLE color: 11569645.
HSL color Cylindrical-coordinate representation of color #ED89B0: hue angle of 336.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89B0 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 176 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.07 |
| HSL | 336.6º | 0.74% | 0.73% | - |
| HSV(B) | 336.6º | 0.42% | 0.93% | - |
| XYZ | 51.71 | 39.03 | 45.88 | - |
| YUV | 171.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 176 | 0 | 0.42 | 0.26 | 0.07 | 336.6 | 0.74 | 0.73 |
| Hex | ED | 89 | B0 | 0 | 2A | 1A | 7 | 151 | 4A | 49 |
| Octal | 355 | 211 | 260 | 0 | 52 | 32 | 7 | 521 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10110000 | 0 | 101010 | 11010 | 111 | 101010001 | 1001010 | 1001001 |
Color Harmonies of #ED89B0
Complementary color
Monochromatic Colors of #ED89B0
Black with #ED89B0
Text Example
Text Example
White with #ED89B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89B0; }
p { color: rgb(237,137,176); }
H1.HeaderClassName
{
color: #ED89B0;
}
.AnyTagClassName
{
color: #ED89B0;
}
</style>
background-color css
<style>
a { background-color: #ED89B0; }
a { background-color: rgb(237,137,176); }
div.DivClassName
{
background-color: #ED89B0;
}
.BgClassName
{
background-color: #ED89B0;
}
</style>
border-color css
<style>
span { border-color: #ED89B0; }
span { border-color: rgb(237,137,176); }
td.TdClassName
{
border-color: #ED89B0;
}
.TagClassName
{
border-color: #ED89B0;
}
</style>