#E7AAF2

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

Shades of Mauve #E7AAF2

Tints of Mauve #E7AAF2

Color information

#E7AAF2 (or 0xE7AAF2) is unknown color: approx Mauve. HEX triplet: E7, AA and F2. RGB value is (231,170,242). Sum of RGB (Red+Green+Blue) = 231+170+242=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAF2 is #18550D. Grayscale: #C4C4C4. Windows color (decimal): -1594638 or 15903463. OLE color: 15903463.

HSL color Cylindrical-coordinate representation of color #E7AAF2: hue angle of 290.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AAF2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231170242-
CMYK0.050.3000.05
HSL290.83º73.47%80.78%-
HSV(B)290.83º29.75%94.9%-
XYZ63.3652.1590.73-
YUV196.45153.71152.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=35.93%
G=26.44%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311702420.050.3000.05290.8373.4780.78
HexE7AAF251E051234951
Octal34725236253605443111121
Binary11100111101010101111001010111110010110010001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAF2; }

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

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

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

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

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

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

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

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