Shades of Pale Magenta #EF71DB
Tints of Pale Magenta #EF71DB
RGB
CMYK
RGB Variations
Color information
#EF71DB (or 0xEF71DB) is known color: Pale Magenta. HEX triplet: EF, 71 and DB. RGB value is (239,113,219). Sum of RGB (Red+Green+Blue) = 239+113+219=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71DB is #108E24. Grayscale: #A2A2A2. Windows color (decimal): -1084965 or 14381551. OLE color: 14381551.
HSL color Cylindrical-coordinate representation of color #EF71DB: hue angle of 309.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71DB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 219 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.06 |
| HSL | 309.52º | 0.8% | 0.69% | - |
| HSV(B) | 309.52º | 0.53% | 0.94% | - |
| XYZ | 54.29 | 35.28 | 70.97 | - |
| YUV | 162.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 219 | 0 | 0.53 | 0.08 | 0.06 | 309.52 | 0.8 | 0.69 |
| Hex | EF | 71 | DB | 0 | 35 | 8 | 6 | 136 | 50 | 45 |
| Octal | 357 | 161 | 333 | 0 | 65 | 10 | 6 | 466 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11011011 | 0 | 110101 | 1000 | 110 | 100110110 | 1010000 | 1000101 |
Color Harmonies of #EF71DB
Complementary color
Monochromatic Colors of #EF71DB
Black with #EF71DB
Text Example
Text Example
White with #EF71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71DB; }
p { color: rgb(239,113,219); }
H1.HeaderClassName
{
color: #EF71DB;
}
.AnyTagClassName
{
color: #EF71DB;
}
</style>
background-color css
<style>
a { background-color: #EF71DB; }
a { background-color: rgb(239,113,219); }
div.DivClassName
{
background-color: #EF71DB;
}
.BgClassName
{
background-color: #EF71DB;
}
</style>
border-color css
<style>
span { border-color: #EF71DB; }
span { border-color: rgb(239,113,219); }
td.TdClassName
{
border-color: #EF71DB;
}
.TagClassName
{
border-color: #EF71DB;
}
</style>