#E1A9FE

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

Shades of Mauve #E1A9FE

Tints of Mauve #E1A9FE

Color information

#E1A9FE (or 0xE1A9FE) is unknown color: approx Mauve. HEX triplet: E1, A9 and FE. RGB value is (225,169,254). Sum of RGB (Red+Green+Blue) = 225+169+254=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9FE is #1E5601. Grayscale: #C3C3C3. Windows color (decimal): -1988098 or 16689633. OLE color: 16689633.

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

Color convert

RGB225169254-
CMYK0.110.3300.00
HSL279.53º97.7%82.94%-
HSV(B)279.53º33.46%99.61%-
XYZ63.1351.54100.39-
YUV195.43161.05149.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 169 (66.41% from 255) = 26.08%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=34.72%
G=26.08%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251692540.110.3300.00279.5397.782.94
HexE1A9FEB21001186253
Octal341251376134100430142123
Binary11100001101010011111111010111000010010001100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9FE; }

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

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

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

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

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

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

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

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