Shades of Pale Magenta #ED76D9
Tints of Pale Magenta #ED76D9
RGB
CMYK
RGB Variations
Color information
#ED76D9 (or 0xED76D9) is known color: Pale Magenta. HEX triplet: ED, 76 and D9. RGB value is (237,118,217). Sum of RGB (Red+Green+Blue) = 237+118+217=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76D9 is #128926. Grayscale: #A4A4A4. Windows color (decimal): -1214759 or 14251757. OLE color: 14251757.
HSL color Cylindrical-coordinate representation of color #ED76D9: hue angle of 310.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76D9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 217 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.07 |
| HSL | 310.08º | 0.77% | 0.7% | - |
| HSV(B) | 310.08º | 0.5% | 0.93% | - |
| XYZ | 53.93 | 35.97 | 69.75 | - |
| YUV | 164.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 217 | 0 | 0.50 | 0.08 | 0.07 | 310.08 | 0.77 | 0.7 |
| Hex | ED | 76 | D9 | 0 | 32 | 8 | 7 | 136 | 4D | 46 |
| Octal | 355 | 166 | 331 | 0 | 62 | 10 | 7 | 466 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11011001 | 0 | 110010 | 1000 | 111 | 100110110 | 1001101 | 1000110 |
Color Harmonies of #ED76D9
Complementary color
Monochromatic Colors of #ED76D9
Black with #ED76D9
Text Example
Text Example
White with #ED76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76D9; }
p { color: rgb(237,118,217); }
H1.HeaderClassName
{
color: #ED76D9;
}
.AnyTagClassName
{
color: #ED76D9;
}
</style>
background-color css
<style>
a { background-color: #ED76D9; }
a { background-color: rgb(237,118,217); }
div.DivClassName
{
background-color: #ED76D9;
}
.BgClassName
{
background-color: #ED76D9;
}
</style>
border-color css
<style>
span { border-color: #ED76D9; }
span { border-color: rgb(237,118,217); }
td.TdClassName
{
border-color: #ED76D9;
}
.TagClassName
{
border-color: #ED76D9;
}
</style>