#E7A2FA

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

Shades of Mauve #E7A2FA

Tints of Mauve #E7A2FA

Color information

#E7A2FA (or 0xE7A2FA) is unknown color: approx Mauve. HEX triplet: E7, A2 and FA. RGB value is (231,162,250). Sum of RGB (Red+Green+Blue) = 231+162+250=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FA is #185D05. Grayscale: #C0C0C0. Windows color (decimal): -1596678 or 16425703. OLE color: 16425703.

HSL color Cylindrical-coordinate representation of color #E7A2FA: hue angle of 287.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A2FA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231162250-
CMYK0.080.3500.02
HSL287.05º89.8%80.78%-
HSV(B)287.05º35.2%98.04%-
XYZ63.1349.7396.71-
YUV192.66160.36155.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 162 (63.67% from 255) = 25.19%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=35.93%
G=25.19%
B=38.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311622500.080.3500.02287.0589.880.78
HexE7A2FA8230211f5a51
Octal347242372104302437132121
Binary111001111010001011111010100010001101010001111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2FA; }

 p { color: rgb(231,162,250); }

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

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

 a { background-color: rgb(231,162,250); }

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

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

 span { border-color: rgb(231,162,250); }

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