Shades of Illusion #ED89AF
Tints of Illusion #ED89AF
RGB
CMYK
RGB Variations
Color information
#ED89AF (or 0xED89AF) is known color: Illusion. HEX triplet: ED, 89 and AF. RGB value is (237,137,175). Sum of RGB (Red+Green+Blue) = 237+137+175=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89AF is #127650. Grayscale: #ABABAB. Windows color (decimal): -1209937 or 11504109. OLE color: 11504109.
HSL color Cylindrical-coordinate representation of color #ED89AF: hue angle of 337.2º 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 #ED89AF is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 175 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.07 |
| HSL | 337.2º | 0.74% | 0.73% | - |
| HSV(B) | 337.2º | 0.42% | 0.93% | - |
| XYZ | 51.61 | 38.99 | 45.36 | - |
| YUV | 171.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 175 | 0 | 0.42 | 0.26 | 0.07 | 337.2 | 0.74 | 0.73 |
| Hex | ED | 89 | AF | 0 | 2A | 1A | 7 | 151 | 4A | 49 |
| Octal | 355 | 211 | 257 | 0 | 52 | 32 | 7 | 521 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10101111 | 0 | 101010 | 11010 | 111 | 101010001 | 1001010 | 1001001 |
Color Harmonies of #ED89AF
Complementary color
Monochromatic Colors of #ED89AF
Black with #ED89AF
Text Example
Text Example
White with #ED89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89AF; }
p { color: rgb(237,137,175); }
H1.HeaderClassName
{
color: #ED89AF;
}
.AnyTagClassName
{
color: #ED89AF;
}
</style>
background-color css
<style>
a { background-color: #ED89AF; }
a { background-color: rgb(237,137,175); }
div.DivClassName
{
background-color: #ED89AF;
}
.BgClassName
{
background-color: #ED89AF;
}
</style>
border-color css
<style>
span { border-color: #ED89AF; }
span { border-color: rgb(237,137,175); }
td.TdClassName
{
border-color: #ED89AF;
}
.TagClassName
{
border-color: #ED89AF;
}
</style>