Shades of Pale Magenta #ED81DF
Tints of Pale Magenta #ED81DF
RGB
CMYK
RGB Variations
Color information
#ED81DF (or 0xED81DF) is known color: Pale Magenta. HEX triplet: ED, 81 and DF. RGB value is (237,129,223). Sum of RGB (Red+Green+Blue) = 237+129+223=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81DF is #127E20. Grayscale: #ABABAB. Windows color (decimal): -1211937 or 14647789. OLE color: 14647789.
HSL color Cylindrical-coordinate representation of color #ED81DF: hue angle of 307.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED81DF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 223 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.07 |
| HSL | 307.78º | 0.75% | 0.72% | - |
| HSV(B) | 307.78º | 0.46% | 0.93% | - |
| XYZ | 56.09 | 39.03 | 74.39 | - |
| YUV | 172.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 223 | 0 | 0.46 | 0.06 | 0.07 | 307.78 | 0.75 | 0.72 |
| Hex | ED | 81 | DF | 0 | 2E | 6 | 7 | 134 | 4B | 48 |
| Octal | 355 | 201 | 337 | 0 | 56 | 6 | 7 | 464 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11011111 | 0 | 101110 | 110 | 111 | 100110100 | 1001011 | 1001000 |
Color Harmonies of #ED81DF
Complementary color
Monochromatic Colors of #ED81DF
Black with #ED81DF
Text Example
Text Example
White with #ED81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81DF; }
p { color: rgb(237,129,223); }
H1.HeaderClassName
{
color: #ED81DF;
}
.AnyTagClassName
{
color: #ED81DF;
}
</style>
background-color css
<style>
a { background-color: #ED81DF; }
a { background-color: rgb(237,129,223); }
div.DivClassName
{
background-color: #ED81DF;
}
.BgClassName
{
background-color: #ED81DF;
}
</style>
border-color css
<style>
span { border-color: #ED81DF; }
span { border-color: rgb(237,129,223); }
td.TdClassName
{
border-color: #ED81DF;
}
.TagClassName
{
border-color: #ED81DF;
}
</style>