Shades of Pale Magenta #FF91E7
Tints of Pale Magenta #FF91E7
RGB
CMYK
RGB Variations
Color information
#FF91E7 (or 0xFF91E7) is known color: Pale Magenta. HEX triplet: FF, 91 and E7. RGB value is (255,145,231). Sum of RGB (Red+Green+Blue) = 255+145+231=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF91E7 is #006E18. Grayscale: #BBBBBB. Windows color (decimal): -28185 or 15176191. OLE color: 15176191.
HSL color Cylindrical-coordinate representation of color #FF91E7: hue angle of 313.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91E7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 231 | - |
| CMYK | 0 | 0.43 | 0.09 | 0 |
| HSL | 313.09º | 1% | 0.78% | - |
| HSV(B) | 313.09º | 0.43% | 1% | - |
| XYZ | 65.79 | 47.28 | 81.26 | - |
| YUV | 187.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 231 | 0 | 0.43 | 0.09 | 0 | 313.09 | 1 | 0.78 |
| Hex | FF | 91 | E7 | 0 | 2B | 9 | 0 | 139 | 64 | 4E |
| Octal | 377 | 221 | 347 | 0 | 53 | 11 | 0 | 471 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11100111 | 0 | 101011 | 1001 | 0 | 100111001 | 1100100 | 1001110 |
Color Harmonies of #FF91E7
Complementary color
Monochromatic Colors of #FF91E7
Black with #FF91E7
Text Example
Text Example
White with #FF91E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91E7; }
p { color: rgb(255,145,231); }
H1.HeaderClassName
{
color: #FF91E7;
}
.AnyTagClassName
{
color: #FF91E7;
}
</style>
background-color css
<style>
a { background-color: #FF91E7; }
a { background-color: rgb(255,145,231); }
div.DivClassName
{
background-color: #FF91E7;
}
.BgClassName
{
background-color: #FF91E7;
}
</style>
border-color css
<style>
span { border-color: #FF91E7; }
span { border-color: rgb(255,145,231); }
td.TdClassName
{
border-color: #FF91E7;
}
.TagClassName
{
border-color: #FF91E7;
}
</style>