Shades of Pale Magenta #FE80E5
Tints of Pale Magenta #FE80E5
RGB
CMYK
RGB Variations
Color information
#FE80E5 (or 0xFE80E5) is known color: Pale Magenta. HEX triplet: FE, 80 and E5. RGB value is (254,128,229). Sum of RGB (Red+Green+Blue) = 254+128+229=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80E5 is #017F1A. Grayscale: #B0B0B0. Windows color (decimal): -98075 or 15040766. OLE color: 15040766.
HSL color Cylindrical-coordinate representation of color #FE80E5: hue angle of 311.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80E5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 229 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.00 |
| HSL | 311.9º | 0.98% | 0.75% | - |
| HSV(B) | 311.9º | 0.5% | 1% | - |
| XYZ | 62.74 | 42.17 | 78.96 | - |
| YUV | 177.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 229 | 0 | 0.50 | 0.10 | 0.00 | 311.9 | 0.98 | 0.75 |
| Hex | FE | 80 | E5 | 0 | 32 | A | 0 | 138 | 62 | 4B |
| Octal | 376 | 200 | 345 | 0 | 62 | 12 | 0 | 470 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11100101 | 0 | 110010 | 1010 | 0 | 100111000 | 1100010 | 1001011 |
Color Harmonies of #FE80E5
Complementary color
Monochromatic Colors of #FE80E5
Black with #FE80E5
Text Example
Text Example
White with #FE80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80E5; }
p { color: rgb(254,128,229); }
H1.HeaderClassName
{
color: #FE80E5;
}
.AnyTagClassName
{
color: #FE80E5;
}
</style>
background-color css
<style>
a { background-color: #FE80E5; }
a { background-color: rgb(254,128,229); }
div.DivClassName
{
background-color: #FE80E5;
}
.BgClassName
{
background-color: #FE80E5;
}
</style>
border-color css
<style>
span { border-color: #FE80E5; }
span { border-color: rgb(254,128,229); }
td.TdClassName
{
border-color: #FE80E5;
}
.TagClassName
{
border-color: #FE80E5;
}
</style>