#FF91E5

Color #FF91E5 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF91E5

Tints of Pale Magenta #FF91E5

Color information

#FF91E5 (or 0xFF91E5) is unknown color: approx Pale Magenta. HEX triplet: FF, 91 and E5. RGB value is (255,145,229). Sum of RGB (Red+Green+Blue) = 255+145+229=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91E5 is #006E1A. Grayscale: #BBBBBB. Windows color (decimal): -28187 or 15045119. OLE color: 15045119.

HSL color Cylindrical-coordinate representation of color #FF91E5: hue angle of 314.18º 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 #FF91E5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255145229-
CMYK00.430.100
HSL314.18º100%78.43%-
HSV(B)314.18º43.14%100%-
XYZ65.5147.1779.78-
YUV187.47151.44176.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 145 (57.03% from 255) = 23.05%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=40.54%
G=23.05%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514522900.430.100314.1810078.43
HexFF91E502BA013a644e
Octal377221345053120472144116
Binary11111111100100011110010101010111010010011101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF91E5; }

 p { color: rgb(255,145,229); }

 H1.HeaderClassName
 {
   color: #FF91E5;
 }
 .AnyTagClassName
 {
   color: #FF91E5;
 }
</style>
background-color css

<style>
 a { background-color: #FF91E5; }

 a { background-color: rgb(255,145,229); }

 div.DivClassName
 {
   background-color: #FF91E5;
 }
 .BgClassName
 {
   background-color: #FF91E5;
 }
</style>
border-color css

<style>
 span { border-color: #FF91E5; }

 span { border-color: rgb(255,145,229); }

 td.TdClassName
 {
   border-color: #FF91E5;
 }
 .TagClassName
 {
   border-color: #FF91E5;
 }
</style>