#E8A4FD

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

Shades of Mauve #E8A4FD

Tints of Mauve #E8A4FD

Color information

#E8A4FD (or 0xE8A4FD) is unknown color: approx Mauve. HEX triplet: E8, A4 and FD. RGB value is (232,164,253). Sum of RGB (Red+Green+Blue) = 232+164+253=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8A4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4FD is #175B02. Grayscale: #C2C2C2. Windows color (decimal): -1530627 or 16622824. OLE color: 16622824.

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

Color convert

RGB232164253-
CMYK0.080.3500.01
HSL285.84º95.7%81.76%-
HSV(B)285.84º35.18%99.22%-
XYZ64.2850.899.35-
YUV194.48161.03154.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 164 (64.45% from 255) = 25.27%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=35.75%
G=25.27%
B=38.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321642530.080.3500.01285.8495.781.76
HexE8A4FD8230111e6052
Octal350244375104301436140122
Binary11101000101001001111110110001000110110001111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4FD; }

 p { color: rgb(232,164,253); }

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

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

 a { background-color: rgb(232,164,253); }

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

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

 span { border-color: rgb(232,164,253); }

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