Shades of Pale Magenta #ED82D5
Tints of Pale Magenta #ED82D5
RGB
CMYK
RGB Variations
Color information
#ED82D5 (or 0xED82D5) is known color: Pale Magenta. HEX triplet: ED, 82 and D5. RGB value is (237,130,213). Sum of RGB (Red+Green+Blue) = 237+130+213=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82D5 is #127D2A. Grayscale: #ABABAB. Windows color (decimal): -1211691 or 13992685. OLE color: 13992685.
HSL color Cylindrical-coordinate representation of color #ED82D5: hue angle of 313.46º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED82D5 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 213 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.07 |
| HSL | 313.46º | 0.75% | 0.72% | - |
| HSV(B) | 313.46º | 0.45% | 0.93% | - |
| XYZ | 54.92 | 38.77 | 67.54 | - |
| YUV | 171.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 213 | 0 | 0.45 | 0.10 | 0.07 | 313.46 | 0.75 | 0.72 |
| Hex | ED | 82 | D5 | 0 | 2D | A | 7 | 139 | 4B | 48 |
| Octal | 355 | 202 | 325 | 0 | 55 | 12 | 7 | 471 | 113 | 110 |
| Binary | 11101101 | 10000010 | 11010101 | 0 | 101101 | 1010 | 111 | 100111001 | 1001011 | 1001000 |
Color Harmonies of #ED82D5
Complementary color
Monochromatic Colors of #ED82D5
Black with #ED82D5
Text Example
Text Example
White with #ED82D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82D5; }
p { color: rgb(237,130,213); }
H1.HeaderClassName
{
color: #ED82D5;
}
.AnyTagClassName
{
color: #ED82D5;
}
</style>
background-color css
<style>
a { background-color: #ED82D5; }
a { background-color: rgb(237,130,213); }
div.DivClassName
{
background-color: #ED82D5;
}
.BgClassName
{
background-color: #ED82D5;
}
</style>
border-color css
<style>
span { border-color: #ED82D5; }
span { border-color: rgb(237,130,213); }
td.TdClassName
{
border-color: #ED82D5;
}
.TagClassName
{
border-color: #ED82D5;
}
</style>