Shades of Pale Magenta #FF80E4
Tints of Pale Magenta #FF80E4
RGB
CMYK
RGB Variations
Color information
#FF80E4 (or 0xFF80E4) is known color: Pale Magenta. HEX triplet: FF, 80 and E4. RGB value is (255,128,228). Sum of RGB (Red+Green+Blue) = 255+128+228=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E4 is #007F1B. Grayscale: #B1B1B1. Windows color (decimal): -32540 or 14975231. OLE color: 14975231.
HSL color Cylindrical-coordinate representation of color #FF80E4: hue angle of 312.76º 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 #FF80E4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 228 | - |
| CMYK | 0 | 0.50 | 0.11 | 0 |
| HSL | 312.76º | 1% | 0.75% | - |
| HSV(B) | 312.76º | 0.5% | 1% | - |
| XYZ | 62.96 | 42.3 | 78.24 | - |
| YUV | 177.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 228 | 0 | 0.50 | 0.11 | 0 | 312.76 | 1 | 0.75 |
| Hex | FF | 80 | E4 | 0 | 32 | B | 0 | 139 | 64 | 4B |
| Octal | 377 | 200 | 344 | 0 | 62 | 13 | 0 | 471 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11100100 | 0 | 110010 | 1011 | 0 | 100111001 | 1100100 | 1001011 |
Color Harmonies of #FF80E4
Complementary color
Monochromatic Colors of #FF80E4
Black with #FF80E4
Text Example
Text Example
White with #FF80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80E4; }
p { color: rgb(255,128,228); }
H1.HeaderClassName
{
color: #FF80E4;
}
.AnyTagClassName
{
color: #FF80E4;
}
</style>
background-color css
<style>
a { background-color: #FF80E4; }
a { background-color: rgb(255,128,228); }
div.DivClassName
{
background-color: #FF80E4;
}
.BgClassName
{
background-color: #FF80E4;
}
</style>
border-color css
<style>
span { border-color: #FF80E4; }
span { border-color: rgb(255,128,228); }
td.TdClassName
{
border-color: #FF80E4;
}
.TagClassName
{
border-color: #FF80E4;
}
</style>