Shades of Pale Magenta #EF7ED1
Tints of Pale Magenta #EF7ED1
RGB
CMYK
RGB Variations
Color information
#EF7ED1 (or 0xEF7ED1) is known color: Pale Magenta. HEX triplet: EF, 7E and D1. RGB value is (239,126,209). Sum of RGB (Red+Green+Blue) = 239+126+209=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ED1 is #10812E. Grayscale: #A9A9A9. Windows color (decimal): -1081647 or 13729519. OLE color: 13729519.
HSL color Cylindrical-coordinate representation of color #EF7ED1: hue angle of 315.93º 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 #EF7ED1 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 209 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.06 |
| HSL | 315.93º | 0.78% | 0.72% | - |
| HSV(B) | 315.93º | 0.47% | 0.94% | - |
| XYZ | 54.57 | 37.88 | 64.76 | - |
| YUV | 169.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 209 | 0 | 0.47 | 0.13 | 0.06 | 315.93 | 0.78 | 0.72 |
| Hex | EF | 7E | D1 | 0 | 2F | D | 6 | 13C | 4E | 48 |
| Octal | 357 | 176 | 321 | 0 | 57 | 15 | 6 | 474 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11010001 | 0 | 101111 | 1101 | 110 | 100111100 | 1001110 | 1001000 |
Color Harmonies of #EF7ED1
Complementary color
Monochromatic Colors of #EF7ED1
Black with #EF7ED1
Text Example
Text Example
White with #EF7ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ED1; }
p { color: rgb(239,126,209); }
H1.HeaderClassName
{
color: #EF7ED1;
}
.AnyTagClassName
{
color: #EF7ED1;
}
</style>
background-color css
<style>
a { background-color: #EF7ED1; }
a { background-color: rgb(239,126,209); }
div.DivClassName
{
background-color: #EF7ED1;
}
.BgClassName
{
background-color: #EF7ED1;
}
</style>
border-color css
<style>
span { border-color: #EF7ED1; }
span { border-color: rgb(239,126,209); }
td.TdClassName
{
border-color: #EF7ED1;
}
.TagClassName
{
border-color: #EF7ED1;
}
</style>