Shades of Pale Magenta #ED77D6
Tints of Pale Magenta #ED77D6
RGB
CMYK
RGB Variations
Color information
#ED77D6 (or 0xED77D6) is known color: Pale Magenta. HEX triplet: ED, 77 and D6. RGB value is (237,119,214). Sum of RGB (Red+Green+Blue) = 237+119+214=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77D6 is #128829. Grayscale: #A4A4A4. Windows color (decimal): -1214506 or 14055405. OLE color: 14055405.
HSL color Cylindrical-coordinate representation of color #ED77D6: hue angle of 311.69º 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 #ED77D6 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 214 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.07 |
| HSL | 311.69º | 0.77% | 0.7% | - |
| HSV(B) | 311.69º | 0.5% | 0.93% | - |
| XYZ | 53.66 | 36.05 | 67.75 | - |
| YUV | 165.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 214 | 0 | 0.50 | 0.10 | 0.07 | 311.69 | 0.77 | 0.7 |
| Hex | ED | 77 | D6 | 0 | 32 | A | 7 | 138 | 4D | 46 |
| Octal | 355 | 167 | 326 | 0 | 62 | 12 | 7 | 470 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11010110 | 0 | 110010 | 1010 | 111 | 100111000 | 1001101 | 1000110 |
Color Harmonies of #ED77D6
Complementary color
Monochromatic Colors of #ED77D6
Black with #ED77D6
Text Example
Text Example
White with #ED77D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77D6; }
p { color: rgb(237,119,214); }
H1.HeaderClassName
{
color: #ED77D6;
}
.AnyTagClassName
{
color: #ED77D6;
}
</style>
background-color css
<style>
a { background-color: #ED77D6; }
a { background-color: rgb(237,119,214); }
div.DivClassName
{
background-color: #ED77D6;
}
.BgClassName
{
background-color: #ED77D6;
}
</style>
border-color css
<style>
span { border-color: #ED77D6; }
span { border-color: rgb(237,119,214); }
td.TdClassName
{
border-color: #ED77D6;
}
.TagClassName
{
border-color: #ED77D6;
}
</style>