Shades of Pale Magenta #EF82DB
Tints of Pale Magenta #EF82DB
RGB
CMYK
RGB Variations
Color information
#EF82DB (or 0xEF82DB) is known color: Pale Magenta. HEX triplet: EF, 82 and DB. RGB value is (239,130,219). Sum of RGB (Red+Green+Blue) = 239+130+219=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82DB is #107D24. Grayscale: #ACACAC. Windows color (decimal): -1080613 or 14385903. OLE color: 14385903.
HSL color Cylindrical-coordinate representation of color #EF82DB: hue angle of 311.01º 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 #EF82DB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 219 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.06 |
| HSL | 311.01º | 0.77% | 0.72% | - |
| HSV(B) | 311.01º | 0.46% | 0.94% | - |
| XYZ | 56.37 | 39.43 | 71.66 | - |
| YUV | 172.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 219 | 0 | 0.46 | 0.08 | 0.06 | 311.01 | 0.77 | 0.72 |
| Hex | EF | 82 | DB | 0 | 2E | 8 | 6 | 137 | 4D | 48 |
| Octal | 357 | 202 | 333 | 0 | 56 | 10 | 6 | 467 | 115 | 110 |
| Binary | 11101111 | 10000010 | 11011011 | 0 | 101110 | 1000 | 110 | 100110111 | 1001101 | 1001000 |
Color Harmonies of #EF82DB
Complementary color
Monochromatic Colors of #EF82DB
Black with #EF82DB
Text Example
Text Example
White with #EF82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82DB; }
p { color: rgb(239,130,219); }
H1.HeaderClassName
{
color: #EF82DB;
}
.AnyTagClassName
{
color: #EF82DB;
}
</style>
background-color css
<style>
a { background-color: #EF82DB; }
a { background-color: rgb(239,130,219); }
div.DivClassName
{
background-color: #EF82DB;
}
.BgClassName
{
background-color: #EF82DB;
}
</style>
border-color css
<style>
span { border-color: #EF82DB; }
span { border-color: rgb(239,130,219); }
td.TdClassName
{
border-color: #EF82DB;
}
.TagClassName
{
border-color: #EF82DB;
}
</style>