Shades of Pale Magenta #EF7EDF
Tints of Pale Magenta #EF7EDF
RGB
CMYK
RGB Variations
Color information
#EF7EDF (or 0xEF7EDF) is known color: Pale Magenta. HEX triplet: EF, 7E and DF. RGB value is (239,126,223). Sum of RGB (Red+Green+Blue) = 239+126+223=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EDF is #108120. Grayscale: #AAAAAA. Windows color (decimal): -1081633 or 14647023. OLE color: 14647023.
HSL color Cylindrical-coordinate representation of color #EF7EDF: hue angle of 308.5º 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 #EF7EDF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 223 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.06 |
| HSL | 308.5º | 0.78% | 0.72% | - |
| HSV(B) | 308.5º | 0.47% | 0.94% | - |
| XYZ | 56.38 | 38.6 | 74.29 | - |
| YUV | 170.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 223 | 0 | 0.47 | 0.07 | 0.06 | 308.5 | 0.78 | 0.72 |
| Hex | EF | 7E | DF | 0 | 2F | 7 | 6 | 134 | 4E | 48 |
| Octal | 357 | 176 | 337 | 0 | 57 | 7 | 6 | 464 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11011111 | 0 | 101111 | 111 | 110 | 100110100 | 1001110 | 1001000 |
Color Harmonies of #EF7EDF
Complementary color
Monochromatic Colors of #EF7EDF
Black with #EF7EDF
Text Example
Text Example
White with #EF7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EDF; }
p { color: rgb(239,126,223); }
H1.HeaderClassName
{
color: #EF7EDF;
}
.AnyTagClassName
{
color: #EF7EDF;
}
</style>
background-color css
<style>
a { background-color: #EF7EDF; }
a { background-color: rgb(239,126,223); }
div.DivClassName
{
background-color: #EF7EDF;
}
.BgClassName
{
background-color: #EF7EDF;
}
</style>
border-color css
<style>
span { border-color: #EF7EDF; }
span { border-color: rgb(239,126,223); }
td.TdClassName
{
border-color: #EF7EDF;
}
.TagClassName
{
border-color: #EF7EDF;
}
</style>