#E0A1FE

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

Shades of Mauve #E0A1FE

Tints of Mauve #E0A1FE

Color information

#E0A1FE (or 0xE0A1FE) is unknown color: approx Mauve. HEX triplet: E0, A1 and FE. RGB value is (224,161,254). Sum of RGB (Red+Green+Blue) = 224+161+254=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 161 (63.28% from 255 or 25.20% 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 #E0A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A1FE is #1F5E01. Grayscale: #BEBEBE. Windows color (decimal): -2055682 or 16687584. OLE color: 16687584.

HSL color Cylindrical-coordinate representation of color #E0A1FE: hue angle of 280.65º 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 #E0A1FE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224161254-
CMYK0.120.3700.00
HSL280.65º97.89%81.37%-
HSV(B)280.65º36.61%99.61%-
XYZ61.3748.4999.89-
YUV190.44163.87151.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=35.05%
G=25.20%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241612540.120.3700.00280.6597.8981.37
HexE0A1FEC25001196251
Octal340241376144500431142121
Binary11100000101000011111111011001001010010001100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1FE; }

 p { color: rgb(224,161,254); }

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

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

 a { background-color: rgb(224,161,254); }

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

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

 span { border-color: rgb(224,161,254); }

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