Shades of Pale Magenta #ED81D8
Tints of Pale Magenta #ED81D8
RGB
CMYK
RGB Variations
Color information
#ED81D8 (or 0xED81D8) is known color: Pale Magenta. HEX triplet: ED, 81 and D8. RGB value is (237,129,216). Sum of RGB (Red+Green+Blue) = 237+129+216=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81D8 is #127E27. Grayscale: #AAAAAA. Windows color (decimal): -1211944 or 14189037. OLE color: 14189037.
HSL color Cylindrical-coordinate representation of color #ED81D8: hue angle of 311.67º 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 #ED81D8 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 216 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.07 |
| HSL | 311.67º | 0.75% | 0.72% | - |
| HSV(B) | 311.67º | 0.46% | 0.93% | - |
| XYZ | 55.17 | 38.66 | 69.52 | - |
| YUV | 171.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 216 | 0 | 0.46 | 0.09 | 0.07 | 311.67 | 0.75 | 0.72 |
| Hex | ED | 81 | D8 | 0 | 2E | 9 | 7 | 138 | 4B | 48 |
| Octal | 355 | 201 | 330 | 0 | 56 | 11 | 7 | 470 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11011000 | 0 | 101110 | 1001 | 111 | 100111000 | 1001011 | 1001000 |
Color Harmonies of #ED81D8
Complementary color
Monochromatic Colors of #ED81D8
Black with #ED81D8
Text Example
Text Example
White with #ED81D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81D8; }
p { color: rgb(237,129,216); }
H1.HeaderClassName
{
color: #ED81D8;
}
.AnyTagClassName
{
color: #ED81D8;
}
</style>
background-color css
<style>
a { background-color: #ED81D8; }
a { background-color: rgb(237,129,216); }
div.DivClassName
{
background-color: #ED81D8;
}
.BgClassName
{
background-color: #ED81D8;
}
</style>
border-color css
<style>
span { border-color: #ED81D8; }
span { border-color: rgb(237,129,216); }
td.TdClassName
{
border-color: #ED81D8;
}
.TagClassName
{
border-color: #ED81D8;
}
</style>