#E1A1FF

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

Shades of Mauve #E1A1FF

Tints of Mauve #E1A1FF

Color information

#E1A1FF (or 0xE1A1FF) is unknown color: approx Mauve. HEX triplet: E1, A1 and FF. RGB value is (225,161,255). Sum of RGB (Red+Green+Blue) = 225+161+255=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A1FF is #1E5E00. Grayscale: #BEBEBE. Windows color (decimal): -1990145 or 16753121. OLE color: 16753121.

HSL color Cylindrical-coordinate representation of color #E1A1FF: hue angle of 280.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1A1FF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225161255-
CMYK0.120.3700
HSL280.85º100%81.57%-
HSV(B)280.85º36.86%100%-
XYZ61.8548.72100.75-
YUV190.85164.2152.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 161 (63.28% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 39.78%
R=35.10%
G=25.12%
B=39.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251612550.120.3700280.8510081.57
HexE1A1FFC25001196452
Octal341241377144500431144122
Binary11100001101000011111111111001001010010001100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1FF; }

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

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

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

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

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

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

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

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