#E1AEF2

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

Shades of Mauve #E1AEF2

Tints of Mauve #E1AEF2

Color information

#E1AEF2 (or 0xE1AEF2) is unknown color: approx Mauve. HEX triplet: E1, AE and F2. RGB value is (225,174,242). Sum of RGB (Red+Green+Blue) = 225+174+242=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEF2 is #1E510D. Grayscale: #C4C4C4. Windows color (decimal): -1986830 or 15904481. OLE color: 15904481.

HSL color Cylindrical-coordinate representation of color #E1AEF2: hue angle of 285º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AEF2 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225174242-
CMYK0.070.2800.05
HSL285º72.34%81.57%-
HSV(B)285º28.1%94.9%-
XYZ62.2152.6990.9-
YUV197153.4147.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=35.10%
G=27.15%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251742420.070.2800.0528572.3481.57
HexE1AEF271C0511d4852
Octal34125636273405435110122
Binary11100001101011101111001011111100010110001110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEF2; }

 p { color: rgb(225,174,242); }

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

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

 a { background-color: rgb(225,174,242); }

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

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

 span { border-color: rgb(225,174,242); }

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