Shades of Pale Magenta #ED77DF
Tints of Pale Magenta #ED77DF
RGB
CMYK
RGB Variations
Color information
#ED77DF (or 0xED77DF) is known color: Pale Magenta. HEX triplet: ED, 77 and DF. RGB value is (237,119,223). Sum of RGB (Red+Green+Blue) = 237+119+223=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77DF is #128820. Grayscale: #A5A5A5. Windows color (decimal): -1214497 or 14645229. OLE color: 14645229.
HSL color Cylindrical-coordinate representation of color #ED77DF: hue angle of 307.12º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77DF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 223 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.07 |
| HSL | 307.12º | 0.77% | 0.7% | - |
| HSV(B) | 307.12º | 0.5% | 0.93% | - |
| XYZ | 54.84 | 36.53 | 73.97 | - |
| YUV | 166.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 223 | 0 | 0.50 | 0.06 | 0.07 | 307.12 | 0.77 | 0.7 |
| Hex | ED | 77 | DF | 0 | 32 | 6 | 7 | 133 | 4D | 46 |
| Octal | 355 | 167 | 337 | 0 | 62 | 6 | 7 | 463 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11011111 | 0 | 110010 | 110 | 111 | 100110011 | 1001101 | 1000110 |
Color Harmonies of #ED77DF
Complementary color
Monochromatic Colors of #ED77DF
Black with #ED77DF
Text Example
Text Example
White with #ED77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77DF; }
p { color: rgb(237,119,223); }
H1.HeaderClassName
{
color: #ED77DF;
}
.AnyTagClassName
{
color: #ED77DF;
}
</style>
background-color css
<style>
a { background-color: #ED77DF; }
a { background-color: rgb(237,119,223); }
div.DivClassName
{
background-color: #ED77DF;
}
.BgClassName
{
background-color: #ED77DF;
}
</style>
border-color css
<style>
span { border-color: #ED77DF; }
span { border-color: rgb(237,119,223); }
td.TdClassName
{
border-color: #ED77DF;
}
.TagClassName
{
border-color: #ED77DF;
}
</style>