#E1AAEE

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

Shades of Mauve #E1AAEE

Tints of Mauve #E1AAEE

Color information

#E1AAEE (or 0xE1AAEE) is unknown color: approx Mauve. HEX triplet: E1, AA and EE. RGB value is (225,170,238). Sum of RGB (Red+Green+Blue) = 225+170+238=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEE is #1E5511. Grayscale: #C1C1C1. Windows color (decimal): -1987858 or 15641313. OLE color: 15641313.

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

Color convert

RGB225170238-
CMYK0.050.2900.07
HSL288.53º66.67%80%-
HSV(B)288.53º28.57%93.33%-
XYZ60.8650.9387.51-
YUV194.2152.72149.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=35.55%
G=26.86%
B=37.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251702380.050.2900.07288.5366.6780
HexE1AAEE51D071214350
Octal34125235653507441103120
Binary11100001101010101110111010111101011110010000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAEE; }

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

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

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

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

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

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

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

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