#E9A0F9

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

Shades of Mauve #E9A0F9

Tints of Mauve #E9A0F9

Color information

#E9A0F9 (or 0xE9A0F9) is unknown color: approx Mauve. HEX triplet: E9, A0 and F9. RGB value is (233,160,249). Sum of RGB (Red+Green+Blue) = 233+160+249=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9A0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A0F9 is #165F06. Grayscale: #BFBFBF. Windows color (decimal): -1466119 or 16359657. OLE color: 16359657.

HSL color Cylindrical-coordinate representation of color #E9A0F9: hue angle of 289.21º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A0F9 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233160249-
CMYK0.060.3600.02
HSL289.21º88.12%80.2%-
HSV(B)289.21º35.74%97.65%-
XYZ63.2749.395.8-
YUV191.97160.18157.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 160 (62.89% from 255) = 24.92%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=36.29%
G=24.92%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331602490.060.3600.02289.2188.1280.2
HexE9A0F9624021215850
Octal35124037164402441130120
Binary11101001101000001111100111010010001010010000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0F9; }

 p { color: rgb(233,160,249); }

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

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

 a { background-color: rgb(233,160,249); }

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

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

 span { border-color: rgb(233,160,249); }

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