Shades of Pale Magenta #ED81D3
Tints of Pale Magenta #ED81D3
RGB
CMYK
RGB Variations
Color information
#ED81D3 (or 0xED81D3) is known color: Pale Magenta. HEX triplet: ED, 81 and D3. RGB value is (237,129,211). Sum of RGB (Red+Green+Blue) = 237+129+211=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81D3 is #127E2C. Grayscale: #AAAAAA. Windows color (decimal): -1211949 or 13861357. OLE color: 13861357.
HSL color Cylindrical-coordinate representation of color #ED81D3: hue angle of 314.44º 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 #ED81D3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 211 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.07 |
| HSL | 314.44º | 0.75% | 0.72% | - |
| HSV(B) | 314.44º | 0.46% | 0.93% | - |
| XYZ | 54.53 | 38.41 | 66.17 | - |
| YUV | 170.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 211 | 0 | 0.46 | 0.11 | 0.07 | 314.44 | 0.75 | 0.72 |
| Hex | ED | 81 | D3 | 0 | 2E | B | 7 | 13A | 4B | 48 |
| Octal | 355 | 201 | 323 | 0 | 56 | 13 | 7 | 472 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11010011 | 0 | 101110 | 1011 | 111 | 100111010 | 1001011 | 1001000 |
Color Harmonies of #ED81D3
Complementary color
Monochromatic Colors of #ED81D3
Black with #ED81D3
Text Example
Text Example
White with #ED81D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81D3; }
p { color: rgb(237,129,211); }
H1.HeaderClassName
{
color: #ED81D3;
}
.AnyTagClassName
{
color: #ED81D3;
}
</style>
background-color css
<style>
a { background-color: #ED81D3; }
a { background-color: rgb(237,129,211); }
div.DivClassName
{
background-color: #ED81D3;
}
.BgClassName
{
background-color: #ED81D3;
}
</style>
border-color css
<style>
span { border-color: #ED81D3; }
span { border-color: rgb(237,129,211); }
td.TdClassName
{
border-color: #ED81D3;
}
.TagClassName
{
border-color: #ED81D3;
}
</style>