#E1A9EF

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

Shades of Mauve #E1A9EF

Tints of Mauve #E1A9EF

Color information

#E1A9EF (or 0xE1A9EF) is unknown color: approx Mauve. HEX triplet: E1, A9 and EF. RGB value is (225,169,239). Sum of RGB (Red+Green+Blue) = 225+169+239=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9EF is #1E5610. Grayscale: #C1C1C1. Windows color (decimal): -1988113 or 15706593. OLE color: 15706593.

HSL color Cylindrical-coordinate representation of color #E1A9EF: hue angle of 288º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A9EF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225169239-
CMYK0.060.2900.06
HSL288º68.63%80%-
HSV(B)288º29.29%93.73%-
XYZ60.8250.6288.23-
YUV193.72153.55150.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 169 (66.41% from 255) = 26.70%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=35.55%
G=26.70%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251692390.060.2900.0628868.6380
HexE1A9EF61D061204550
Octal34125135763506440105120
Binary11100001101010011110111111011101011010010000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9EF; }

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

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

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

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

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

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

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

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