#E1A4FF

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

Shades of Mauve #E1A4FF

Tints of Mauve #E1A4FF

Color information

#E1A4FF (or 0xE1A4FF) is unknown color: approx Mauve. HEX triplet: E1, A4 and FF. RGB value is (225,164,255). Sum of RGB (Red+Green+Blue) = 225+164+255=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FF is #1E5B00. Grayscale: #C0C0C0. Windows color (decimal): -1989377 or 16753889. OLE color: 16753889.

HSL color Cylindrical-coordinate representation of color #E1A4FF: hue angle of 280.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1A4FF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225164255-
CMYK0.120.3600
HSL280.22º100%82.16%-
HSV(B)280.22º35.69%100%-
XYZ62.3849.78100.93-
YUV192.61163.21151.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 164 (64.45% from 255) = 25.47%
BLUE value IS 255 (100% from 255) = 39.60%
R=34.94%
G=25.47%
B=39.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251642550.120.3600280.2210082.16
HexE1A4FFC24001186452
Octal341244377144400430144122
Binary11100001101001001111111111001001000010001100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4FF; }

 p { color: rgb(225,164,255); }

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

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

 a { background-color: rgb(225,164,255); }

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

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

 span { border-color: rgb(225,164,255); }

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