Shades of Pale Magenta #EF80D9
Tints of Pale Magenta #EF80D9
RGB
CMYK
RGB Variations
Color information
#EF80D9 (or 0xEF80D9) is known color: Pale Magenta. HEX triplet: EF, 80 and D9. RGB value is (239,128,217). Sum of RGB (Red+Green+Blue) = 239+128+217=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80D9 is #107F26. Grayscale: #ABABAB. Windows color (decimal): -1081127 or 14254319. OLE color: 14254319.
HSL color Cylindrical-coordinate representation of color #EF80D9: hue angle of 311.89º 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 #EF80D9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 217 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.06 |
| HSL | 311.89º | 0.78% | 0.72% | - |
| HSV(B) | 311.89º | 0.46% | 0.94% | - |
| XYZ | 55.84 | 38.8 | 70.19 | - |
| YUV | 171.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 217 | 0 | 0.46 | 0.09 | 0.06 | 311.89 | 0.78 | 0.72 |
| Hex | EF | 80 | D9 | 0 | 2E | 9 | 6 | 138 | 4E | 48 |
| Octal | 357 | 200 | 331 | 0 | 56 | 11 | 6 | 470 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11011001 | 0 | 101110 | 1001 | 110 | 100111000 | 1001110 | 1001000 |
Color Harmonies of #EF80D9
Complementary color
Monochromatic Colors of #EF80D9
Black with #EF80D9
Text Example
Text Example
White with #EF80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80D9; }
p { color: rgb(239,128,217); }
H1.HeaderClassName
{
color: #EF80D9;
}
.AnyTagClassName
{
color: #EF80D9;
}
</style>
background-color css
<style>
a { background-color: #EF80D9; }
a { background-color: rgb(239,128,217); }
div.DivClassName
{
background-color: #EF80D9;
}
.BgClassName
{
background-color: #EF80D9;
}
</style>
border-color css
<style>
span { border-color: #EF80D9; }
span { border-color: rgb(239,128,217); }
td.TdClassName
{
border-color: #EF80D9;
}
.TagClassName
{
border-color: #EF80D9;
}
</style>