Shades of Pale Magenta #ED7CDE
Tints of Pale Magenta #ED7CDE
RGB
CMYK
RGB Variations
Color information
#ED7CDE (or 0xED7CDE) is known color: Pale Magenta. HEX triplet: ED, 7C and DE. RGB value is (237,124,222). Sum of RGB (Red+Green+Blue) = 237+124+222=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CDE is #128321. Grayscale: #A8A8A8. Windows color (decimal): -1213218 or 14580973. OLE color: 14580973.
HSL color Cylindrical-coordinate representation of color #ED7CDE: hue angle of 307.96º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CDE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 222 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 307.96º | 0.76% | 0.71% | - |
| HSV(B) | 307.96º | 0.48% | 0.93% | - |
| XYZ | 55.32 | 37.69 | 73.47 | - |
| YUV | 168.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 222 | 0 | 0.48 | 0.06 | 0.07 | 307.96 | 0.76 | 0.71 |
| Hex | ED | 7C | DE | 0 | 30 | 6 | 7 | 134 | 4C | 47 |
| Octal | 355 | 174 | 336 | 0 | 60 | 6 | 7 | 464 | 114 | 107 |
| Binary | 11101101 | 1111100 | 11011110 | 0 | 110000 | 110 | 111 | 100110100 | 1001100 | 1000111 |
Color Harmonies of #ED7CDE
Complementary color
Monochromatic Colors of #ED7CDE
Black with #ED7CDE
Text Example
Text Example
White with #ED7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CDE; }
p { color: rgb(237,124,222); }
H1.HeaderClassName
{
color: #ED7CDE;
}
.AnyTagClassName
{
color: #ED7CDE;
}
</style>
background-color css
<style>
a { background-color: #ED7CDE; }
a { background-color: rgb(237,124,222); }
div.DivClassName
{
background-color: #ED7CDE;
}
.BgClassName
{
background-color: #ED7CDE;
}
</style>
border-color css
<style>
span { border-color: #ED7CDE; }
span { border-color: rgb(237,124,222); }
td.TdClassName
{
border-color: #ED7CDE;
}
.TagClassName
{
border-color: #ED7CDE;
}
</style>