Shades of Pale Magenta #FF80EA
Tints of Pale Magenta #FF80EA
RGB
CMYK
RGB Variations
Color information
#FF80EA (or 0xFF80EA) is known color: Pale Magenta. HEX triplet: FF, 80 and EA. RGB value is (255,128,234). Sum of RGB (Red+Green+Blue) = 255+128+234=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EA is #007F15. Grayscale: #B1B1B1. Windows color (decimal): -32534 or 15368447. OLE color: 15368447.
HSL color Cylindrical-coordinate representation of color #FF80EA: hue angle of 309.92º 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 #FF80EA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 234 | - |
| CMYK | 0 | 0.50 | 0.08 | 0 |
| HSL | 309.92º | 1% | 0.75% | - |
| HSV(B) | 309.92º | 0.5% | 1% | - |
| XYZ | 63.81 | 42.64 | 82.71 | - |
| YUV | 178.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 234 | 0 | 0.50 | 0.08 | 0 | 309.92 | 1 | 0.75 |
| Hex | FF | 80 | EA | 0 | 32 | 8 | 0 | 136 | 64 | 4B |
| Octal | 377 | 200 | 352 | 0 | 62 | 10 | 0 | 466 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11101010 | 0 | 110010 | 1000 | 0 | 100110110 | 1100100 | 1001011 |
Color Harmonies of #FF80EA
Complementary color
Monochromatic Colors of #FF80EA
Black with #FF80EA
Text Example
Text Example
White with #FF80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80EA; }
p { color: rgb(255,128,234); }
H1.HeaderClassName
{
color: #FF80EA;
}
.AnyTagClassName
{
color: #FF80EA;
}
</style>
background-color css
<style>
a { background-color: #FF80EA; }
a { background-color: rgb(255,128,234); }
div.DivClassName
{
background-color: #FF80EA;
}
.BgClassName
{
background-color: #FF80EA;
}
</style>
border-color css
<style>
span { border-color: #FF80EA; }
span { border-color: rgb(255,128,234); }
td.TdClassName
{
border-color: #FF80EA;
}
.TagClassName
{
border-color: #FF80EA;
}
</style>