#E1A3FF

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

Shades of Mauve #E1A3FF

Tints of Mauve #E1A3FF

Color information

#E1A3FF (or 0xE1A3FF) is unknown color: approx Mauve. HEX triplet: E1, A3 and FF. RGB value is (225,163,255). Sum of RGB (Red+Green+Blue) = 225+163+255=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3FF is #1E5C00. Grayscale: #BFBFBF. Windows color (decimal): -1989633 or 16753633. OLE color: 16753633.

HSL color Cylindrical-coordinate representation of color #E1A3FF: hue angle of 280.43º 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 #E1A3FF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225163255-
CMYK0.120.3600
HSL280.43º100%81.96%-
HSV(B)280.43º36.08%100%-
XYZ62.249.42100.87-
YUV192.03163.54151.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 163 (64.06% from 255) = 25.35%
BLUE value IS 255 (100% from 255) = 39.66%
R=34.99%
G=25.35%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251632550.120.3600280.4310081.96
HexE1A3FFC24001186452
Octal341243377144400430144122
Binary11100001101000111111111111001001000010001100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3FF; }

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

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

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

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

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

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

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

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