#E2AAEF

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

Shades of Mauve #E2AAEF

Tints of Mauve #E2AAEF

Color information

#E2AAEF (or 0xE2AAEF) is unknown color: approx Mauve. HEX triplet: E2, AA and EF. RGB value is (226,170,239). Sum of RGB (Red+Green+Blue) = 226+170+239=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAEF is #1D5510. Grayscale: #C2C2C2. Windows color (decimal): -1922321 or 15706850. OLE color: 15706850.

HSL color Cylindrical-coordinate representation of color #E2AAEF: hue angle of 288.7º 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 #E2AAEF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226170239-
CMYK0.050.2900.06
HSL288.7º68.32%80.2%-
HSV(B)288.7º28.87%93.73%-
XYZ61.3251.1588.3-
YUV194.61153.05150.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=35.59%
G=26.77%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261702390.050.2900.06288.768.3280.2
HexE2AAEF51D061214450
Octal34225235753506441104120
Binary11100010101010101110111110111101011010010000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAEF; }

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

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

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

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

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

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

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

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