Shades of Pale Magenta #EF83D9
Tints of Pale Magenta #EF83D9
RGB
CMYK
RGB Variations
Color information
#EF83D9 (or 0xEF83D9) is known color: Pale Magenta. HEX triplet: EF, 83 and D9. RGB value is (239,131,217). Sum of RGB (Red+Green+Blue) = 239+131+217=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83D9 is #107C26. Grayscale: #ACACAC. Windows color (decimal): -1080359 or 14255087. OLE color: 14255087.
HSL color Cylindrical-coordinate representation of color #EF83D9: hue angle of 312.22º 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 #EF83D9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 217 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.06 |
| HSL | 312.22º | 0.77% | 0.73% | - |
| HSV(B) | 312.22º | 0.45% | 0.94% | - |
| XYZ | 56.24 | 39.59 | 70.32 | - |
| YUV | 173.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 217 | 0 | 0.45 | 0.09 | 0.06 | 312.22 | 0.77 | 0.73 |
| Hex | EF | 83 | D9 | 0 | 2D | 9 | 6 | 138 | 4D | 49 |
| Octal | 357 | 203 | 331 | 0 | 55 | 11 | 6 | 470 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11011001 | 0 | 101101 | 1001 | 110 | 100111000 | 1001101 | 1001001 |
Color Harmonies of #EF83D9
Complementary color
Monochromatic Colors of #EF83D9
Black with #EF83D9
Text Example
Text Example
White with #EF83D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83D9; }
p { color: rgb(239,131,217); }
H1.HeaderClassName
{
color: #EF83D9;
}
.AnyTagClassName
{
color: #EF83D9;
}
</style>
background-color css
<style>
a { background-color: #EF83D9; }
a { background-color: rgb(239,131,217); }
div.DivClassName
{
background-color: #EF83D9;
}
.BgClassName
{
background-color: #EF83D9;
}
</style>
border-color css
<style>
span { border-color: #EF83D9; }
span { border-color: rgb(239,131,217); }
td.TdClassName
{
border-color: #EF83D9;
}
.TagClassName
{
border-color: #EF83D9;
}
</style>