#E9A5FE

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

Shades of Mauve #E9A5FE

Tints of Mauve #E9A5FE

Color information

#E9A5FE (or 0xE9A5FE) is unknown color: approx Mauve. HEX triplet: E9, A5 and FE. RGB value is (233,165,254). Sum of RGB (Red+Green+Blue) = 233+165+254=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A5FE is #165A01. Grayscale: #C3C3C3. Windows color (decimal): -1464834 or 16688617. OLE color: 16688617.

HSL color Cylindrical-coordinate representation of color #E9A5FE: hue angle of 285.84º 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 #E9A5FE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233165254-
CMYK0.080.3500.00
HSL285.84º97.8%82.16%-
HSV(B)285.84º35.04%99.61%-
XYZ64.9551.39100.26-
YUV195.48161.03154.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 165 (64.84% from 255) = 25.31%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=35.74%
G=25.31%
B=38.96%

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
Decimal2331652540.080.3500.00285.8497.882.16
HexE9A5FE8230011e6252
Octal351245376104300436142122
Binary11101001101001011111111010001000110010001111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A5FE; }

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

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

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

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

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

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

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

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