#E7A5FF

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

Shades of Mauve #E7A5FF

Tints of Mauve #E7A5FF

Color information

#E7A5FF (or 0xE7A5FF) is unknown color: approx Mauve. HEX triplet: E7, A5 and FF. RGB value is (231,165,255). Sum of RGB (Red+Green+Blue) = 231+165+255=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A5FF is #185A00. Grayscale: #C2C2C2. Windows color (decimal): -1595905 or 16754151. OLE color: 16754151.

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

Color convert

RGB231165255-
CMYK0.090.3500
HSL284º100%82.35%-
HSV(B)284º35.29%100%-
XYZ64.4651.12101.08-
YUV194.99161.87153.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 165 (64.84% from 255) = 25.35%
BLUE value IS 255 (100% from 255) = 39.17%
R=35.48%
G=25.35%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311652550.090.350028410082.35
HexE7A5FF9230011c6452
Octal347245377114300434144122
Binary11100111101001011111111110011000110010001110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5FF; }

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

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

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

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

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

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

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

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