Shades of Pale Magenta #ED89D8
Tints of Pale Magenta #ED89D8
RGB
CMYK
RGB Variations
Color information
#ED89D8 (or 0xED89D8) is known color: Pale Magenta. HEX triplet: ED, 89 and D8. RGB value is (237,137,216). Sum of RGB (Red+Green+Blue) = 237+137+216=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89D8 is #127627. Grayscale: #AFAFAF. Windows color (decimal): -1209896 or 14191085. OLE color: 14191085.
HSL color Cylindrical-coordinate representation of color #ED89D8: hue angle of 312.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 #ED89D8 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 216 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.07 |
| HSL | 312.6º | 0.74% | 0.73% | - |
| HSV(B) | 312.6º | 0.42% | 0.93% | - |
| XYZ | 56.27 | 40.85 | 69.89 | - |
| YUV | 175.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 216 | 0 | 0.42 | 0.09 | 0.07 | 312.6 | 0.74 | 0.73 |
| Hex | ED | 89 | D8 | 0 | 2A | 9 | 7 | 139 | 4A | 49 |
| Octal | 355 | 211 | 330 | 0 | 52 | 11 | 7 | 471 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11011000 | 0 | 101010 | 1001 | 111 | 100111001 | 1001010 | 1001001 |
Color Harmonies of #ED89D8
Complementary color
Monochromatic Colors of #ED89D8
Black with #ED89D8
Text Example
Text Example
White with #ED89D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89D8; }
p { color: rgb(237,137,216); }
H1.HeaderClassName
{
color: #ED89D8;
}
.AnyTagClassName
{
color: #ED89D8;
}
</style>
background-color css
<style>
a { background-color: #ED89D8; }
a { background-color: rgb(237,137,216); }
div.DivClassName
{
background-color: #ED89D8;
}
.BgClassName
{
background-color: #ED89D8;
}
</style>
border-color css
<style>
span { border-color: #ED89D8; }
span { border-color: rgb(237,137,216); }
td.TdClassName
{
border-color: #ED89D8;
}
.TagClassName
{
border-color: #ED89D8;
}
</style>