#E8A0FE

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

Shades of Mauve #E8A0FE

Tints of Mauve #E8A0FE

Color information

#E8A0FE (or 0xE8A0FE) is unknown color: approx Mauve. HEX triplet: E8, A0 and FE. RGB value is (232,160,254). Sum of RGB (Red+Green+Blue) = 232+160+254=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 160 (62.89% from 255 or 24.77% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8A0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A0FE is #175F01. Grayscale: #BFBFBF. Windows color (decimal): -1531650 or 16687336. OLE color: 16687336.

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

Color convert

RGB232160254-
CMYK0.090.3700.00
HSL285.96º97.92%81.18%-
HSV(B)285.96º37.01%99.61%-
XYZ63.7449.4599.95-
YUV192.24162.85156.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 160 (62.89% from 255) = 24.77%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=35.91%
G=24.77%
B=39.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321602540.090.3700.00285.9697.9281.18
HexE8A0FE9250011e6251
Octal350240376114500436142121
Binary11101000101000001111111010011001010010001111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A0FE; }

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

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

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

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

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

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

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

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