#E0A4FA

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

Shades of Mauve #E0A4FA

Tints of Mauve #E0A4FA

Color information

#E0A4FA (or 0xE0A4FA) is unknown color: approx Mauve. HEX triplet: E0, A4 and FA. RGB value is (224,164,250). Sum of RGB (Red+Green+Blue) = 224+164+250=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4FA is #1F5B05. Grayscale: #BFBFBF. Windows color (decimal): -2054918 or 16426208. OLE color: 16426208.

HSL color Cylindrical-coordinate representation of color #E0A4FA: hue angle of 281.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0A4FA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224164250-
CMYK0.100.3400.02
HSL281.86º89.58%81.18%-
HSV(B)281.86º34.4%98.04%-
XYZ61.2749.396.73-
YUV191.74160.88151.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 164 (64.45% from 255) = 25.71%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=35.11%
G=25.71%
B=39.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241642500.100.3400.02281.8689.5881.18
HexE0A4FAA220211a5a51
Octal340244372124202432132121
Binary111000001010010011111010101010001001010001101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4FA; }

 p { color: rgb(224,164,250); }

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

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

 a { background-color: rgb(224,164,250); }

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

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

 span { border-color: rgb(224,164,250); }

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