#EAA4FA

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

Shades of Mauve #EAA4FA

Tints of Mauve #EAA4FA

Color information

#EAA4FA (or 0xEAA4FA) is unknown color: approx Mauve. HEX triplet: EA, A4 and FA. RGB value is (234,164,250). Sum of RGB (Red+Green+Blue) = 234+164+250=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4FA is #155B05. Grayscale: #C2C2C2. Windows color (decimal): -1399558 or 16426218. OLE color: 16426218.

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

Color convert

RGB234164250-
CMYK0.060.3400.02
HSL288.84º89.58%81.18%-
HSV(B)288.84º34.4%98.04%-
XYZ64.4650.9596.88-
YUV194.73159.19156.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 164 (64.45% from 255) = 25.31%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=36.11%
G=25.31%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341642500.060.3400.02288.8489.5881.18
HexEAA4FA622021215a51
Octal35224437264202441132121
Binary11101010101001001111101011010001001010010000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4FA; }

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

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

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

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

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

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

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

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