#E7A4FF

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

Shades of Mauve #E7A4FF

Tints of Mauve #E7A4FF

Color information

#E7A4FF (or 0xE7A4FF) is unknown color: approx Mauve. HEX triplet: E7, A4 and FF. RGB value is (231,164,255). Sum of RGB (Red+Green+Blue) = 231+164+255=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A4FF is #185B00. Grayscale: #C2C2C2. Windows color (decimal): -1596161 or 16753895. OLE color: 16753895.

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

Color convert

RGB231164255-
CMYK0.090.3600
HSL284.18º100%82.16%-
HSV(B)284.18º35.69%100%-
XYZ64.2850.76101.02-
YUV194.41162.2154.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 39.23%
R=35.54%
G=25.23%
B=39.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311642550.090.3600284.1810082.16
HexE7A4FF9240011c6452
Octal347244377114400434144122
Binary11100111101001001111111110011001000010001110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4FF; }

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

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

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

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

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

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

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

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