Shades of Pale Magenta #EF7FDF
Tints of Pale Magenta #EF7FDF
RGB
CMYK
RGB Variations
Color information
#EF7FDF (or 0xEF7FDF) is known color: Pale Magenta. HEX triplet: EF, 7F and DF. RGB value is (239,127,223). Sum of RGB (Red+Green+Blue) = 239+127+223=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FDF is #108020. Grayscale: #ABABAB. Windows color (decimal): -1081377 or 14647279. OLE color: 14647279.
HSL color Cylindrical-coordinate representation of color #EF7FDF: hue angle of 308.57º 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 #EF7FDF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 223 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.06 |
| HSL | 308.57º | 0.78% | 0.72% | - |
| HSV(B) | 308.57º | 0.47% | 0.94% | - |
| XYZ | 56.51 | 38.86 | 74.33 | - |
| YUV | 171.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 223 | 0 | 0.47 | 0.07 | 0.06 | 308.57 | 0.78 | 0.72 |
| Hex | EF | 7F | DF | 0 | 2F | 7 | 6 | 135 | 4E | 48 |
| Octal | 357 | 177 | 337 | 0 | 57 | 7 | 6 | 465 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11011111 | 0 | 101111 | 111 | 110 | 100110101 | 1001110 | 1001000 |
Color Harmonies of #EF7FDF
Complementary color
Monochromatic Colors of #EF7FDF
Black with #EF7FDF
Text Example
Text Example
White with #EF7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FDF; }
p { color: rgb(239,127,223); }
H1.HeaderClassName
{
color: #EF7FDF;
}
.AnyTagClassName
{
color: #EF7FDF;
}
</style>
background-color css
<style>
a { background-color: #EF7FDF; }
a { background-color: rgb(239,127,223); }
div.DivClassName
{
background-color: #EF7FDF;
}
.BgClassName
{
background-color: #EF7FDF;
}
</style>
border-color css
<style>
span { border-color: #EF7FDF; }
span { border-color: rgb(239,127,223); }
td.TdClassName
{
border-color: #EF7FDF;
}
.TagClassName
{
border-color: #EF7FDF;
}
</style>