#E7A7F6

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

Shades of Mauve #E7A7F6

Tints of Mauve #E7A7F6

Color information

#E7A7F6 (or 0xE7A7F6) is unknown color: approx Mauve. HEX triplet: E7, A7 and F6. RGB value is (231,167,246). Sum of RGB (Red+Green+Blue) = 231+167+246=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 167 (65.62% from 255 or 25.93% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7A7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A7F6 is #185809. Grayscale: #C2C2C2. Windows color (decimal): -1595402 or 16164839. OLE color: 16164839.

HSL color Cylindrical-coordinate representation of color #E7A7F6: hue angle of 288.61º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A7F6 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231167246-
CMYK0.060.3200.04
HSL288.61º81.44%80.98%-
HSV(B)288.61º32.11%96.47%-
XYZ63.4151.2893.74-
YUV195.14156.7153.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 167 (65.62% from 255) = 25.93%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=35.87%
G=25.93%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311672460.060.3200.04288.6181.4480.98
HexE7A7F6620041215151
Octal34724736664004441121121
Binary111001111010011111110110110100000010010010000110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7F6; }

 p { color: rgb(231,167,246); }

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

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

 a { background-color: rgb(231,167,246); }

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

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

 span { border-color: rgb(231,167,246); }

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