#EAA4FE

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

Shades of Mauve #EAA4FE

Tints of Mauve #EAA4FE

Color information

#EAA4FE (or 0xEAA4FE) is unknown color: approx Mauve. HEX triplet: EA, A4 and FE. RGB value is (234,164,254). Sum of RGB (Red+Green+Blue) = 234+164+254=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA4FE is #155B01. Grayscale: #C2C2C2. Windows color (decimal): -1399554 or 16688362. OLE color: 16688362.

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

Color convert

RGB234164254-
CMYK0.080.3500.00
HSL286.67º97.83%81.96%-
HSV(B)286.67º35.43%99.61%-
XYZ65.151.2100.22-
YUV195.19161.19155.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=35.89%
G=25.15%
B=38.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341642540.080.3500.00286.6797.8381.96
HexEAA4FE8230011f6252
Octal352244376104300437142122
Binary11101010101001001111111010001000110010001111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4FE; }

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

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

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

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

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

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

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

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