#E7A5FE

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

Shades of Mauve #E7A5FE

Tints of Mauve #E7A5FE

Color information

#E7A5FE (or 0xE7A5FE) is unknown color: approx Mauve. HEX triplet: E7, A5 and FE. RGB value is (231,165,254). Sum of RGB (Red+Green+Blue) = 231+165+254=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A5FE is #185A01. Grayscale: #C2C2C2. Windows color (decimal): -1595906 or 16688615. OLE color: 16688615.

HSL color Cylindrical-coordinate representation of color #E7A5FE: hue angle of 284.49º 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 #E7A5FE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231165254-
CMYK0.090.3500.00
HSL284.49º97.8%82.16%-
HSV(B)284.49º35.04%99.61%-
XYZ64.351.05100.23-
YUV194.88161.37153.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 165 (64.84% from 255) = 25.38%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=35.54%
G=25.38%
B=39.08%

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
Decimal2311652540.090.3500.00284.4997.882.16
HexE7A5FE9230011c6252
Octal347245376114300434142122
Binary11100111101001011111111010011000110010001110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5FE; }

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

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

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

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

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

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

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

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