#E5A8FA

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

Shades of Mauve #E5A8FA

Tints of Mauve #E5A8FA

Color information

#E5A8FA (or 0xE5A8FA) is unknown color: approx Mauve. HEX triplet: E5, A8 and FA. RGB value is (229,168,250). Sum of RGB (Red+Green+Blue) = 229+168+250=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8FA is #1A5705. Grayscale: #C3C3C3. Windows color (decimal): -1726214 or 16427237. OLE color: 16427237.

HSL color Cylindrical-coordinate representation of color #E5A8FA: hue angle of 284.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A8FA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229168250-
CMYK0.080.3300.02
HSL284.63º89.13%81.96%-
HSV(B)284.63º32.8%98.04%-
XYZ63.5751.5797.05-
YUV195.59158.71151.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 168 (66.02% from 255) = 25.97%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=35.39%
G=25.97%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291682500.080.3300.02284.6389.1381.96
HexE5A8FA8210211d5952
Octal345250372104102435131122
Binary111001011010100011111010100010000101010001110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A8FA; }

 p { color: rgb(229,168,250); }

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

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

 a { background-color: rgb(229,168,250); }

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

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

 span { border-color: rgb(229,168,250); }

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