#EAA1FC

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

Shades of Mauve #EAA1FC

Tints of Mauve #EAA1FC

Color information

#EAA1FC (or 0xEAA1FC) is unknown color: approx Mauve. HEX triplet: EA, A1 and FC. RGB value is (234,161,252). Sum of RGB (Red+Green+Blue) = 234+161+252=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FC is #155E03. Grayscale: #C0C0C0. Windows color (decimal): -1400324 or 16556522. OLE color: 16556522.

HSL color Cylindrical-coordinate representation of color #EAA1FC: hue angle of 288.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA1FC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234161252-
CMYK0.070.3600.01
HSL288.13º93.81%80.98%-
HSV(B)288.13º36.11%98.82%-
XYZ64.2550.0198.36-
YUV193.2161.18157.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 161 (63.28% from 255) = 24.88%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=36.17%
G=24.88%
B=38.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341612520.070.3600.01288.1393.8180.98
HexEAA1FC724011205e51
Octal35224137474401440136121
Binary1110101010100001111111001111001000110010000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1FC; }

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

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

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

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

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

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

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

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