Shades of Pale Magenta #ED80D4
Tints of Pale Magenta #ED80D4
RGB
CMYK
RGB Variations
Color information
#ED80D4 (or 0xED80D4) is known color: Pale Magenta. HEX triplet: ED, 80 and D4. RGB value is (237,128,212). Sum of RGB (Red+Green+Blue) = 237+128+212=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80D4 is #127F2B. Grayscale: #A9A9A9. Windows color (decimal): -1212204 or 13926637. OLE color: 13926637.
HSL color Cylindrical-coordinate representation of color #ED80D4: hue angle of 313.76º 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 #ED80D4 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 212 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.07 |
| HSL | 313.76º | 0.75% | 0.72% | - |
| HSV(B) | 313.76º | 0.46% | 0.93% | - |
| XYZ | 54.53 | 38.2 | 66.79 | - |
| YUV | 170.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 212 | 0 | 0.46 | 0.11 | 0.07 | 313.76 | 0.75 | 0.72 |
| Hex | ED | 80 | D4 | 0 | 2E | B | 7 | 13A | 4B | 48 |
| Octal | 355 | 200 | 324 | 0 | 56 | 13 | 7 | 472 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11010100 | 0 | 101110 | 1011 | 111 | 100111010 | 1001011 | 1001000 |
Color Harmonies of #ED80D4
Complementary color
Monochromatic Colors of #ED80D4
Black with #ED80D4
Text Example
Text Example
White with #ED80D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80D4; }
p { color: rgb(237,128,212); }
H1.HeaderClassName
{
color: #ED80D4;
}
.AnyTagClassName
{
color: #ED80D4;
}
</style>
background-color css
<style>
a { background-color: #ED80D4; }
a { background-color: rgb(237,128,212); }
div.DivClassName
{
background-color: #ED80D4;
}
.BgClassName
{
background-color: #ED80D4;
}
</style>
border-color css
<style>
span { border-color: #ED80D4; }
span { border-color: rgb(237,128,212); }
td.TdClassName
{
border-color: #ED80D4;
}
.TagClassName
{
border-color: #ED80D4;
}
</style>