Shades of Pale Magenta #EF7FDB
Tints of Pale Magenta #EF7FDB
RGB
CMYK
RGB Variations
Color information
#EF7FDB (or 0xEF7FDB) is known color: Pale Magenta. HEX triplet: EF, 7F and DB. RGB value is (239,127,219). Sum of RGB (Red+Green+Blue) = 239+127+219=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FDB is #108024. Grayscale: #AAAAAA. Windows color (decimal): -1081381 or 14385135. OLE color: 14385135.
HSL color Cylindrical-coordinate representation of color #EF7FDB: hue angle of 310.71º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FDB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 219 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.06 |
| HSL | 310.71º | 0.78% | 0.72% | - |
| HSV(B) | 310.71º | 0.47% | 0.94% | - |
| XYZ | 55.97 | 38.64 | 71.53 | - |
| YUV | 170.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 219 | 0 | 0.47 | 0.08 | 0.06 | 310.71 | 0.78 | 0.72 |
| Hex | EF | 7F | DB | 0 | 2F | 8 | 6 | 137 | 4E | 48 |
| Octal | 357 | 177 | 333 | 0 | 57 | 10 | 6 | 467 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11011011 | 0 | 101111 | 1000 | 110 | 100110111 | 1001110 | 1001000 |
Color Harmonies of #EF7FDB
Complementary color
Monochromatic Colors of #EF7FDB
Black with #EF7FDB
Text Example
Text Example
White with #EF7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FDB; }
p { color: rgb(239,127,219); }
H1.HeaderClassName
{
color: #EF7FDB;
}
.AnyTagClassName
{
color: #EF7FDB;
}
</style>
background-color css
<style>
a { background-color: #EF7FDB; }
a { background-color: rgb(239,127,219); }
div.DivClassName
{
background-color: #EF7FDB;
}
.BgClassName
{
background-color: #EF7FDB;
}
</style>
border-color css
<style>
span { border-color: #EF7FDB; }
span { border-color: rgb(239,127,219); }
td.TdClassName
{
border-color: #EF7FDB;
}
.TagClassName
{
border-color: #EF7FDB;
}
</style>