Shades of Pale Magenta #ED7AD6
Tints of Pale Magenta #ED7AD6
RGB
CMYK
RGB Variations
Color information
#ED7AD6 (or 0xED7AD6) is known color: Pale Magenta. HEX triplet: ED, 7A and D6. RGB value is (237,122,214). Sum of RGB (Red+Green+Blue) = 237+122+214=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AD6 is #128529. Grayscale: #A6A6A6. Windows color (decimal): -1213738 or 14056173. OLE color: 14056173.
HSL color Cylindrical-coordinate representation of color #ED7AD6: hue angle of 312º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AD6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 214 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.07 |
| HSL | 312º | 0.76% | 0.7% | - |
| HSV(B) | 312º | 0.49% | 0.93% | - |
| XYZ | 54.02 | 36.78 | 67.87 | - |
| YUV | 166.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 214 | 0 | 0.49 | 0.10 | 0.07 | 312 | 0.76 | 0.7 |
| Hex | ED | 7A | D6 | 0 | 31 | A | 7 | 138 | 4C | 46 |
| Octal | 355 | 172 | 326 | 0 | 61 | 12 | 7 | 470 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11010110 | 0 | 110001 | 1010 | 111 | 100111000 | 1001100 | 1000110 |
Color Harmonies of #ED7AD6
Complementary color
Monochromatic Colors of #ED7AD6
Black with #ED7AD6
Text Example
Text Example
White with #ED7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AD6; }
p { color: rgb(237,122,214); }
H1.HeaderClassName
{
color: #ED7AD6;
}
.AnyTagClassName
{
color: #ED7AD6;
}
</style>
background-color css
<style>
a { background-color: #ED7AD6; }
a { background-color: rgb(237,122,214); }
div.DivClassName
{
background-color: #ED7AD6;
}
.BgClassName
{
background-color: #ED7AD6;
}
</style>
border-color css
<style>
span { border-color: #ED7AD6; }
span { border-color: rgb(237,122,214); }
td.TdClassName
{
border-color: #ED7AD6;
}
.TagClassName
{
border-color: #ED7AD6;
}
</style>