#E5AAFA

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

Shades of Mauve #E5AAFA

Tints of Mauve #E5AAFA

Color information

#E5AAFA (or 0xE5AAFA) is unknown color: approx Mauve. HEX triplet: E5, AA and FA. RGB value is (229,170,250). Sum of RGB (Red+Green+Blue) = 229+170+250=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFA is #1A5505. Grayscale: #C4C4C4. Windows color (decimal): -1725702 or 16427749. OLE color: 16427749.

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

Color convert

RGB229170250-
CMYK0.080.3200.02
HSL284.25º88.89%82.35%-
HSV(B)284.25º32%98.04%-
XYZ63.9452.3197.17-
YUV196.76158.05151-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=35.29%
G=26.19%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291702500.080.3200.02284.2588.8982.35
HexE5AAFA8200211c5952
Octal345252372104002434131122
Binary111001011010101011111010100010000001010001110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAFA; }

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

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

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

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

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

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

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

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