#EAA9FA

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

Shades of Mauve #EAA9FA

Tints of Mauve #EAA9FA

Color information

#EAA9FA (or 0xEAA9FA) is unknown color: approx Mauve. HEX triplet: EA, A9 and FA. RGB value is (234,169,250). Sum of RGB (Red+Green+Blue) = 234+169+250=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9FA is #155605. Grayscale: #C5C5C5. Windows color (decimal): -1398278 or 16427498. OLE color: 16427498.

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

Color convert

RGB234169250-
CMYK0.060.3200.02
HSL288.15º89.01%82.16%-
HSV(B)288.15º32.4%98.04%-
XYZ65.3752.7797.18-
YUV197.67157.53153.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 169 (66.41% from 255) = 25.88%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=35.83%
G=25.88%
B=38.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341692500.060.3200.02288.1589.0182.16
HexEAA9FA620021205952
Octal35225137264002440131122
Binary11101010101010011111101011010000001010010000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9FA; }

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

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

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

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

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

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

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

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