#E5A7FD

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

Shades of Mauve #E5A7FD

Tints of Mauve #E5A7FD

Color information

#E5A7FD (or 0xE5A7FD) is unknown color: approx Mauve. HEX triplet: E5, A7 and FD. RGB value is (229,167,253). Sum of RGB (Red+Green+Blue) = 229+167+253=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A7FD is #1A5802. Grayscale: #C3C3C3. Windows color (decimal): -1726467 or 16623589. OLE color: 16623589.

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

Color convert

RGB229167253-
CMYK0.090.3400.01
HSL283.26º95.56%82.35%-
HSV(B)283.26º33.99%99.22%-
XYZ63.8651.3999.48-
YUV195.34160.54152.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 167 (65.62% from 255) = 25.73%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=35.29%
G=25.73%
B=38.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291672530.090.3400.01283.2695.5682.35
HexE5A7FD9220111b6052
Octal345247375114201433140122
Binary11100101101001111111110110011000100110001101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7FD; }

 p { color: rgb(229,167,253); }

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

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

 a { background-color: rgb(229,167,253); }

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

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

 span { border-color: rgb(229,167,253); }

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