Shades of Pale Magenta #FF7EDA
Tints of Pale Magenta #FF7EDA
RGB
CMYK
RGB Variations
Color information
#FF7EDA (or 0xFF7EDA) is known color: Pale Magenta. HEX triplet: FF, 7E and DA. RGB value is (255,126,218). Sum of RGB (Red+Green+Blue) = 255+126+218=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EDA is #008125. Grayscale: #AEAEAE. Windows color (decimal): -33062 or 14319359. OLE color: 14319359.
HSL color Cylindrical-coordinate representation of color #FF7EDA: hue angle of 317.21º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EDA is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 218 | - |
| CMYK | 0 | 0.51 | 0.15 | 0 |
| HSL | 317.21º | 1% | 0.75% | - |
| HSV(B) | 317.21º | 0.51% | 1% | - |
| XYZ | 61.36 | 41.24 | 71.06 | - |
| YUV | 175.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 218 | 0 | 0.51 | 0.15 | 0 | 317.21 | 1 | 0.75 |
| Hex | FF | 7E | DA | 0 | 33 | F | 0 | 13D | 64 | 4B |
| Octal | 377 | 176 | 332 | 0 | 63 | 17 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11011010 | 0 | 110011 | 1111 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF7EDA
Complementary color
Monochromatic Colors of #FF7EDA
Black with #FF7EDA
Text Example
Text Example
White with #FF7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EDA; }
p { color: rgb(255,126,218); }
H1.HeaderClassName
{
color: #FF7EDA;
}
.AnyTagClassName
{
color: #FF7EDA;
}
</style>
background-color css
<style>
a { background-color: #FF7EDA; }
a { background-color: rgb(255,126,218); }
div.DivClassName
{
background-color: #FF7EDA;
}
.BgClassName
{
background-color: #FF7EDA;
}
</style>
border-color css
<style>
span { border-color: #FF7EDA; }
span { border-color: rgb(255,126,218); }
td.TdClassName
{
border-color: #FF7EDA;
}
.TagClassName
{
border-color: #FF7EDA;
}
</style>