#E7AAFF

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

Shades of Mauve #E7AAFF

Tints of Mauve #E7AAFF

Color information

#E7AAFF (or 0xE7AAFF) is unknown color: approx Mauve. HEX triplet: E7, AA and FF. RGB value is (231,170,255). Sum of RGB (Red+Green+Blue) = 231+170+255=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAFF is #185500. Grayscale: #C5C5C5. Windows color (decimal): -1594625 or 16755431. OLE color: 16755431.

HSL color Cylindrical-coordinate representation of color #E7AAFF: hue angle of 283.06º 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 #E7AAFF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231170255-
CMYK0.090.3300
HSL283.06º100%83.33%-
HSV(B)283.06º33.33%100%-
XYZ65.3852.96101.38-
YUV197.93160.21151.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 38.87%
R=35.21%
G=25.91%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311702550.090.3300283.0610083.33
HexE7AAFF9210011b6453
Octal347252377114100433144123
Binary11100111101010101111111110011000010010001101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAFF; }

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

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

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

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

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

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

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

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