#E2AAFF

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

Shades of Mauve #E2AAFF

Tints of Mauve #E2AAFF

Color information

#E2AAFF (or 0xE2AAFF) is unknown color: approx Mauve. HEX triplet: E2, AA and FF. RGB value is (226,170,255). Sum of RGB (Red+Green+Blue) = 226+170+255=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFF is #1D5500. Grayscale: #C4C4C4. Windows color (decimal): -1922305 or 16755426. OLE color: 16755426.

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

Color convert

RGB226170255-
CMYK0.110.3300
HSL279.53º100%83.33%-
HSV(B)279.53º33.33%100%-
XYZ63.7952.14101.31-
YUV196.43161.05149.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 255 (100% from 255) = 39.17%
R=34.72%
G=26.11%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261702550.110.3300279.5310083.33
HexE2AAFFB21001186453
Octal342252377134100430144123
Binary11100010101010101111111110111000010010001100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAFF; }

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

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

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

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

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

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

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

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