#E1AAEF

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

Shades of Mauve #E1AAEF

Tints of Mauve #E1AAEF

Color information

#E1AAEF (or 0xE1AAEF) is unknown color: approx Mauve. HEX triplet: E1, AA and EF. RGB value is (225,170,239). Sum of RGB (Red+Green+Blue) = 225+170+239=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEF is #1E5510. Grayscale: #C2C2C2. Windows color (decimal): -1987857 or 15706849. OLE color: 15706849.

HSL color Cylindrical-coordinate representation of color #E1AAEF: hue angle of 287.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1AAEF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225170239-
CMYK0.060.2900.06
HSL287.83º68.32%80.2%-
HSV(B)287.83º28.87%93.73%-
XYZ61.0150.9988.29-
YUV194.31153.22149.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=35.49%
G=26.81%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251702390.060.2900.06287.8368.3280.2
HexE1AAEF61D061204450
Octal34125235763506440104120
Binary11100001101010101110111111011101011010010000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAEF; }

 p { color: rgb(225,170,239); }

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

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

 a { background-color: rgb(225,170,239); }

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

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

 span { border-color: rgb(225,170,239); }

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