#E7A0F9

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

Shades of Mauve #E7A0F9

Tints of Mauve #E7A0F9

Color information

#E7A0F9 (or 0xE7A0F9) is unknown color: approx Mauve. HEX triplet: E7, A0 and F9. RGB value is (231,160,249). Sum of RGB (Red+Green+Blue) = 231+160+249=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7A0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0F9 is #185F06. Grayscale: #BFBFBF. Windows color (decimal): -1597191 or 16359655. OLE color: 16359655.

HSL color Cylindrical-coordinate representation of color #E7A0F9: hue angle of 287.87º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A0F9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231160249-
CMYK0.070.3600.02
HSL287.87º88.12%80.2%-
HSV(B)287.87º35.74%97.65%-
XYZ62.6248.9795.77-
YUV191.37160.52156.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 160 (62.89% from 255) = 25%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=36.09%
G=25%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311602490.070.3600.02287.8788.1280.2
HexE7A0F9724021205850
Octal34724037174402440130120
Binary11100111101000001111100111110010001010010000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0F9; }

 p { color: rgb(231,160,249); }

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

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

 a { background-color: rgb(231,160,249); }

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

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

 span { border-color: rgb(231,160,249); }

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