#e7a2ff

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

Shades of Mauve #E7A2FF

Tints of Mauve #E7A2FF

Color information

#E7A2FF (or 0xE7A2FF) is unknown color: approx Mauve. HEX triplet: E7, A2 and FF. RGB value is (231,162,255). Sum of RGB (Red+Green+Blue) = 231+162+255=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FF is #185D00. Grayscale: #C0C0C0. Windows color (decimal): -1596673 or 16753383. OLE color: 16753383.

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

Color convert

RGB231162255-
CMYK0.090.3600
HSL284.52º100%81.76%-
HSV(B)284.52º36.47%100%-
XYZ63.9350.05100.9-
YUV193.23162.86154.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 162 (63.67% from 255) = 25%
BLUE value IS 255 (100% from 255) = 39.35%
R=35.65%
G=25%
B=39.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311622550.090.3600284.5210081.76
HexE7A2FF9240011d6452
Octal347242377114400435144122
Binary11100111101000101111111110011001000010001110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a2ff; }

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

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

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

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

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

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

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

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