#E2AAFD

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

Shades of Mauve #E2AAFD

Tints of Mauve #E2AAFD

Color information

#E2AAFD (or 0xE2AAFD) is unknown color: approx Mauve. HEX triplet: E2, AA and FD. RGB value is (226,170,253). Sum of RGB (Red+Green+Blue) = 226+170+253=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFD is #1D5502. Grayscale: #C3C3C3. Windows color (decimal): -1922307 or 16624354. OLE color: 16624354.

HSL color Cylindrical-coordinate representation of color #E2AAFD: hue angle of 280.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2AAFD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226170253-
CMYK0.110.3300.01
HSL280.48º95.4%82.94%-
HSV(B)280.48º32.81%99.22%-
XYZ63.4752.0199.62-
YUV196.21160.05149.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=34.82%
G=26.19%
B=38.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261702530.110.3300.01280.4895.482.94
HexE2AAFDB21011185f53
Octal342252375134101430137123
Binary11100010101010101111110110111000010110001100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAFD; }

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

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

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

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

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

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

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

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