Shades of Pale Magenta #FF80E7
Tints of Pale Magenta #FF80E7
RGB
CMYK
RGB Variations
Color information
#FF80E7 (or 0xFF80E7) is known color: Pale Magenta. HEX triplet: FF, 80 and E7. RGB value is (255,128,231). Sum of RGB (Red+Green+Blue) = 255+128+231=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80E7 is #007F18. Grayscale: #B1B1B1. Windows color (decimal): -32537 or 15171839. OLE color: 15171839.
HSL color Cylindrical-coordinate representation of color #FF80E7: hue angle of 311.34º 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 #FF80E7 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 231 | - |
| CMYK | 0 | 0.50 | 0.09 | 0 |
| HSL | 311.34º | 1% | 0.75% | - |
| HSV(B) | 311.34º | 0.5% | 1% | - |
| XYZ | 63.38 | 42.47 | 80.46 | - |
| YUV | 177.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 231 | 0 | 0.50 | 0.09 | 0 | 311.34 | 1 | 0.75 |
| Hex | FF | 80 | E7 | 0 | 32 | 9 | 0 | 137 | 64 | 4B |
| Octal | 377 | 200 | 347 | 0 | 62 | 11 | 0 | 467 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11100111 | 0 | 110010 | 1001 | 0 | 100110111 | 1100100 | 1001011 |
Color Harmonies of #FF80E7
Complementary color
Monochromatic Colors of #FF80E7
Black with #FF80E7
Text Example
Text Example
White with #FF80E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80E7; }
p { color: rgb(255,128,231); }
H1.HeaderClassName
{
color: #FF80E7;
}
.AnyTagClassName
{
color: #FF80E7;
}
</style>
background-color css
<style>
a { background-color: #FF80E7; }
a { background-color: rgb(255,128,231); }
div.DivClassName
{
background-color: #FF80E7;
}
.BgClassName
{
background-color: #FF80E7;
}
</style>
border-color css
<style>
span { border-color: #FF80E7; }
span { border-color: rgb(255,128,231); }
td.TdClassName
{
border-color: #FF80E7;
}
.TagClassName
{
border-color: #FF80E7;
}
</style>