Shades of Pale Magenta #EF83D8
Tints of Pale Magenta #EF83D8
RGB
CMYK
RGB Variations
Color information
#EF83D8 (or 0xEF83D8) is known color: Pale Magenta. HEX triplet: EF, 83 and D8. RGB value is (239,131,216). Sum of RGB (Red+Green+Blue) = 239+131+216=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83D8 is #107C27. Grayscale: #ACACAC. Windows color (decimal): -1080360 or 14189551. OLE color: 14189551.
HSL color Cylindrical-coordinate representation of color #EF83D8: hue angle of 312.78º 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 #EF83D8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 216 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.06 |
| HSL | 312.78º | 0.77% | 0.73% | - |
| HSV(B) | 312.78º | 0.45% | 0.94% | - |
| XYZ | 56.11 | 39.54 | 69.64 | - |
| YUV | 172.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 216 | 0 | 0.45 | 0.10 | 0.06 | 312.78 | 0.77 | 0.73 |
| Hex | EF | 83 | D8 | 0 | 2D | A | 6 | 139 | 4D | 49 |
| Octal | 357 | 203 | 330 | 0 | 55 | 12 | 6 | 471 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11011000 | 0 | 101101 | 1010 | 110 | 100111001 | 1001101 | 1001001 |
Color Harmonies of #EF83D8
Complementary color
Monochromatic Colors of #EF83D8
Black with #EF83D8
Text Example
Text Example
White with #EF83D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83D8; }
p { color: rgb(239,131,216); }
H1.HeaderClassName
{
color: #EF83D8;
}
.AnyTagClassName
{
color: #EF83D8;
}
</style>
background-color css
<style>
a { background-color: #EF83D8; }
a { background-color: rgb(239,131,216); }
div.DivClassName
{
background-color: #EF83D8;
}
.BgClassName
{
background-color: #EF83D8;
}
</style>
border-color css
<style>
span { border-color: #EF83D8; }
span { border-color: rgb(239,131,216); }
td.TdClassName
{
border-color: #EF83D8;
}
.TagClassName
{
border-color: #EF83D8;
}
</style>