Shades of Pale Magenta #FF81EB
Tints of Pale Magenta #FF81EB
RGB
CMYK
RGB Variations
Color information
#FF81EB (or 0xFF81EB) is known color: Pale Magenta. HEX triplet: FF, 81 and EB. RGB value is (255,129,235). Sum of RGB (Red+Green+Blue) = 255+129+235=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81EB is #007E14. Grayscale: #B2B2B2. Windows color (decimal): -32277 or 15434239. OLE color: 15434239.
HSL color Cylindrical-coordinate representation of color #FF81EB: hue angle of 309.52º 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 #FF81EB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 235 | - |
| CMYK | 0 | 0.49 | 0.08 | 0 |
| HSL | 309.52º | 1% | 0.75% | - |
| HSV(B) | 309.52º | 0.49% | 1% | - |
| XYZ | 64.09 | 42.96 | 83.51 | - |
| YUV | 178.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 235 | 0 | 0.49 | 0.08 | 0 | 309.52 | 1 | 0.75 |
| Hex | FF | 81 | EB | 0 | 31 | 8 | 0 | 136 | 64 | 4B |
| Octal | 377 | 201 | 353 | 0 | 61 | 10 | 0 | 466 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11101011 | 0 | 110001 | 1000 | 0 | 100110110 | 1100100 | 1001011 |
Color Harmonies of #FF81EB
Complementary color
Monochromatic Colors of #FF81EB
Black with #FF81EB
Text Example
Text Example
White with #FF81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81EB; }
p { color: rgb(255,129,235); }
H1.HeaderClassName
{
color: #FF81EB;
}
.AnyTagClassName
{
color: #FF81EB;
}
</style>
background-color css
<style>
a { background-color: #FF81EB; }
a { background-color: rgb(255,129,235); }
div.DivClassName
{
background-color: #FF81EB;
}
.BgClassName
{
background-color: #FF81EB;
}
</style>
border-color css
<style>
span { border-color: #FF81EB; }
span { border-color: rgb(255,129,235); }
td.TdClassName
{
border-color: #FF81EB;
}
.TagClassName
{
border-color: #FF81EB;
}
</style>