#E7A2FD

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

Shades of Mauve #E7A2FD

Tints of Mauve #E7A2FD

Color information

#E7A2FD (or 0xE7A2FD) is unknown color: approx Mauve. HEX triplet: E7, A2 and FD. RGB value is (231,162,253). Sum of RGB (Red+Green+Blue) = 231+162+253=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7A2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A2FD is #185D02. Grayscale: #C0C0C0. Windows color (decimal): -1596675 or 16622311. OLE color: 16622311.

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

Color convert

RGB231162253-
CMYK0.090.3600.01
HSL285.49º95.79%81.37%-
HSV(B)285.49º35.97%99.22%-
XYZ63.649.9299.21-
YUV193.01161.86155.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 162 (63.67% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=35.76%
G=25.08%
B=39.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311622530.090.3600.01285.4995.7981.37
HexE7A2FD9240111d6051
Octal347242375114401435140121
Binary11100111101000101111110110011001000110001110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2FD; }

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

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

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

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

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

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

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

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