#E2A9FE

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

Shades of Mauve #E2A9FE

Tints of Mauve #E2A9FE

Color information

#E2A9FE (or 0xE2A9FE) is unknown color: approx Mauve. HEX triplet: E2, A9 and FE. RGB value is (226,169,254). Sum of RGB (Red+Green+Blue) = 226+169+254=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9FE is #1D5601. Grayscale: #C3C3C3. Windows color (decimal): -1922562 or 16689634. OLE color: 16689634.

HSL color Cylindrical-coordinate representation of color #E2A9FE: hue angle of 280.24º 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 #E2A9FE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226169254-
CMYK0.110.3300.00
HSL280.24º97.7%82.94%-
HSV(B)280.24º33.46%99.61%-
XYZ63.4451.7100.4-
YUV195.73160.88149.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 169 (66.41% from 255) = 26.04%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=34.82%
G=26.04%
B=39.14%

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
Decimal2261692540.110.3300.00280.2497.782.94
HexE2A9FEB21001186253
Octal342251376134100430142123
Binary11100010101010011111111010111000010010001100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A9FE; }

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

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

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

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

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

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

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

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