Shades of Pale Magenta #ED89DC
Tints of Pale Magenta #ED89DC
RGB
CMYK
RGB Variations
Color information
#ED89DC (or 0xED89DC) is known color: Pale Magenta. HEX triplet: ED, 89 and DC. RGB value is (237,137,220). Sum of RGB (Red+Green+Blue) = 237+137+220=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89DC is #127623. Grayscale: #B0B0B0. Windows color (decimal): -1209892 or 14453229. OLE color: 14453229.
HSL color Cylindrical-coordinate representation of color #ED89DC: hue angle of 310.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 #ED89DC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 220 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 310.2º | 0.74% | 0.73% | - |
| HSV(B) | 310.2º | 0.42% | 0.93% | - |
| XYZ | 56.79 | 41.06 | 72.64 | - |
| YUV | 176.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 220 | 0 | 0.42 | 0.07 | 0.07 | 310.2 | 0.74 | 0.73 |
| Hex | ED | 89 | DC | 0 | 2A | 7 | 7 | 136 | 4A | 49 |
| Octal | 355 | 211 | 334 | 0 | 52 | 7 | 7 | 466 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11011100 | 0 | 101010 | 111 | 111 | 100110110 | 1001010 | 1001001 |
Color Harmonies of #ED89DC
Complementary color
Monochromatic Colors of #ED89DC
Black with #ED89DC
Text Example
Text Example
White with #ED89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89DC; }
p { color: rgb(237,137,220); }
H1.HeaderClassName
{
color: #ED89DC;
}
.AnyTagClassName
{
color: #ED89DC;
}
</style>
background-color css
<style>
a { background-color: #ED89DC; }
a { background-color: rgb(237,137,220); }
div.DivClassName
{
background-color: #ED89DC;
}
.BgClassName
{
background-color: #ED89DC;
}
</style>
border-color css
<style>
span { border-color: #ED89DC; }
span { border-color: rgb(237,137,220); }
td.TdClassName
{
border-color: #ED89DC;
}
.TagClassName
{
border-color: #ED89DC;
}
</style>