Shades of Pale Magenta #ED7EE0
Tints of Pale Magenta #ED7EE0
RGB
CMYK
RGB Variations
Color information
#ED7EE0 (or 0xED7EE0) is known color: Pale Magenta. HEX triplet: ED, 7E and E0. RGB value is (237,126,224). Sum of RGB (Red+Green+Blue) = 237+126+224=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EE0 is #12811F. Grayscale: #AAAAAA. Windows color (decimal): -1212704 or 14712557. OLE color: 14712557.
HSL color Cylindrical-coordinate representation of color #ED7EE0: hue angle of 307.03º 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 #ED7EE0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 224 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.07 |
| HSL | 307.03º | 0.76% | 0.71% | - |
| HSV(B) | 307.03º | 0.47% | 0.93% | - |
| XYZ | 55.84 | 38.31 | 74.97 | - |
| YUV | 170.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 224 | 0 | 0.47 | 0.05 | 0.07 | 307.03 | 0.76 | 0.71 |
| Hex | ED | 7E | E0 | 0 | 2F | 5 | 7 | 133 | 4C | 47 |
| Octal | 355 | 176 | 340 | 0 | 57 | 5 | 7 | 463 | 114 | 107 |
| Binary | 11101101 | 1111110 | 11100000 | 0 | 101111 | 101 | 111 | 100110011 | 1001100 | 1000111 |
Color Harmonies of #ED7EE0
Complementary color
Monochromatic Colors of #ED7EE0
Black with #ED7EE0
Text Example
Text Example
White with #ED7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EE0; }
p { color: rgb(237,126,224); }
H1.HeaderClassName
{
color: #ED7EE0;
}
.AnyTagClassName
{
color: #ED7EE0;
}
</style>
background-color css
<style>
a { background-color: #ED7EE0; }
a { background-color: rgb(237,126,224); }
div.DivClassName
{
background-color: #ED7EE0;
}
.BgClassName
{
background-color: #ED7EE0;
}
</style>
border-color css
<style>
span { border-color: #ED7EE0; }
span { border-color: rgb(237,126,224); }
td.TdClassName
{
border-color: #ED7EE0;
}
.TagClassName
{
border-color: #ED7EE0;
}
</style>