Shades of Pale Magenta #ED82DB
Tints of Pale Magenta #ED82DB
RGB
CMYK
RGB Variations
Color information
#ED82DB (or 0xED82DB) is known color: Pale Magenta. HEX triplet: ED, 82 and DB. RGB value is (237,130,219). Sum of RGB (Red+Green+Blue) = 237+130+219=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82DB is #127D24. Grayscale: #ABABAB. Windows color (decimal): -1211685 or 14385901. OLE color: 14385901.
HSL color Cylindrical-coordinate representation of color #ED82DB: hue angle of 310.09º 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 #ED82DB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 219 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310.09º | 0.75% | 0.72% | - |
| HSV(B) | 310.09º | 0.45% | 0.93% | - |
| XYZ | 55.69 | 39.08 | 71.63 | - |
| YUV | 172.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 219 | 0 | 0.45 | 0.08 | 0.07 | 310.09 | 0.75 | 0.72 |
| Hex | ED | 82 | DB | 0 | 2D | 8 | 7 | 136 | 4B | 48 |
| Octal | 355 | 202 | 333 | 0 | 55 | 10 | 7 | 466 | 113 | 110 |
| Binary | 11101101 | 10000010 | 11011011 | 0 | 101101 | 1000 | 111 | 100110110 | 1001011 | 1001000 |
Color Harmonies of #ED82DB
Complementary color
Monochromatic Colors of #ED82DB
Black with #ED82DB
Text Example
Text Example
White with #ED82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82DB; }
p { color: rgb(237,130,219); }
H1.HeaderClassName
{
color: #ED82DB;
}
.AnyTagClassName
{
color: #ED82DB;
}
</style>
background-color css
<style>
a { background-color: #ED82DB; }
a { background-color: rgb(237,130,219); }
div.DivClassName
{
background-color: #ED82DB;
}
.BgClassName
{
background-color: #ED82DB;
}
</style>
border-color css
<style>
span { border-color: #ED82DB; }
span { border-color: rgb(237,130,219); }
td.TdClassName
{
border-color: #ED82DB;
}
.TagClassName
{
border-color: #ED82DB;
}
</style>