Shades of Pale Magenta #ED81DE
Tints of Pale Magenta #ED81DE
RGB
CMYK
RGB Variations
Color information
#ED81DE (or 0xED81DE) is known color: Pale Magenta. HEX triplet: ED, 81 and DE. RGB value is (237,129,222). Sum of RGB (Red+Green+Blue) = 237+129+222=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81DE is #127E21. Grayscale: #ABABAB. Windows color (decimal): -1211938 or 14582253. OLE color: 14582253.
HSL color Cylindrical-coordinate representation of color #ED81DE: hue angle of 308.33º 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 #ED81DE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 222 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.07 |
| HSL | 308.33º | 0.75% | 0.72% | - |
| HSV(B) | 308.33º | 0.46% | 0.93% | - |
| XYZ | 55.96 | 38.98 | 73.68 | - |
| YUV | 171.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 222 | 0 | 0.46 | 0.06 | 0.07 | 308.33 | 0.75 | 0.72 |
| Hex | ED | 81 | DE | 0 | 2E | 6 | 7 | 134 | 4B | 48 |
| Octal | 355 | 201 | 336 | 0 | 56 | 6 | 7 | 464 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11011110 | 0 | 101110 | 110 | 111 | 100110100 | 1001011 | 1001000 |
Color Harmonies of #ED81DE
Complementary color
Monochromatic Colors of #ED81DE
Black with #ED81DE
Text Example
Text Example
White with #ED81DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81DE; }
p { color: rgb(237,129,222); }
H1.HeaderClassName
{
color: #ED81DE;
}
.AnyTagClassName
{
color: #ED81DE;
}
</style>
background-color css
<style>
a { background-color: #ED81DE; }
a { background-color: rgb(237,129,222); }
div.DivClassName
{
background-color: #ED81DE;
}
.BgClassName
{
background-color: #ED81DE;
}
</style>
border-color css
<style>
span { border-color: #ED81DE; }
span { border-color: rgb(237,129,222); }
td.TdClassName
{
border-color: #ED81DE;
}
.TagClassName
{
border-color: #ED81DE;
}
</style>