#EAA2FA

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

Shades of Mauve #EAA2FA

Tints of Mauve #EAA2FA

Color information

#EAA2FA (or 0xEAA2FA) is unknown color: approx Mauve. HEX triplet: EA, A2 and FA. RGB value is (234,162,250). Sum of RGB (Red+Green+Blue) = 234+162+250=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2FA is #155D05. Grayscale: #C1C1C1. Windows color (decimal): -1400070 or 16425706. OLE color: 16425706.

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

Color convert

RGB234162250-
CMYK0.060.3500.02
HSL289.09º89.8%80.78%-
HSV(B)289.09º35.2%98.04%-
XYZ64.1150.2496.76-
YUV193.56159.85156.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 162 (63.67% from 255) = 25.08%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=36.22%
G=25.08%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341622500.060.3500.02289.0989.880.78
HexEAA2FA623021215a51
Octal35224237264302441132121
Binary11101010101000101111101011010001101010010000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA2FA; }

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

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

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

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

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

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

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

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