Shades of Pale Magenta #ED80D2
Tints of Pale Magenta #ED80D2
RGB
CMYK
RGB Variations
Color information
#ED80D2 (or 0xED80D2) is known color: Pale Magenta. HEX triplet: ED, 80 and D2. RGB value is (237,128,210). Sum of RGB (Red+Green+Blue) = 237+128+210=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80D2 is #127F2D. Grayscale: #A9A9A9. Windows color (decimal): -1212206 or 13795565. OLE color: 13795565.
HSL color Cylindrical-coordinate representation of color #ED80D2: hue angle of 314.86º 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 #ED80D2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 210 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.07 |
| HSL | 314.86º | 0.75% | 0.72% | - |
| HSV(B) | 314.86º | 0.46% | 0.93% | - |
| XYZ | 54.28 | 38.1 | 65.47 | - |
| YUV | 169.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 210 | 0 | 0.46 | 0.11 | 0.07 | 314.86 | 0.75 | 0.72 |
| Hex | ED | 80 | D2 | 0 | 2E | B | 7 | 13B | 4B | 48 |
| Octal | 355 | 200 | 322 | 0 | 56 | 13 | 7 | 473 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11010010 | 0 | 101110 | 1011 | 111 | 100111011 | 1001011 | 1001000 |
Color Harmonies of #ED80D2
Complementary color
Monochromatic Colors of #ED80D2
Black with #ED80D2
Text Example
Text Example
White with #ED80D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80D2; }
p { color: rgb(237,128,210); }
H1.HeaderClassName
{
color: #ED80D2;
}
.AnyTagClassName
{
color: #ED80D2;
}
</style>
background-color css
<style>
a { background-color: #ED80D2; }
a { background-color: rgb(237,128,210); }
div.DivClassName
{
background-color: #ED80D2;
}
.BgClassName
{
background-color: #ED80D2;
}
</style>
border-color css
<style>
span { border-color: #ED80D2; }
span { border-color: rgb(237,128,210); }
td.TdClassName
{
border-color: #ED80D2;
}
.TagClassName
{
border-color: #ED80D2;
}
</style>