#E1A3F9

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

Shades of Mauve #E1A3F9

Tints of Mauve #E1A3F9

Color information

#E1A3F9 (or 0xE1A3F9) is unknown color: approx Mauve. HEX triplet: E1, A3 and F9. RGB value is (225,163,249). Sum of RGB (Red+Green+Blue) = 225+163+249=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1A3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3F9 is #1E5C06. Grayscale: #BFBFBF. Windows color (decimal): -1989639 or 16360417. OLE color: 16360417.

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

Color convert

RGB225163249-
CMYK0.100.3500.02
HSL283.26º87.76%80.78%-
HSV(B)283.26º34.54%97.65%-
XYZ61.2549.0495.86-
YUV191.34160.54152.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 163 (64.06% from 255) = 25.59%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=35.32%
G=25.59%
B=39.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251632490.100.3500.02283.2687.7680.78
HexE1A3F9A230211b5851
Octal341243371124302433130121
Binary111000011010001111111001101010001101010001101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3F9; }

 p { color: rgb(225,163,249); }

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

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

 a { background-color: rgb(225,163,249); }

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

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

 span { border-color: rgb(225,163,249); }

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