Shades of Pale Magenta #FF81E5
Tints of Pale Magenta #FF81E5
RGB
CMYK
RGB Variations
Color information
#FF81E5 (or 0xFF81E5) is known color: Pale Magenta. HEX triplet: FF, 81 and E5. RGB value is (255,129,229). Sum of RGB (Red+Green+Blue) = 255+129+229=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81E5 is #007E1A. Grayscale: #B1B1B1. Windows color (decimal): -32283 or 15041023. OLE color: 15041023.
HSL color Cylindrical-coordinate representation of color #FF81E5: hue angle of 312.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81E5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 229 | - |
| CMYK | 0 | 0.49 | 0.10 | 0 |
| HSL | 312.38º | 1% | 0.75% | - |
| HSV(B) | 312.38º | 0.49% | 1% | - |
| XYZ | 63.23 | 42.62 | 79.02 | - |
| YUV | 178.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 229 | 0 | 0.49 | 0.10 | 0 | 312.38 | 1 | 0.75 |
| Hex | FF | 81 | E5 | 0 | 31 | A | 0 | 138 | 64 | 4B |
| Octal | 377 | 201 | 345 | 0 | 61 | 12 | 0 | 470 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11100101 | 0 | 110001 | 1010 | 0 | 100111000 | 1100100 | 1001011 |
Color Harmonies of #FF81E5
Complementary color
Monochromatic Colors of #FF81E5
Black with #FF81E5
Text Example
Text Example
White with #FF81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81E5; }
p { color: rgb(255,129,229); }
H1.HeaderClassName
{
color: #FF81E5;
}
.AnyTagClassName
{
color: #FF81E5;
}
</style>
background-color css
<style>
a { background-color: #FF81E5; }
a { background-color: rgb(255,129,229); }
div.DivClassName
{
background-color: #FF81E5;
}
.BgClassName
{
background-color: #FF81E5;
}
</style>
border-color css
<style>
span { border-color: #FF81E5; }
span { border-color: rgb(255,129,229); }
td.TdClassName
{
border-color: #FF81E5;
}
.TagClassName
{
border-color: #FF81E5;
}
</style>