Shades of Pale Magenta #ED89DD
Tints of Pale Magenta #ED89DD
RGB
CMYK
RGB Variations
Color information
#ED89DD (or 0xED89DD) is known color: Pale Magenta. HEX triplet: ED, 89 and DD. RGB value is (237,137,221). Sum of RGB (Red+Green+Blue) = 237+137+221=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89DD is #127622. Grayscale: #B0B0B0. Windows color (decimal): -1209891 or 14518765. OLE color: 14518765.
HSL color Cylindrical-coordinate representation of color #ED89DD: hue angle of 309.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 #ED89DD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 221 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 309.6º | 0.74% | 0.73% | - |
| HSV(B) | 309.6º | 0.42% | 0.93% | - |
| XYZ | 56.92 | 41.12 | 73.34 | - |
| YUV | 176.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 221 | 0 | 0.42 | 0.07 | 0.07 | 309.6 | 0.74 | 0.73 |
| Hex | ED | 89 | DD | 0 | 2A | 7 | 7 | 136 | 4A | 49 |
| Octal | 355 | 211 | 335 | 0 | 52 | 7 | 7 | 466 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11011101 | 0 | 101010 | 111 | 111 | 100110110 | 1001010 | 1001001 |
Color Harmonies of #ED89DD
Complementary color
Monochromatic Colors of #ED89DD
Black with #ED89DD
Text Example
Text Example
White with #ED89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89DD; }
p { color: rgb(237,137,221); }
H1.HeaderClassName
{
color: #ED89DD;
}
.AnyTagClassName
{
color: #ED89DD;
}
</style>
background-color css
<style>
a { background-color: #ED89DD; }
a { background-color: rgb(237,137,221); }
div.DivClassName
{
background-color: #ED89DD;
}
.BgClassName
{
background-color: #ED89DD;
}
</style>
border-color css
<style>
span { border-color: #ED89DD; }
span { border-color: rgb(237,137,221); }
td.TdClassName
{
border-color: #ED89DD;
}
.TagClassName
{
border-color: #ED89DD;
}
</style>