#E1A1F9

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

Shades of Mauve #E1A1F9

Tints of Mauve #E1A1F9

Color information

#E1A1F9 (or 0xE1A1F9) is unknown color: approx Mauve. HEX triplet: E1, A1 and F9. RGB value is (225,161,249). Sum of RGB (Red+Green+Blue) = 225+161+249=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A1F9 is #1E5E06. Grayscale: #BDBDBD. Windows color (decimal): -1990151 or 16359905. OLE color: 16359905.

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

Color convert

RGB225161249-
CMYK0.100.3500.02
HSL283.64º88%80.39%-
HSV(B)283.64º35.34%97.65%-
XYZ60.948.3495.74-
YUV190.17161.2152.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 161 (63.28% from 255) = 25.35%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=35.43%
G=25.35%
B=39.21%

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
Decimal2251612490.100.3500.02283.648880.39
HexE1A1F9A230211c5850
Octal341241371124302434130120
Binary111000011010000111111001101010001101010001110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1F9; }

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

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

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

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

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

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

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

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