#EAA4FD

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

Shades of Mauve #EAA4FD

Tints of Mauve #EAA4FD

Color information

#EAA4FD (or 0xEAA4FD) is unknown color: approx Mauve. HEX triplet: EA, A4 and FD. RGB value is (234,164,253). Sum of RGB (Red+Green+Blue) = 234+164+253=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4FD is #155B02. Grayscale: #C2C2C2. Windows color (decimal): -1399555 or 16622826. OLE color: 16622826.

HSL color Cylindrical-coordinate representation of color #EAA4FD: hue angle of 287.19º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA4FD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234164253-
CMYK0.080.3500.01
HSL287.19º95.7%81.76%-
HSV(B)287.19º35.18%99.22%-
XYZ64.9451.1499.38-
YUV195.08160.69155.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 164 (64.45% from 255) = 25.19%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=35.94%
G=25.19%
B=38.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341642530.080.3500.01287.1995.781.76
HexEAA4FD8230111f6052
Octal352244375104301437140122
Binary11101010101001001111110110001000110110001111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4FD; }

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

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

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

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

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

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

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

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