#E7AAFD

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

Shades of Mauve #E7AAFD

Tints of Mauve #E7AAFD

Color information

#E7AAFD (or 0xE7AAFD) is unknown color: approx Mauve. HEX triplet: E7, AA and FD. RGB value is (231,170,253). Sum of RGB (Red+Green+Blue) = 231+170+253=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7AAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAFD is #185502. Grayscale: #C5C5C5. Windows color (decimal): -1594627 or 16624359. OLE color: 16624359.

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

Color convert

RGB231170253-
CMYK0.090.3300.01
HSL284.1º95.4%82.94%-
HSV(B)284.1º32.81%99.22%-
XYZ65.0652.8399.7-
YUV197.7159.21151.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=35.32%
G=25.99%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311702530.090.3300.01284.195.482.94
HexE7AAFD9210111c5f53
Octal347252375114101434137123
Binary11100111101010101111110110011000010110001110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAFD; }

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

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

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

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

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

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

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

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