Shades of Pale Magenta #ED7EDA
Tints of Pale Magenta #ED7EDA
RGB
CMYK
RGB Variations
Color information
#ED7EDA (or 0xED7EDA) is known color: Pale Magenta. HEX triplet: ED, 7E and DA. RGB value is (237,126,218). Sum of RGB (Red+Green+Blue) = 237+126+218=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EDA is #128125. Grayscale: #A9A9A9. Windows color (decimal): -1212710 or 14319341. OLE color: 14319341.
HSL color Cylindrical-coordinate representation of color #ED7EDA: hue angle of 310.27º 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 #ED7EDA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 218 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.07 |
| HSL | 310.27º | 0.76% | 0.71% | - |
| HSV(B) | 310.27º | 0.47% | 0.93% | - |
| XYZ | 55.04 | 37.99 | 70.76 | - |
| YUV | 169.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 218 | 0 | 0.47 | 0.08 | 0.07 | 310.27 | 0.76 | 0.71 |
| Hex | ED | 7E | DA | 0 | 2F | 8 | 7 | 136 | 4C | 47 |
| Octal | 355 | 176 | 332 | 0 | 57 | 10 | 7 | 466 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11011010 | 0 | 101111 | 1000 | 111 | 100110110 | 1001100 | 1000111 |
Color Harmonies of #ED7EDA
Complementary color
Monochromatic Colors of #ED7EDA
Black with #ED7EDA
Text Example
Text Example
White with #ED7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EDA; }
p { color: rgb(237,126,218); }
H1.HeaderClassName
{
color: #ED7EDA;
}
.AnyTagClassName
{
color: #ED7EDA;
}
</style>
background-color css
<style>
a { background-color: #ED7EDA; }
a { background-color: rgb(237,126,218); }
div.DivClassName
{
background-color: #ED7EDA;
}
.BgClassName
{
background-color: #ED7EDA;
}
</style>
border-color css
<style>
span { border-color: #ED7EDA; }
span { border-color: rgb(237,126,218); }
td.TdClassName
{
border-color: #ED7EDA;
}
.TagClassName
{
border-color: #ED7EDA;
}
</style>