Shades of Pale Magenta #FF81E9
Tints of Pale Magenta #FF81E9
RGB
CMYK
RGB Variations
Color information
#FF81E9 (or 0xFF81E9) is known color: Pale Magenta. HEX triplet: FF, 81 and E9. RGB value is (255,129,233). Sum of RGB (Red+Green+Blue) = 255+129+233=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81E9 is #007E16. Grayscale: #B2B2B2. Windows color (decimal): -32279 or 15303167. OLE color: 15303167.
HSL color Cylindrical-coordinate representation of color #FF81E9: hue angle of 310.48º 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 #FF81E9 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 233 | - |
| CMYK | 0 | 0.49 | 0.09 | 0 |
| HSL | 310.48º | 1% | 0.75% | - |
| HSV(B) | 310.48º | 0.49% | 1% | - |
| XYZ | 63.8 | 42.84 | 82 | - |
| YUV | 178.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 233 | 0 | 0.49 | 0.09 | 0 | 310.48 | 1 | 0.75 |
| Hex | FF | 81 | E9 | 0 | 31 | 9 | 0 | 136 | 64 | 4B |
| Octal | 377 | 201 | 351 | 0 | 61 | 11 | 0 | 466 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11101001 | 0 | 110001 | 1001 | 0 | 100110110 | 1100100 | 1001011 |
Color Harmonies of #FF81E9
Complementary color
Monochromatic Colors of #FF81E9
Black with #FF81E9
Text Example
Text Example
White with #FF81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81E9; }
p { color: rgb(255,129,233); }
H1.HeaderClassName
{
color: #FF81E9;
}
.AnyTagClassName
{
color: #FF81E9;
}
</style>
background-color css
<style>
a { background-color: #FF81E9; }
a { background-color: rgb(255,129,233); }
div.DivClassName
{
background-color: #FF81E9;
}
.BgClassName
{
background-color: #FF81E9;
}
</style>
border-color css
<style>
span { border-color: #FF81E9; }
span { border-color: rgb(255,129,233); }
td.TdClassName
{
border-color: #FF81E9;
}
.TagClassName
{
border-color: #FF81E9;
}
</style>