#E3AEF1

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

Shades of Mauve #E3AEF1

Tints of Mauve #E3AEF1

Color information

#E3AEF1 (or 0xE3AEF1) is unknown color: approx Mauve. HEX triplet: E3, AE and F1. RGB value is (227,174,241). Sum of RGB (Red+Green+Blue) = 227+174+241=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEF1 is #1C510E. Grayscale: #C5C5C5. Windows color (decimal): -1855759 or 15838947. OLE color: 15838947.

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

Color convert

RGB227174241-
CMYK0.060.2800.05
HSL287.46º70.53%81.37%-
HSV(B)287.46º27.8%94.51%-
XYZ62.6952.9590.14-
YUV197.48152.56149.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.36%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=35.36%
G=27.10%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271742410.060.2800.05287.4670.5381.37
HexE3AEF161C0511f4751
Octal34325636163405437107121
Binary11100011101011101111000111011100010110001111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AEF1; }

 p { color: rgb(227,174,241); }

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

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

 a { background-color: rgb(227,174,241); }

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

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

 span { border-color: rgb(227,174,241); }

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