#E9A6FA

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

Shades of Mauve #E9A6FA

Tints of Mauve #E9A6FA

Color information

#E9A6FA (or 0xE9A6FA) is unknown color: approx Mauve. HEX triplet: E9, A6 and FA. RGB value is (233,166,250). Sum of RGB (Red+Green+Blue) = 233+166+250=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A6FA is #165905. Grayscale: #C3C3C3. Windows color (decimal): -1464582 or 16426729. OLE color: 16426729.

HSL color Cylindrical-coordinate representation of color #E9A6FA: hue angle of 287.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A6FA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233166250-
CMYK0.070.3400.02
HSL287.86º89.36%81.57%-
HSV(B)287.86º33.6%98.04%-
XYZ64.551.596.98-
YUV195.61158.7154.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 166 (65.23% from 255) = 25.58%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=35.90%
G=25.58%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331662500.070.3400.02287.8689.3681.57
HexE9A6FA722021205952
Octal35124637274202440131122
Binary11101001101001101111101011110001001010010000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6FA; }

 p { color: rgb(233,166,250); }

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

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

 a { background-color: rgb(233,166,250); }

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

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

 span { border-color: rgb(233,166,250); }

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