Shades of Pale Magenta #EF7EDA
Tints of Pale Magenta #EF7EDA
RGB
CMYK
RGB Variations
Color information
#EF7EDA (or 0xEF7EDA) is known color: Pale Magenta. HEX triplet: EF, 7E and DA. RGB value is (239,126,218). Sum of RGB (Red+Green+Blue) = 239+126+218=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EDA is #108125. Grayscale: #AAAAAA. Windows color (decimal): -1081638 or 14319343. OLE color: 14319343.
HSL color Cylindrical-coordinate representation of color #EF7EDA: hue angle of 311.15º 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 #EF7EDA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 218 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.06 |
| HSL | 311.15º | 0.78% | 0.72% | - |
| HSV(B) | 311.15º | 0.47% | 0.94% | - |
| XYZ | 55.71 | 38.33 | 70.79 | - |
| YUV | 170.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 218 | 0 | 0.47 | 0.09 | 0.06 | 311.15 | 0.78 | 0.72 |
| Hex | EF | 7E | DA | 0 | 2F | 9 | 6 | 137 | 4E | 48 |
| Octal | 357 | 176 | 332 | 0 | 57 | 11 | 6 | 467 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11011010 | 0 | 101111 | 1001 | 110 | 100110111 | 1001110 | 1001000 |
Color Harmonies of #EF7EDA
Complementary color
Monochromatic Colors of #EF7EDA
Black with #EF7EDA
Text Example
Text Example
White with #EF7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EDA; }
p { color: rgb(239,126,218); }
H1.HeaderClassName
{
color: #EF7EDA;
}
.AnyTagClassName
{
color: #EF7EDA;
}
</style>
background-color css
<style>
a { background-color: #EF7EDA; }
a { background-color: rgb(239,126,218); }
div.DivClassName
{
background-color: #EF7EDA;
}
.BgClassName
{
background-color: #EF7EDA;
}
</style>
border-color css
<style>
span { border-color: #EF7EDA; }
span { border-color: rgb(239,126,218); }
td.TdClassName
{
border-color: #EF7EDA;
}
.TagClassName
{
border-color: #EF7EDA;
}
</style>