Shades of Pale Magenta #ED7BDF
Tints of Pale Magenta #ED7BDF
RGB
CMYK
RGB Variations
Color information
#ED7BDF (or 0xED7BDF) is known color: Pale Magenta. HEX triplet: ED, 7B and DF. RGB value is (237,123,223). Sum of RGB (Red+Green+Blue) = 237+123+223=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BDF is #128420. Grayscale: #A8A8A8. Windows color (decimal): -1213473 or 14646253. OLE color: 14646253.
HSL color Cylindrical-coordinate representation of color #ED7BDF: hue angle of 307.37º 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 #ED7BDF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 223 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 307.37º | 0.76% | 0.71% | - |
| HSV(B) | 307.37º | 0.48% | 0.93% | - |
| XYZ | 55.33 | 37.5 | 74.13 | - |
| YUV | 168.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 223 | 0 | 0.48 | 0.06 | 0.07 | 307.37 | 0.76 | 0.71 |
| Hex | ED | 7B | DF | 0 | 30 | 6 | 7 | 133 | 4C | 47 |
| Octal | 355 | 173 | 337 | 0 | 60 | 6 | 7 | 463 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11011111 | 0 | 110000 | 110 | 111 | 100110011 | 1001100 | 1000111 |
Color Harmonies of #ED7BDF
Complementary color
Monochromatic Colors of #ED7BDF
Black with #ED7BDF
Text Example
Text Example
White with #ED7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BDF; }
p { color: rgb(237,123,223); }
H1.HeaderClassName
{
color: #ED7BDF;
}
.AnyTagClassName
{
color: #ED7BDF;
}
</style>
background-color css
<style>
a { background-color: #ED7BDF; }
a { background-color: rgb(237,123,223); }
div.DivClassName
{
background-color: #ED7BDF;
}
.BgClassName
{
background-color: #ED7BDF;
}
</style>
border-color css
<style>
span { border-color: #ED7BDF; }
span { border-color: rgb(237,123,223); }
td.TdClassName
{
border-color: #ED7BDF;
}
.TagClassName
{
border-color: #ED7BDF;
}
</style>