#E1AEED

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

Shades of Mauve #E1AEED

Tints of Mauve #E1AEED

Color information

#E1AEED (or 0xE1AEED) is unknown color: approx Mauve. HEX triplet: E1, AE and ED. RGB value is (225,174,237). Sum of RGB (Red+Green+Blue) = 225+174+237=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEED is #1E5112. Grayscale: #C4C4C4. Windows color (decimal): -1986835 or 15576801. OLE color: 15576801.

HSL color Cylindrical-coordinate representation of color #E1AEED: hue angle of 288.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1AEED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225174237-
CMYK0.050.2700.07
HSL288.57º63.64%80.59%-
HSV(B)288.57º26.58%92.94%-
XYZ61.4752.3986.99-
YUV196.43150.9148.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=35.38%
G=27.36%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251742370.050.2700.07288.5763.6480.59
HexE1AEED51B071214051
Octal34125635553307441100121
Binary11100001101011101110110110111011011110010000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEED; }

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

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

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

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

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

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

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

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