Shades of Pale Magenta #FF80E0
Tints of Pale Magenta #FF80E0
RGB
CMYK
RGB Variations
Color information
#FF80E0 (or 0xFF80E0) is known color: Pale Magenta. HEX triplet: FF, 80 and E0. RGB value is (255,128,224). Sum of RGB (Red+Green+Blue) = 255+128+224=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E0 is #007F1F. Grayscale: #B0B0B0. Windows color (decimal): -32544 or 14713087. OLE color: 14713087.
HSL color Cylindrical-coordinate representation of color #FF80E0: hue angle of 314.65º 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 #FF80E0 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 224 | - |
| CMYK | 0 | 0.50 | 0.12 | 0 |
| HSL | 314.65º | 1% | 0.75% | - |
| HSV(B) | 314.65º | 0.5% | 1% | - |
| XYZ | 62.41 | 42.08 | 75.35 | - |
| YUV | 176.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 224 | 0 | 0.50 | 0.12 | 0 | 314.65 | 1 | 0.75 |
| Hex | FF | 80 | E0 | 0 | 32 | C | 0 | 13B | 64 | 4B |
| Octal | 377 | 200 | 340 | 0 | 62 | 14 | 0 | 473 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11100000 | 0 | 110010 | 1100 | 0 | 100111011 | 1100100 | 1001011 |
Color Harmonies of #FF80E0
Complementary color
Monochromatic Colors of #FF80E0
Black with #FF80E0
Text Example
Text Example
White with #FF80E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80E0; }
p { color: rgb(255,128,224); }
H1.HeaderClassName
{
color: #FF80E0;
}
.AnyTagClassName
{
color: #FF80E0;
}
</style>
background-color css
<style>
a { background-color: #FF80E0; }
a { background-color: rgb(255,128,224); }
div.DivClassName
{
background-color: #FF80E0;
}
.BgClassName
{
background-color: #FF80E0;
}
</style>
border-color css
<style>
span { border-color: #FF80E0; }
span { border-color: rgb(255,128,224); }
td.TdClassName
{
border-color: #FF80E0;
}
.TagClassName
{
border-color: #FF80E0;
}
</style>