#E9A0FE

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

Shades of Mauve #E9A0FE

Tints of Mauve #E9A0FE

Color information

#E9A0FE (or 0xE9A0FE) is unknown color: approx Mauve. HEX triplet: E9, A0 and FE. RGB value is (233,160,254). Sum of RGB (Red+Green+Blue) = 233+160+254=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A0FE is #165F01. Grayscale: #C0C0C0. Windows color (decimal): -1466114 or 16687337. OLE color: 16687337.

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

Color convert

RGB233160254-
CMYK0.080.3700.00
HSL286.6º97.92%81.18%-
HSV(B)286.6º37.01%99.61%-
XYZ64.0649.6299.97-
YUV192.54162.68156.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.01%
GREEN value IS 160 (62.89% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=36.01%
G=24.73%
B=39.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331602540.080.3700.00286.697.9281.18
HexE9A0FE8250011f6251
Octal351240376104500437142121
Binary11101001101000001111111010001001010010001111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0FE; }

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

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

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

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

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

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

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

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