Shades of Pale Magenta #EF80DC
Tints of Pale Magenta #EF80DC
RGB
CMYK
RGB Variations
Color information
#EF80DC (or 0xEF80DC) is known color: Pale Magenta. HEX triplet: EF, 80 and DC. RGB value is (239,128,220). Sum of RGB (Red+Green+Blue) = 239+128+220=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80DC is #107F23. Grayscale: #ABABAB. Windows color (decimal): -1081124 or 14450927. OLE color: 14450927.
HSL color Cylindrical-coordinate representation of color #EF80DC: hue angle of 310.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80DC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 220 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.06 |
| HSL | 310.27º | 0.78% | 0.72% | - |
| HSV(B) | 310.27º | 0.46% | 0.94% | - |
| XYZ | 56.23 | 38.96 | 72.27 | - |
| YUV | 171.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 220 | 0 | 0.46 | 0.08 | 0.06 | 310.27 | 0.78 | 0.72 |
| Hex | EF | 80 | DC | 0 | 2E | 8 | 6 | 136 | 4E | 48 |
| Octal | 357 | 200 | 334 | 0 | 56 | 10 | 6 | 466 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11011100 | 0 | 101110 | 1000 | 110 | 100110110 | 1001110 | 1001000 |
Color Harmonies of #EF80DC
Complementary color
Monochromatic Colors of #EF80DC
Black with #EF80DC
Text Example
Text Example
White with #EF80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80DC; }
p { color: rgb(239,128,220); }
H1.HeaderClassName
{
color: #EF80DC;
}
.AnyTagClassName
{
color: #EF80DC;
}
</style>
background-color css
<style>
a { background-color: #EF80DC; }
a { background-color: rgb(239,128,220); }
div.DivClassName
{
background-color: #EF80DC;
}
.BgClassName
{
background-color: #EF80DC;
}
</style>
border-color css
<style>
span { border-color: #EF80DC; }
span { border-color: rgb(239,128,220); }
td.TdClassName
{
border-color: #EF80DC;
}
.TagClassName
{
border-color: #EF80DC;
}
</style>