Shades of Pale Magenta #ED7EDF
Tints of Pale Magenta #ED7EDF
RGB
CMYK
RGB Variations
Color information
#ED7EDF (or 0xED7EDF) is known color: Pale Magenta. HEX triplet: ED, 7E and DF. RGB value is (237,126,223). Sum of RGB (Red+Green+Blue) = 237+126+223=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EDF is #128120. Grayscale: #A9A9A9. Windows color (decimal): -1212705 or 14647021. OLE color: 14647021.
HSL color Cylindrical-coordinate representation of color #ED7EDF: hue angle of 307.57º 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 #ED7EDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 223 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.07 |
| HSL | 307.57º | 0.76% | 0.71% | - |
| HSV(B) | 307.57º | 0.47% | 0.93% | - |
| XYZ | 55.71 | 38.25 | 74.26 | - |
| YUV | 170.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 223 | 0 | 0.47 | 0.06 | 0.07 | 307.57 | 0.76 | 0.71 |
| Hex | ED | 7E | DF | 0 | 2F | 6 | 7 | 134 | 4C | 47 |
| Octal | 355 | 176 | 337 | 0 | 57 | 6 | 7 | 464 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11011111 | 0 | 101111 | 110 | 111 | 100110100 | 1001100 | 1000111 |
Color Harmonies of #ED7EDF
Complementary color
Monochromatic Colors of #ED7EDF
Black with #ED7EDF
Text Example
Text Example
White with #ED7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EDF; }
p { color: rgb(237,126,223); }
H1.HeaderClassName
{
color: #ED7EDF;
}
.AnyTagClassName
{
color: #ED7EDF;
}
</style>
background-color css
<style>
a { background-color: #ED7EDF; }
a { background-color: rgb(237,126,223); }
div.DivClassName
{
background-color: #ED7EDF;
}
.BgClassName
{
background-color: #ED7EDF;
}
</style>
border-color css
<style>
span { border-color: #ED7EDF; }
span { border-color: rgb(237,126,223); }
td.TdClassName
{
border-color: #ED7EDF;
}
.TagClassName
{
border-color: #ED7EDF;
}
</style>