Shades of Pale Magenta #ED80DC
Tints of Pale Magenta #ED80DC
RGB
CMYK
RGB Variations
Color information
#ED80DC (or 0xED80DC) is known color: Pale Magenta. HEX triplet: ED, 80 and DC. RGB value is (237,128,220). Sum of RGB (Red+Green+Blue) = 237+128+220=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80DC is #127F23. Grayscale: #AAAAAA. Windows color (decimal): -1212196 or 14450925. OLE color: 14450925.
HSL color Cylindrical-coordinate representation of color #ED80DC: hue angle of 309.36º 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 #ED80DC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 220 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.07 |
| HSL | 309.36º | 0.75% | 0.72% | - |
| HSV(B) | 309.36º | 0.46% | 0.93% | - |
| XYZ | 55.56 | 38.61 | 72.23 | - |
| YUV | 171.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 220 | 0 | 0.46 | 0.07 | 0.07 | 309.36 | 0.75 | 0.72 |
| Hex | ED | 80 | DC | 0 | 2E | 7 | 7 | 135 | 4B | 48 |
| Octal | 355 | 200 | 334 | 0 | 56 | 7 | 7 | 465 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11011100 | 0 | 101110 | 111 | 111 | 100110101 | 1001011 | 1001000 |
Color Harmonies of #ED80DC
Complementary color
Monochromatic Colors of #ED80DC
Black with #ED80DC
Text Example
Text Example
White with #ED80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80DC; }
p { color: rgb(237,128,220); }
H1.HeaderClassName
{
color: #ED80DC;
}
.AnyTagClassName
{
color: #ED80DC;
}
</style>
background-color css
<style>
a { background-color: #ED80DC; }
a { background-color: rgb(237,128,220); }
div.DivClassName
{
background-color: #ED80DC;
}
.BgClassName
{
background-color: #ED80DC;
}
</style>
border-color css
<style>
span { border-color: #ED80DC; }
span { border-color: rgb(237,128,220); }
td.TdClassName
{
border-color: #ED80DC;
}
.TagClassName
{
border-color: #ED80DC;
}
</style>