Shades of Pale Magenta #ED7FDD
Tints of Pale Magenta #ED7FDD
RGB
CMYK
RGB Variations
Color information
#ED7FDD (or 0xED7FDD) is known color: Pale Magenta. HEX triplet: ED, 7F and DD. RGB value is (237,127,221). Sum of RGB (Red+Green+Blue) = 237+127+221=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FDD is #128022. Grayscale: #AAAAAA. Windows color (decimal): -1212451 or 14516205. OLE color: 14516205.
HSL color Cylindrical-coordinate representation of color #ED7FDD: hue angle of 308.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FDD is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 221 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.07 |
| HSL | 308.73º | 0.75% | 0.71% | - |
| HSV(B) | 308.73º | 0.46% | 0.93% | - |
| XYZ | 55.57 | 38.4 | 72.89 | - |
| YUV | 170.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 221 | 0 | 0.46 | 0.07 | 0.07 | 308.73 | 0.75 | 0.71 |
| Hex | ED | 7F | DD | 0 | 2E | 7 | 7 | 135 | 4B | 47 |
| Octal | 355 | 177 | 335 | 0 | 56 | 7 | 7 | 465 | 113 | 107 |
| Binary | 11101101 | 1111111 | 11011101 | 0 | 101110 | 111 | 111 | 100110101 | 1001011 | 1000111 |
Color Harmonies of #ED7FDD
Complementary color
Monochromatic Colors of #ED7FDD
Black with #ED7FDD
Text Example
Text Example
White with #ED7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FDD; }
p { color: rgb(237,127,221); }
H1.HeaderClassName
{
color: #ED7FDD;
}
.AnyTagClassName
{
color: #ED7FDD;
}
</style>
background-color css
<style>
a { background-color: #ED7FDD; }
a { background-color: rgb(237,127,221); }
div.DivClassName
{
background-color: #ED7FDD;
}
.BgClassName
{
background-color: #ED7FDD;
}
</style>
border-color css
<style>
span { border-color: #ED7FDD; }
span { border-color: rgb(237,127,221); }
td.TdClassName
{
border-color: #ED7FDD;
}
.TagClassName
{
border-color: #ED7FDD;
}
</style>