Shades of Pale Magenta #ED89D4
Tints of Pale Magenta #ED89D4
RGB
CMYK
RGB Variations
Color information
#ED89D4 (or 0xED89D4) is known color: Pale Magenta. HEX triplet: ED, 89 and D4. RGB value is (237,137,212). Sum of RGB (Red+Green+Blue) = 237+137+212=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89D4 is #12762B. Grayscale: #AFAFAF. Windows color (decimal): -1209900 or 13928941. OLE color: 13928941.
HSL color Cylindrical-coordinate representation of color #ED89D4: hue angle of 315º 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 #ED89D4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 212 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.07 |
| HSL | 315º | 0.74% | 0.73% | - |
| HSV(B) | 315º | 0.42% | 0.93% | - |
| XYZ | 55.75 | 40.65 | 67.19 | - |
| YUV | 175.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 212 | 0 | 0.42 | 0.11 | 0.07 | 315 | 0.74 | 0.73 |
| Hex | ED | 89 | D4 | 0 | 2A | B | 7 | 13B | 4A | 49 |
| Octal | 355 | 211 | 324 | 0 | 52 | 13 | 7 | 473 | 112 | 111 |
| Binary | 11101101 | 10001001 | 11010100 | 0 | 101010 | 1011 | 111 | 100111011 | 1001010 | 1001001 |
Color Harmonies of #ED89D4
Complementary color
Monochromatic Colors of #ED89D4
Black with #ED89D4
Text Example
Text Example
White with #ED89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89D4; }
p { color: rgb(237,137,212); }
H1.HeaderClassName
{
color: #ED89D4;
}
.AnyTagClassName
{
color: #ED89D4;
}
</style>
background-color css
<style>
a { background-color: #ED89D4; }
a { background-color: rgb(237,137,212); }
div.DivClassName
{
background-color: #ED89D4;
}
.BgClassName
{
background-color: #ED89D4;
}
</style>
border-color css
<style>
span { border-color: #ED89D4; }
span { border-color: rgb(237,137,212); }
td.TdClassName
{
border-color: #ED89D4;
}
.TagClassName
{
border-color: #ED89D4;
}
</style>