#E1A3FE

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

Shades of Mauve #E1A3FE

Tints of Mauve #E1A3FE

Color information

#E1A3FE (or 0xE1A3FE) is unknown color: approx Mauve. HEX triplet: E1, A3 and FE. RGB value is (225,163,254). Sum of RGB (Red+Green+Blue) = 225+163+254=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3FE is #1E5C01. Grayscale: #BFBFBF. Windows color (decimal): -1989634 or 16688097. OLE color: 16688097.

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

Color convert

RGB225163254-
CMYK0.110.3600.00
HSL280.88º97.85%81.76%-
HSV(B)280.88º35.83%99.61%-
XYZ62.0449.36100.02-
YUV191.91163.04151.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 163 (64.06% from 255) = 25.39%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=35.05%
G=25.39%
B=39.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251632540.110.3600.00280.8897.8581.76
HexE1A3FEB24001196252
Octal341243376134400431142122
Binary11100001101000111111111010111001000010001100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3FE; }

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

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

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

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

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

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

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

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