Shades of Pale Magenta #EF83D2
Tints of Pale Magenta #EF83D2
RGB
CMYK
RGB Variations
Color information
#EF83D2 (or 0xEF83D2) is known color: Pale Magenta. HEX triplet: EF, 83 and D2. RGB value is (239,131,210). Sum of RGB (Red+Green+Blue) = 239+131+210=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83D2 is #107C2D. Grayscale: #ACACAC. Windows color (decimal): -1080366 or 13796335. OLE color: 13796335.
HSL color Cylindrical-coordinate representation of color #EF83D2: hue angle of 316.11º 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 #EF83D2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 210 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.06 |
| HSL | 316.11º | 0.77% | 0.73% | - |
| HSV(B) | 316.11º | 0.45% | 0.94% | - |
| XYZ | 55.35 | 39.24 | 65.63 | - |
| YUV | 172.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 210 | 0 | 0.45 | 0.12 | 0.06 | 316.11 | 0.77 | 0.73 |
| Hex | EF | 83 | D2 | 0 | 2D | C | 6 | 13C | 4D | 49 |
| Octal | 357 | 203 | 322 | 0 | 55 | 14 | 6 | 474 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11010010 | 0 | 101101 | 1100 | 110 | 100111100 | 1001101 | 1001001 |
Color Harmonies of #EF83D2
Complementary color
Monochromatic Colors of #EF83D2
Black with #EF83D2
Text Example
Text Example
White with #EF83D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83D2; }
p { color: rgb(239,131,210); }
H1.HeaderClassName
{
color: #EF83D2;
}
.AnyTagClassName
{
color: #EF83D2;
}
</style>
background-color css
<style>
a { background-color: #EF83D2; }
a { background-color: rgb(239,131,210); }
div.DivClassName
{
background-color: #EF83D2;
}
.BgClassName
{
background-color: #EF83D2;
}
</style>
border-color css
<style>
span { border-color: #EF83D2; }
span { border-color: rgb(239,131,210); }
td.TdClassName
{
border-color: #EF83D2;
}
.TagClassName
{
border-color: #EF83D2;
}
</style>