Shades of Pale Magenta #ED7DDD
Tints of Pale Magenta #ED7DDD
RGB
CMYK
RGB Variations
Color information
#ED7DDD (or 0xED7DDD) is known color: Pale Magenta. HEX triplet: ED, 7D and DD. RGB value is (237,125,221). Sum of RGB (Red+Green+Blue) = 237+125+221=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DDD is #128222. Grayscale: #A9A9A9. Windows color (decimal): -1212963 or 14515693. OLE color: 14515693.
HSL color Cylindrical-coordinate representation of color #ED7DDD: hue angle of 308.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 #ED7DDD is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 221 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.07 |
| HSL | 308.57º | 0.76% | 0.71% | - |
| HSV(B) | 308.57º | 0.47% | 0.93% | - |
| XYZ | 55.31 | 37.89 | 72.81 | - |
| YUV | 169.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 221 | 0 | 0.47 | 0.07 | 0.07 | 308.57 | 0.76 | 0.71 |
| Hex | ED | 7D | DD | 0 | 2F | 7 | 7 | 135 | 4C | 47 |
| Octal | 355 | 175 | 335 | 0 | 57 | 7 | 7 | 465 | 114 | 107 |
| Binary | 11101101 | 1111101 | 11011101 | 0 | 101111 | 111 | 111 | 100110101 | 1001100 | 1000111 |
Color Harmonies of #ED7DDD
Complementary color
Monochromatic Colors of #ED7DDD
Black with #ED7DDD
Text Example
Text Example
White with #ED7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DDD; }
p { color: rgb(237,125,221); }
H1.HeaderClassName
{
color: #ED7DDD;
}
.AnyTagClassName
{
color: #ED7DDD;
}
</style>
background-color css
<style>
a { background-color: #ED7DDD; }
a { background-color: rgb(237,125,221); }
div.DivClassName
{
background-color: #ED7DDD;
}
.BgClassName
{
background-color: #ED7DDD;
}
</style>
border-color css
<style>
span { border-color: #ED7DDD; }
span { border-color: rgb(237,125,221); }
td.TdClassName
{
border-color: #ED7DDD;
}
.TagClassName
{
border-color: #ED7DDD;
}
</style>