#E1A0FE

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

Shades of Mauve #E1A0FE

Tints of Mauve #E1A0FE

Color information

#E1A0FE (or 0xE1A0FE) is unknown color: approx Mauve. HEX triplet: E1, A0 and FE. RGB value is (225,160,254). Sum of RGB (Red+Green+Blue) = 225+160+254=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A0FE is #1E5F01. Grayscale: #BDBDBD. Windows color (decimal): -1990402 or 16687329. OLE color: 16687329.

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

Color convert

RGB225160254-
CMYK0.110.3700.00
HSL281.49º97.92%81.18%-
HSV(B)281.49º37.01%99.61%-
XYZ61.5148.399.85-
YUV190.15164.03152.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 160 (62.89% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=35.21%
G=25.04%
B=39.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251602540.110.3700.00281.4997.9281.18
HexE1A0FEB25001196251
Octal341240376134500431142121
Binary11100001101000001111111010111001010010001100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0FE; }

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

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

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

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

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

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

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

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