Shades of Pale Magenta #FF80EC
Tints of Pale Magenta #FF80EC
RGB
CMYK
RGB Variations
Color information
#FF80EC (or 0xFF80EC) is known color: Pale Magenta. HEX triplet: FF, 80 and EC. RGB value is (255,128,236). Sum of RGB (Red+Green+Blue) = 255+128+236=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EC is #007F13. Grayscale: #B1B1B1. Windows color (decimal): -32532 or 15499519. OLE color: 15499519.
HSL color Cylindrical-coordinate representation of color #FF80EC: hue angle of 308.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80EC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 236 | - |
| CMYK | 0 | 0.50 | 0.07 | 0 |
| HSL | 308.98º | 1% | 0.75% | - |
| HSV(B) | 308.98º | 0.5% | 1% | - |
| XYZ | 64.1 | 42.75 | 84.23 | - |
| YUV | 178.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 236 | 0 | 0.50 | 0.07 | 0 | 308.98 | 1 | 0.75 |
| Hex | FF | 80 | EC | 0 | 32 | 7 | 0 | 135 | 64 | 4B |
| Octal | 377 | 200 | 354 | 0 | 62 | 7 | 0 | 465 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11101100 | 0 | 110010 | 111 | 0 | 100110101 | 1100100 | 1001011 |
Color Harmonies of #FF80EC
Complementary color
Monochromatic Colors of #FF80EC
Black with #FF80EC
Text Example
Text Example
White with #FF80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80EC; }
p { color: rgb(255,128,236); }
H1.HeaderClassName
{
color: #FF80EC;
}
.AnyTagClassName
{
color: #FF80EC;
}
</style>
background-color css
<style>
a { background-color: #FF80EC; }
a { background-color: rgb(255,128,236); }
div.DivClassName
{
background-color: #FF80EC;
}
.BgClassName
{
background-color: #FF80EC;
}
</style>
border-color css
<style>
span { border-color: #FF80EC; }
span { border-color: rgb(255,128,236); }
td.TdClassName
{
border-color: #FF80EC;
}
.TagClassName
{
border-color: #FF80EC;
}
</style>