Shades of Pale Magenta #FF8EDA
Tints of Pale Magenta #FF8EDA
RGB
CMYK
RGB Variations
Color information
#FF8EDA (or 0xFF8EDA) is known color: Pale Magenta. HEX triplet: FF, 8E and DA. RGB value is (255,142,218). Sum of RGB (Red+Green+Blue) = 255+142+218=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDA is #007125. Grayscale: #B8B8B8. Windows color (decimal): -28966 or 14323455. OLE color: 14323455.
HSL color Cylindrical-coordinate representation of color #FF8EDA: hue angle of 319.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EDA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 218 | - |
| CMYK | 0 | 0.44 | 0.15 | 0 |
| HSL | 319.65º | 1% | 0.78% | - |
| HSV(B) | 319.65º | 0.44% | 1% | - |
| XYZ | 63.57 | 45.67 | 71.79 | - |
| YUV | 184.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 218 | 0 | 0.44 | 0.15 | 0 | 319.65 | 1 | 0.78 |
| Hex | FF | 8E | DA | 0 | 2C | F | 0 | 140 | 64 | 4E |
| Octal | 377 | 216 | 332 | 0 | 54 | 17 | 0 | 500 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11011010 | 0 | 101100 | 1111 | 0 | 101000000 | 1100100 | 1001110 |
Color Harmonies of #FF8EDA
Complementary color
Monochromatic Colors of #FF8EDA
Black with #FF8EDA
Text Example
Text Example
White with #FF8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EDA; }
p { color: rgb(255,142,218); }
H1.HeaderClassName
{
color: #FF8EDA;
}
.AnyTagClassName
{
color: #FF8EDA;
}
</style>
background-color css
<style>
a { background-color: #FF8EDA; }
a { background-color: rgb(255,142,218); }
div.DivClassName
{
background-color: #FF8EDA;
}
.BgClassName
{
background-color: #FF8EDA;
}
</style>
border-color css
<style>
span { border-color: #FF8EDA; }
span { border-color: rgb(255,142,218); }
td.TdClassName
{
border-color: #FF8EDA;
}
.TagClassName
{
border-color: #FF8EDA;
}
</style>