#E5A1FB

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

Shades of Mauve #E5A1FB

Tints of Mauve #E5A1FB

Color information

#E5A1FB (or 0xE5A1FB) is unknown color: approx Mauve. HEX triplet: E5, A1 and FB. RGB value is (229,161,251). Sum of RGB (Red+Green+Blue) = 229+161+251=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A1FB is #1A5E04. Grayscale: #BFBFBF. Windows color (decimal): -1728005 or 16490981. OLE color: 16490981.

HSL color Cylindrical-coordinate representation of color #E5A1FB: hue angle of 285.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5A1FB is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229161251-
CMYK0.090.3600.02
HSL285.33º91.84%80.78%-
HSV(B)285.33º35.86%98.43%-
XYZ62.4749.1197.45-
YUV191.59161.53154.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 161 (63.28% from 255) = 25.12%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=35.73%
G=25.12%
B=39.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291612510.090.3600.02285.3391.8480.78
HexE5A1FB9240211d5c51
Octal345241373114402435134121
Binary111001011010000111111011100110010001010001110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A1FB; }

 p { color: rgb(229,161,251); }

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

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

 a { background-color: rgb(229,161,251); }

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

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

 span { border-color: rgb(229,161,251); }

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