Shades of Pale Magenta #EF77DC
Tints of Pale Magenta #EF77DC
RGB
CMYK
RGB Variations
Color information
#EF77DC (or 0xEF77DC) is known color: Pale Magenta. HEX triplet: EF, 77 and DC. RGB value is (239,119,220). Sum of RGB (Red+Green+Blue) = 239+119+220=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF77DC is #108823. Grayscale: #A6A6A6. Windows color (decimal): -1083428 or 14448623. OLE color: 14448623.
HSL color Cylindrical-coordinate representation of color #EF77DC: hue angle of 309.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77DC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 220 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.06 |
| HSL | 309.5º | 0.79% | 0.7% | - |
| HSV(B) | 309.5º | 0.5% | 0.94% | - |
| XYZ | 55.11 | 36.71 | 71.89 | - |
| YUV | 166.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 220 | 0 | 0.50 | 0.08 | 0.06 | 309.5 | 0.79 | 0.7 |
| Hex | EF | 77 | DC | 0 | 32 | 8 | 6 | 136 | 4F | 46 |
| Octal | 357 | 167 | 334 | 0 | 62 | 10 | 6 | 466 | 117 | 106 |
| Binary | 11101111 | 1110111 | 11011100 | 0 | 110010 | 1000 | 110 | 100110110 | 1001111 | 1000110 |
Color Harmonies of #EF77DC
Complementary color
Monochromatic Colors of #EF77DC
Black with #EF77DC
Text Example
Text Example
White with #EF77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77DC; }
p { color: rgb(239,119,220); }
H1.HeaderClassName
{
color: #EF77DC;
}
.AnyTagClassName
{
color: #EF77DC;
}
</style>
background-color css
<style>
a { background-color: #EF77DC; }
a { background-color: rgb(239,119,220); }
div.DivClassName
{
background-color: #EF77DC;
}
.BgClassName
{
background-color: #EF77DC;
}
</style>
border-color css
<style>
span { border-color: #EF77DC; }
span { border-color: rgb(239,119,220); }
td.TdClassName
{
border-color: #EF77DC;
}
.TagClassName
{
border-color: #EF77DC;
}
</style>