#E1A9FD

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

Shades of Mauve #E1A9FD

Tints of Mauve #E1A9FD

Color information

#E1A9FD (or 0xE1A9FD) is unknown color: approx Mauve. HEX triplet: E1, A9 and FD. RGB value is (225,169,253). Sum of RGB (Red+Green+Blue) = 225+169+253=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9FD is #1E5602. Grayscale: #C3C3C3. Windows color (decimal): -1988099 or 16624097. OLE color: 16624097.

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

Color convert

RGB225169253-
CMYK0.110.3300.01
HSL280º95.45%82.75%-
HSV(B)280º33.2%99.22%-
XYZ62.9751.4899.55-
YUV195.32160.55149.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 169 (66.41% from 255) = 26.12%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=34.78%
G=26.12%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251692530.110.3300.0128095.4582.75
HexE1A9FDB21011185f53
Octal341251375134101430137123
Binary11100001101010011111110110111000010110001100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9FD; }

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

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

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

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

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

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

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

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