#E2A9FF

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

Shades of Mauve #E2A9FF

Tints of Mauve #E2A9FF

Color information

#E2A9FF (or 0xE2A9FF) is unknown color: approx Mauve. HEX triplet: E2, A9 and FF. RGB value is (226,169,255). Sum of RGB (Red+Green+Blue) = 226+169+255=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9FF is #1D5600. Grayscale: #C3C3C3. Windows color (decimal): -1922561 or 16755170. OLE color: 16755170.

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

Color convert

RGB226169255-
CMYK0.110.3400
HSL279.77º100%83.14%-
HSV(B)279.77º33.73%100%-
XYZ63.651.76101.25-
YUV195.85161.38149.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 169 (66.41% from 255) = 26%
BLUE value IS 255 (100% from 255) = 39.23%
R=34.77%
G=26%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261692550.110.3400279.7710083.14
HexE2A9FFB22001186453
Octal342251377134200430144123
Binary11100010101010011111111110111000100010001100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A9FF; }

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

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

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

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

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

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

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

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