Shades of Pale Magenta #EF7CDF
Tints of Pale Magenta #EF7CDF
RGB
CMYK
RGB Variations
Color information
#EF7CDF (or 0xEF7CDF) is known color: Pale Magenta. HEX triplet: EF, 7C and DF. RGB value is (239,124,223). Sum of RGB (Red+Green+Blue) = 239+124+223=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CDF is #108320. Grayscale: #A9A9A9. Windows color (decimal): -1082145 or 14646511. OLE color: 14646511.
HSL color Cylindrical-coordinate representation of color #EF7CDF: hue angle of 308.35º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CDF is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 223 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.06 |
| HSL | 308.35º | 0.78% | 0.71% | - |
| HSV(B) | 308.35º | 0.48% | 0.94% | - |
| XYZ | 56.12 | 38.09 | 74.21 | - |
| YUV | 169.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 223 | 0 | 0.48 | 0.07 | 0.06 | 308.35 | 0.78 | 0.71 |
| Hex | EF | 7C | DF | 0 | 30 | 7 | 6 | 134 | 4E | 47 |
| Octal | 357 | 174 | 337 | 0 | 60 | 7 | 6 | 464 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11011111 | 0 | 110000 | 111 | 110 | 100110100 | 1001110 | 1000111 |
Color Harmonies of #EF7CDF
Complementary color
Monochromatic Colors of #EF7CDF
Black with #EF7CDF
Text Example
Text Example
White with #EF7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CDF; }
p { color: rgb(239,124,223); }
H1.HeaderClassName
{
color: #EF7CDF;
}
.AnyTagClassName
{
color: #EF7CDF;
}
</style>
background-color css
<style>
a { background-color: #EF7CDF; }
a { background-color: rgb(239,124,223); }
div.DivClassName
{
background-color: #EF7CDF;
}
.BgClassName
{
background-color: #EF7CDF;
}
</style>
border-color css
<style>
span { border-color: #EF7CDF; }
span { border-color: rgb(239,124,223); }
td.TdClassName
{
border-color: #EF7CDF;
}
.TagClassName
{
border-color: #EF7CDF;
}
</style>