#E9A6FE

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

Shades of Mauve #E9A6FE

Tints of Mauve #E9A6FE

Color information

#E9A6FE (or 0xE9A6FE) is unknown color: approx Mauve. HEX triplet: E9, A6 and FE. RGB value is (233,166,254). Sum of RGB (Red+Green+Blue) = 233+166+254=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A6FE is #165901. Grayscale: #C3C3C3. Windows color (decimal): -1464578 or 16688873. OLE color: 16688873.

HSL color Cylindrical-coordinate representation of color #E9A6FE: hue angle of 285.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9A6FE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233166254-
CMYK0.080.3500.00
HSL285.68º97.78%82.35%-
HSV(B)285.68º34.65%99.61%-
XYZ65.1351.75100.32-
YUV196.06160.7154.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 166 (65.23% from 255) = 25.42%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=35.68%
G=25.42%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331662540.080.3500.00285.6897.7882.35
HexE9A6FE8230011e6252
Octal351246376104300436142122
Binary11101001101001101111111010001000110010001111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6FE; }

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

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

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

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

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

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

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

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