Shades of Pale Magenta #ED7ED4
Tints of Pale Magenta #ED7ED4
RGB
CMYK
RGB Variations
Color information
#ED7ED4 (or 0xED7ED4) is known color: Pale Magenta. HEX triplet: ED, 7E and D4. RGB value is (237,126,212). Sum of RGB (Red+Green+Blue) = 237+126+212=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ED4 is #12812B. Grayscale: #A8A8A8. Windows color (decimal): -1212716 or 13926125. OLE color: 13926125.
HSL color Cylindrical-coordinate representation of color #ED7ED4: hue angle of 313.51º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7ED4 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 212 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.07 |
| HSL | 313.51º | 0.76% | 0.71% | - |
| HSV(B) | 313.51º | 0.47% | 0.93% | - |
| XYZ | 54.27 | 37.68 | 66.7 | - |
| YUV | 168.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 212 | 0 | 0.47 | 0.11 | 0.07 | 313.51 | 0.76 | 0.71 |
| Hex | ED | 7E | D4 | 0 | 2F | B | 7 | 13A | 4C | 47 |
| Octal | 355 | 176 | 324 | 0 | 57 | 13 | 7 | 472 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11010100 | 0 | 101111 | 1011 | 111 | 100111010 | 1001100 | 1000111 |
Color Harmonies of #ED7ED4
Complementary color
Monochromatic Colors of #ED7ED4
Black with #ED7ED4
Text Example
Text Example
White with #ED7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ED4; }
p { color: rgb(237,126,212); }
H1.HeaderClassName
{
color: #ED7ED4;
}
.AnyTagClassName
{
color: #ED7ED4;
}
</style>
background-color css
<style>
a { background-color: #ED7ED4; }
a { background-color: rgb(237,126,212); }
div.DivClassName
{
background-color: #ED7ED4;
}
.BgClassName
{
background-color: #ED7ED4;
}
</style>
border-color css
<style>
span { border-color: #ED7ED4; }
span { border-color: rgb(237,126,212); }
td.TdClassName
{
border-color: #ED7ED4;
}
.TagClassName
{
border-color: #ED7ED4;
}
</style>