#E1A0FF

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

Shades of Mauve #E1A0FF

Tints of Mauve #E1A0FF

Color information

#E1A0FF (or 0xE1A0FF) is unknown color: approx Mauve. HEX triplet: E1, A0 and FF. RGB value is (225,160,255). Sum of RGB (Red+Green+Blue) = 225+160+255=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A0FF is #1E5F00. Grayscale: #BDBDBD. Windows color (decimal): -1990401 or 16752865. OLE color: 16752865.

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

Color convert

RGB225160255-
CMYK0.120.3700
HSL281.05º100%81.37%-
HSV(B)281.05º37.25%100%-
XYZ61.6748.37100.69-
YUV190.26164.53152.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 160 (62.89% from 255) = 25%
BLUE value IS 255 (100% from 255) = 39.84%
R=35.16%
G=25%
B=39.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251602550.120.3700281.0510081.37
HexE1A0FFC25001196451
Octal341240377144500431144121
Binary11100001101000001111111111001001010010001100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0FF; }

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

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

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

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

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

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

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

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