Shades of Pale Magenta #ED7DDF
Tints of Pale Magenta #ED7DDF
RGB
CMYK
RGB Variations
Color information
#ED7DDF (or 0xED7DDF) is known color: Pale Magenta. HEX triplet: ED, 7D and DF. RGB value is (237,125,223). Sum of RGB (Red+Green+Blue) = 237+125+223=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DDF is #128220. Grayscale: #A9A9A9. Windows color (decimal): -1212961 or 14646765. OLE color: 14646765.
HSL color Cylindrical-coordinate representation of color #ED7DDF: hue angle of 307.5º 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 #ED7DDF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 125 | 223 | - |
CMYK | 0 | 0.47 | 0.06 | 0.07 |
HSL | 307.5º | 0.76% | 0.71% | - |
HSV(B) | 307.5º | 0.47% | 0.93% | - |
XYZ | 55.58 | 38 | 74.22 | - |
YUV | 169.66 | 158.11 | 176.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 125 | 223 | 0 | 0.47 | 0.06 | 0.07 | 307.5 | 0.76 | 0.71 |
Hex | ED | 7D | DF | 0 | 2F | 6 | 7 | 134 | 4C | 47 |
Octal | 355 | 175 | 337 | 0 | 57 | 6 | 7 | 464 | 114 | 107 |
Binary | 11101101 | 1111101 | 11011111 | 0 | 101111 | 110 | 111 | 100110100 | 1001100 | 1000111 |
Color Harmonies of #ED7DDF
Complementary color
Monochromatic Colors of #ED7DDF
Black with #ED7DDF
Text Example
Text Example
White with #ED7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DDF; }
p { color: rgb(237,125,223); }
H1.HeaderClassName
{
color: #ED7DDF;
}
.AnyTagClassName
{
color: #ED7DDF;
}
</style>
background-color css
<style>
a { background-color: #ED7DDF; }
a { background-color: rgb(237,125,223); }
div.DivClassName
{
background-color: #ED7DDF;
}
.BgClassName
{
background-color: #ED7DDF;
}
</style>
border-color css
<style>
span { border-color: #ED7DDF; }
span { border-color: rgb(237,125,223); }
td.TdClassName
{
border-color: #ED7DDF;
}
.TagClassName
{
border-color: #ED7DDF;
}
</style>