Shades of Pale Magenta #ED82DE
Tints of Pale Magenta #ED82DE
RGB
CMYK
RGB Variations
Color information
#ED82DE (or 0xED82DE) is known color: Pale Magenta. HEX triplet: ED, 82 and DE. RGB value is (237,130,222). Sum of RGB (Red+Green+Blue) = 237+130+222=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82DE is #127D21. Grayscale: #ACACAC. Windows color (decimal): -1211682 or 14582509. OLE color: 14582509.
HSL color Cylindrical-coordinate representation of color #ED82DE: hue angle of 308.41º 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 #ED82DE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 222 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.07 |
| HSL | 308.41º | 0.75% | 0.72% | - |
| HSV(B) | 308.41º | 0.45% | 0.93% | - |
| XYZ | 56.09 | 39.24 | 73.73 | - |
| YUV | 172.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 222 | 0 | 0.45 | 0.06 | 0.07 | 308.41 | 0.75 | 0.72 |
| Hex | ED | 82 | DE | 0 | 2D | 6 | 7 | 134 | 4B | 48 |
| Octal | 355 | 202 | 336 | 0 | 55 | 6 | 7 | 464 | 113 | 110 |
| Binary | 11101101 | 10000010 | 11011110 | 0 | 101101 | 110 | 111 | 100110100 | 1001011 | 1001000 |
Color Harmonies of #ED82DE
Complementary color
Monochromatic Colors of #ED82DE
Black with #ED82DE
Text Example
Text Example
White with #ED82DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED82DE; }
p { color: rgb(237,130,222); }
H1.HeaderClassName
{
color: #ED82DE;
}
.AnyTagClassName
{
color: #ED82DE;
}
</style>
background-color css
<style>
a { background-color: #ED82DE; }
a { background-color: rgb(237,130,222); }
div.DivClassName
{
background-color: #ED82DE;
}
.BgClassName
{
background-color: #ED82DE;
}
</style>
border-color css
<style>
span { border-color: #ED82DE; }
span { border-color: rgb(237,130,222); }
td.TdClassName
{
border-color: #ED82DE;
}
.TagClassName
{
border-color: #ED82DE;
}
</style>