Shades of Pale Magenta #FF91EA
Tints of Pale Magenta #FF91EA
RGB
CMYK
RGB Variations
Color information
#FF91EA (or 0xFF91EA) is known color: Pale Magenta. HEX triplet: FF, 91 and EA. RGB value is (255,145,234). Sum of RGB (Red+Green+Blue) = 255+145+234=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF91EA is #006E15. Grayscale: #BBBBBB. Windows color (decimal): -28182 or 15372799. OLE color: 15372799.
HSL color Cylindrical-coordinate representation of color #FF91EA: hue angle of 311.45º 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 #FF91EA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 234 | - |
| CMYK | 0 | 0.43 | 0.08 | 0 |
| HSL | 311.45º | 1% | 0.78% | - |
| HSV(B) | 311.45º | 0.43% | 1% | - |
| XYZ | 66.22 | 47.45 | 83.51 | - |
| YUV | 188.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 234 | 0 | 0.43 | 0.08 | 0 | 311.45 | 1 | 0.78 |
| Hex | FF | 91 | EA | 0 | 2B | 8 | 0 | 137 | 64 | 4E |
| Octal | 377 | 221 | 352 | 0 | 53 | 10 | 0 | 467 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11101010 | 0 | 101011 | 1000 | 0 | 100110111 | 1100100 | 1001110 |
Color Harmonies of #FF91EA
Complementary color
Monochromatic Colors of #FF91EA
Black with #FF91EA
Text Example
Text Example
White with #FF91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91EA; }
p { color: rgb(255,145,234); }
H1.HeaderClassName
{
color: #FF91EA;
}
.AnyTagClassName
{
color: #FF91EA;
}
</style>
background-color css
<style>
a { background-color: #FF91EA; }
a { background-color: rgb(255,145,234); }
div.DivClassName
{
background-color: #FF91EA;
}
.BgClassName
{
background-color: #FF91EA;
}
</style>
border-color css
<style>
span { border-color: #FF91EA; }
span { border-color: rgb(255,145,234); }
td.TdClassName
{
border-color: #FF91EA;
}
.TagClassName
{
border-color: #FF91EA;
}
</style>