Shades of Pale Magenta #EF84D9
Tints of Pale Magenta #EF84D9
RGB
CMYK
RGB Variations
Color information
#EF84D9 (or 0xEF84D9) is known color: Pale Magenta. HEX triplet: EF, 84 and D9. RGB value is (239,132,217). Sum of RGB (Red+Green+Blue) = 239+132+217=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84D9 is #107B26. Grayscale: #ADADAD. Windows color (decimal): -1080103 or 14255343. OLE color: 14255343.
HSL color Cylindrical-coordinate representation of color #EF84D9: hue angle of 312.34º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84D9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 217 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.06 |
| HSL | 312.34º | 0.77% | 0.73% | - |
| HSV(B) | 312.34º | 0.45% | 0.94% | - |
| XYZ | 56.37 | 39.86 | 70.37 | - |
| YUV | 173.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 217 | 0 | 0.45 | 0.09 | 0.06 | 312.34 | 0.77 | 0.73 |
| Hex | EF | 84 | D9 | 0 | 2D | 9 | 6 | 138 | 4D | 49 |
| Octal | 357 | 204 | 331 | 0 | 55 | 11 | 6 | 470 | 115 | 111 |
| Binary | 11101111 | 10000100 | 11011001 | 0 | 101101 | 1001 | 110 | 100111000 | 1001101 | 1001001 |
Color Harmonies of #EF84D9
Complementary color
Monochromatic Colors of #EF84D9
Black with #EF84D9
Text Example
Text Example
White with #EF84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84D9; }
p { color: rgb(239,132,217); }
H1.HeaderClassName
{
color: #EF84D9;
}
.AnyTagClassName
{
color: #EF84D9;
}
</style>
background-color css
<style>
a { background-color: #EF84D9; }
a { background-color: rgb(239,132,217); }
div.DivClassName
{
background-color: #EF84D9;
}
.BgClassName
{
background-color: #EF84D9;
}
</style>
border-color css
<style>
span { border-color: #EF84D9; }
span { border-color: rgb(239,132,217); }
td.TdClassName
{
border-color: #EF84D9;
}
.TagClassName
{
border-color: #EF84D9;
}
</style>