Shades of Pale Magenta #FF88E1
Tints of Pale Magenta #FF88E1
RGB
CMYK
RGB Variations
Color information
#FF88E1 (or 0xFF88E1) is known color: Pale Magenta. HEX triplet: FF, 88 and E1. RGB value is (255,136,225). Sum of RGB (Red+Green+Blue) = 255+136+225=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88E1 is #00771E. Grayscale: #B5B5B5. Windows color (decimal): -30495 or 14780671. OLE color: 14780671.
HSL color Cylindrical-coordinate representation of color #FF88E1: hue angle of 315.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88E1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 225 | - |
| CMYK | 0 | 0.47 | 0.12 | 0 |
| HSL | 315.13º | 1% | 0.77% | - |
| HSV(B) | 315.13º | 0.47% | 1% | - |
| XYZ | 63.63 | 44.3 | 76.43 | - |
| YUV | 181.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 225 | 0 | 0.47 | 0.12 | 0 | 315.13 | 1 | 0.77 |
| Hex | FF | 88 | E1 | 0 | 2F | C | 0 | 13B | 64 | 4D |
| Octal | 377 | 210 | 341 | 0 | 57 | 14 | 0 | 473 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11100001 | 0 | 101111 | 1100 | 0 | 100111011 | 1100100 | 1001101 |
Color Harmonies of #FF88E1
Complementary color
Monochromatic Colors of #FF88E1
Black with #FF88E1
Text Example
Text Example
White with #FF88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88E1; }
p { color: rgb(255,136,225); }
H1.HeaderClassName
{
color: #FF88E1;
}
.AnyTagClassName
{
color: #FF88E1;
}
</style>
background-color css
<style>
a { background-color: #FF88E1; }
a { background-color: rgb(255,136,225); }
div.DivClassName
{
background-color: #FF88E1;
}
.BgClassName
{
background-color: #FF88E1;
}
</style>
border-color css
<style>
span { border-color: #FF88E1; }
span { border-color: rgb(255,136,225); }
td.TdClassName
{
border-color: #FF88E1;
}
.TagClassName
{
border-color: #FF88E1;
}
</style>