#E1A4FA

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

Shades of Mauve #E1A4FA

Tints of Mauve #E1A4FA

Color information

#E1A4FA (or 0xE1A4FA) is unknown color: approx Mauve. HEX triplet: E1, A4 and FA. RGB value is (225,164,250). Sum of RGB (Red+Green+Blue) = 225+164+250=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FA is #1E5B05. Grayscale: #BFBFBF. Windows color (decimal): -1989382 or 16426209. OLE color: 16426209.

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

Color convert

RGB225164250-
CMYK0.100.3400.02
HSL282.56º89.58%81.18%-
HSV(B)282.56º34.4%98.04%-
XYZ61.5849.4696.74-
YUV192.04160.71151.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 164 (64.45% from 255) = 25.67%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=35.21%
G=25.67%
B=39.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251642500.100.3400.02282.5689.5881.18
HexE1A4FAA220211b5a51
Octal341244372124202433132121
Binary111000011010010011111010101010001001010001101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4FA; }

 p { color: rgb(225,164,250); }

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

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

 a { background-color: rgb(225,164,250); }

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

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

 span { border-color: rgb(225,164,250); }

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