#EAA1FF

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

Shades of Mauve #EAA1FF

Tints of Mauve #EAA1FF

Color information

#EAA1FF (or 0xEAA1FF) is unknown color: approx Mauve. HEX triplet: EA, A1 and FF. RGB value is (234,161,255). Sum of RGB (Red+Green+Blue) = 234+161+255=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FF is #155E00. Grayscale: #C1C1C1. Windows color (decimal): -1400321 or 16753130. OLE color: 16753130.

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

Color convert

RGB234161255-
CMYK0.080.3700
HSL286.6º100%81.57%-
HSV(B)286.6º36.86%100%-
XYZ64.7350.2100.89-
YUV193.54162.68156.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 161 (63.28% from 255) = 24.77%
BLUE value IS 255 (100% from 255) = 39.23%
R=36%
G=24.77%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341612550.080.3700286.610081.57
HexEAA1FF8250011f6452
Octal352241377104500437144122
Binary11101010101000011111111110001001010010001111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1FF; }

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

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

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

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

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

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

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

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