#E4A4FA

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

Shades of Mauve #E4A4FA

Tints of Mauve #E4A4FA

Color information

#E4A4FA (or 0xE4A4FA) is unknown color: approx Mauve. HEX triplet: E4, A4 and FA. RGB value is (228,164,250). Sum of RGB (Red+Green+Blue) = 228+164+250=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A4FA is #1B5B05. Grayscale: #C0C0C0. Windows color (decimal): -1792774 or 16426212. OLE color: 16426212.

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

Color convert

RGB228164250-
CMYK0.090.3400.02
HSL284.65º89.58%81.18%-
HSV(B)284.65º34.4%98.04%-
XYZ62.5349.9596.79-
YUV192.94160.2153.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 164 (64.45% from 255) = 25.55%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=35.51%
G=25.55%
B=38.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281642500.090.3400.02284.6589.5881.18
HexE4A4FA9220211d5a51
Octal344244372114202435132121
Binary111001001010010011111010100110001001010001110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A4FA; }

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

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

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

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

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

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

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

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