#E1A4FE

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

Shades of Mauve #E1A4FE

Tints of Mauve #E1A4FE

Color information

#E1A4FE (or 0xE1A4FE) is unknown color: approx Mauve. HEX triplet: E1, A4 and FE. RGB value is (225,164,254). Sum of RGB (Red+Green+Blue) = 225+164+254=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FE is #1E5B01. Grayscale: #C0C0C0. Windows color (decimal): -1989378 or 16688353. OLE color: 16688353.

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

Color convert

RGB225164254-
CMYK0.110.3500.00
HSL280.67º97.83%81.96%-
HSV(B)280.67º35.43%99.61%-
XYZ62.2249.71100.08-
YUV192.5162.71151.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 164 (64.45% from 255) = 25.51%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=34.99%
G=25.51%
B=39.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251642540.110.3500.00280.6797.8381.96
HexE1A4FEB23001196252
Octal341244376134300431142122
Binary11100001101001001111111010111000110010001100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4FE; }

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

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

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

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

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

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

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

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