Shades of Illusion #ED89B2
Tints of Illusion #ED89B2
RGB
CMYK
RGB Variations
Color information
#ED89B2 (or 0xED89B2) is known color: Illusion. HEX triplet: ED, 89 and B2. RGB value is (237,137,178). Sum of RGB (Red+Green+Blue) = 237+137+178=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89B2 is #12764D. Grayscale: #ABABAB. Windows color (decimal): -1209934 or 11700717. OLE color: 11700717.
HSL color Cylindrical-coordinate representation of color #ED89B2: hue angle of 335.4º 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 #ED89B2 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 178 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.07 |
| HSL | 335.4º | 0.74% | 0.73% | - |
| HSV(B) | 335.4º | 0.42% | 0.93% | - |
| XYZ | 51.91 | 39.11 | 46.93 | - |
| YUV | 171.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 178 | 0 | 0.42 | 0.25 | 0.07 | 335.4 | 0.74 | 0.73 |
| Hex | ED | 89 | B2 | 0 | 2A | 19 | 7 | 14F | 4A | 49 |
| Octal | 355 | 211 | 262 | 0 | 52 | 31 | 7 | 517 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10110010 | 0 | 101010 | 11001 | 111 | 101001111 | 1001010 | 1001001 |
Color Harmonies of #ED89B2
Complementary color
Monochromatic Colors of #ED89B2
Black with #ED89B2
Text Example
Text Example
White with #ED89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89B2; }
p { color: rgb(237,137,178); }
H1.HeaderClassName
{
color: #ED89B2;
}
.AnyTagClassName
{
color: #ED89B2;
}
</style>
background-color css
<style>
a { background-color: #ED89B2; }
a { background-color: rgb(237,137,178); }
div.DivClassName
{
background-color: #ED89B2;
}
.BgClassName
{
background-color: #ED89B2;
}
</style>
border-color css
<style>
span { border-color: #ED89B2; }
span { border-color: rgb(237,137,178); }
td.TdClassName
{
border-color: #ED89B2;
}
.TagClassName
{
border-color: #ED89B2;
}
</style>