Shades of Pale Magenta #ED7AD4
Tints of Pale Magenta #ED7AD4
RGB
CMYK
RGB Variations
Color information
#ED7AD4 (or 0xED7AD4) is known color: Pale Magenta. HEX triplet: ED, 7A and D4. RGB value is (237,122,212). Sum of RGB (Red+Green+Blue) = 237+122+212=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AD4 is #12852B. Grayscale: #A6A6A6. Windows color (decimal): -1213740 or 13925101. OLE color: 13925101.
HSL color Cylindrical-coordinate representation of color #ED7AD4: hue angle of 313.04º 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 #ED7AD4 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 212 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.07 |
| HSL | 313.04º | 0.76% | 0.7% | - |
| HSV(B) | 313.04º | 0.49% | 0.93% | - |
| XYZ | 53.77 | 36.68 | 66.53 | - |
| YUV | 166.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 212 | 0 | 0.49 | 0.11 | 0.07 | 313.04 | 0.76 | 0.7 |
| Hex | ED | 7A | D4 | 0 | 31 | B | 7 | 139 | 4C | 46 |
| Octal | 355 | 172 | 324 | 0 | 61 | 13 | 7 | 471 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11010100 | 0 | 110001 | 1011 | 111 | 100111001 | 1001100 | 1000110 |
Color Harmonies of #ED7AD4
Complementary color
Monochromatic Colors of #ED7AD4
Black with #ED7AD4
Text Example
Text Example
White with #ED7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7AD4; }
p { color: rgb(237,122,212); }
H1.HeaderClassName
{
color: #ED7AD4;
}
.AnyTagClassName
{
color: #ED7AD4;
}
</style>
background-color css
<style>
a { background-color: #ED7AD4; }
a { background-color: rgb(237,122,212); }
div.DivClassName
{
background-color: #ED7AD4;
}
.BgClassName
{
background-color: #ED7AD4;
}
</style>
border-color css
<style>
span { border-color: #ED7AD4; }
span { border-color: rgb(237,122,212); }
td.TdClassName
{
border-color: #ED7AD4;
}
.TagClassName
{
border-color: #ED7AD4;
}
</style>