#EAA1FE

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

Shades of Mauve #EAA1FE

Tints of Mauve #EAA1FE

Color information

#EAA1FE (or 0xEAA1FE) is unknown color: approx Mauve. HEX triplet: EA, A1 and FE. RGB value is (234,161,254). Sum of RGB (Red+Green+Blue) = 234+161+254=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FE is #155E01. Grayscale: #C1C1C1. Windows color (decimal): -1400322 or 16687594. OLE color: 16687594.

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

Color convert

RGB234161254-
CMYK0.080.3700.00
HSL287.1º97.89%81.37%-
HSV(B)287.1º36.61%99.61%-
XYZ64.5750.14100.04-
YUV193.43162.18156.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 161 (63.28% from 255) = 24.81%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=36.06%
G=24.81%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341612540.080.3700.00287.197.8981.37
HexEAA1FE8250011f6251
Octal352241376104500437142121
Binary11101010101000011111111010001001010010001111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1FE; }

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

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

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

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

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

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

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

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