#E7A4FE

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

Shades of Mauve #E7A4FE

Tints of Mauve #E7A4FE

Color information

#E7A4FE (or 0xE7A4FE) is unknown color: approx Mauve. HEX triplet: E7, A4 and FE. RGB value is (231,164,254). Sum of RGB (Red+Green+Blue) = 231+164+254=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A4FE is #185B01. Grayscale: #C2C2C2. Windows color (decimal): -1596162 or 16688359. OLE color: 16688359.

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

Color convert

RGB231164254-
CMYK0.090.3500.00
HSL284.67º97.83%81.96%-
HSV(B)284.67º35.43%99.61%-
XYZ64.1250.7100.17-
YUV194.29161.7154.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 164 (64.45% from 255) = 25.27%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=35.59%
G=25.27%
B=39.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311642540.090.3500.00284.6797.8381.96
HexE7A4FE9230011d6252
Octal347244376114300435142122
Binary11100111101001001111111010011000110010001110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4FE; }

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

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

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

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

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

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

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

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