#E2A9EF

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

Shades of Mauve #E2A9EF

Tints of Mauve #E2A9EF

Color information

#E2A9EF (or 0xE2A9EF) is unknown color: approx Mauve. HEX triplet: E2, A9 and EF. RGB value is (226,169,239). Sum of RGB (Red+Green+Blue) = 226+169+239=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9EF is #1D5610. Grayscale: #C1C1C1. Windows color (decimal): -1922577 or 15706594. OLE color: 15706594.

HSL color Cylindrical-coordinate representation of color #E2A9EF: hue angle of 288.86º 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 #E2A9EF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226169239-
CMYK0.050.2900.06
HSL288.86º68.63%80%-
HSV(B)288.86º29.29%93.73%-
XYZ61.1350.7888.24-
YUV194.02153.38150.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 169 (66.41% from 255) = 26.66%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=35.65%
G=26.66%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261692390.050.2900.06288.8668.6380
HexE2A9EF51D061214550
Octal34225135753506441105120
Binary11100010101010011110111110111101011010010000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A9EF; }

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

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

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

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

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

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

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

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