Shades of Pale Magenta #EF82DF
Tints of Pale Magenta #EF82DF
RGB
CMYK
RGB Variations
Color information
#EF82DF (or 0xEF82DF) is known color: Pale Magenta. HEX triplet: EF, 82 and DF. RGB value is (239,130,223). Sum of RGB (Red+Green+Blue) = 239+130+223=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82DF is #107D20. Grayscale: #ACACAC. Windows color (decimal): -1080609 or 14648047. OLE color: 14648047.
HSL color Cylindrical-coordinate representation of color #EF82DF: hue angle of 308.81º degrees, saturation: 0.77, 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 #EF82DF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 223 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.06 |
| HSL | 308.81º | 0.77% | 0.72% | - |
| HSV(B) | 308.81º | 0.46% | 0.94% | - |
| XYZ | 56.9 | 39.64 | 74.47 | - |
| YUV | 173.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 223 | 0 | 0.46 | 0.07 | 0.06 | 308.81 | 0.77 | 0.72 |
| Hex | EF | 82 | DF | 0 | 2E | 7 | 6 | 135 | 4D | 48 |
| Octal | 357 | 202 | 337 | 0 | 56 | 7 | 6 | 465 | 115 | 110 |
| Binary | 11101111 | 10000010 | 11011111 | 0 | 101110 | 111 | 110 | 100110101 | 1001101 | 1001000 |
Color Harmonies of #EF82DF
Complementary color
Monochromatic Colors of #EF82DF
Black with #EF82DF
Text Example
Text Example
White with #EF82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82DF; }
p { color: rgb(239,130,223); }
H1.HeaderClassName
{
color: #EF82DF;
}
.AnyTagClassName
{
color: #EF82DF;
}
</style>
background-color css
<style>
a { background-color: #EF82DF; }
a { background-color: rgb(239,130,223); }
div.DivClassName
{
background-color: #EF82DF;
}
.BgClassName
{
background-color: #EF82DF;
}
</style>
border-color css
<style>
span { border-color: #EF82DF; }
span { border-color: rgb(239,130,223); }
td.TdClassName
{
border-color: #EF82DF;
}
.TagClassName
{
border-color: #EF82DF;
}
</style>