#E1AAFA

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

Shades of Mauve #E1AAFA

Tints of Mauve #E1AAFA

Color information

#E1AAFA (or 0xE1AAFA) is unknown color: approx Mauve. HEX triplet: E1, AA and FA. RGB value is (225,170,250). Sum of RGB (Red+Green+Blue) = 225+170+250=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAFA is #1E5505. Grayscale: #C3C3C3. Windows color (decimal): -1987846 or 16427745. OLE color: 16427745.

HSL color Cylindrical-coordinate representation of color #E1AAFA: hue angle of 281.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 #E1AAFA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225170250-
CMYK0.100.3200.02
HSL281.25º88.89%82.35%-
HSV(B)281.25º32%98.04%-
XYZ62.6851.6697.11-
YUV195.56158.72149-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=34.88%
G=26.36%
B=38.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251702500.100.3200.02281.2588.8982.35
HexE1AAFAA20021195952
Octal341252372124002431131122
Binary111000011010101011111010101010000001010001100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAFA; }

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

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

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

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

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

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

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

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