#EFA1FA

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

Shades of Mauve #EFA1FA

Tints of Mauve #EFA1FA

Color information

#EFA1FA (or 0xEFA1FA) is unknown color: approx Mauve. HEX triplet: EF, A1 and FA. RGB value is (239,161,250). Sum of RGB (Red+Green+Blue) = 239+161+250=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1FA is #105E05. Grayscale: #C2C2C2. Windows color (decimal): -1072646 or 16425455. OLE color: 16425455.

HSL color Cylindrical-coordinate representation of color #EFA1FA: hue angle of 292.58º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA1FA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239161250-
CMYK0.040.3600.02
HSL292.58º89.9%80.59%-
HSV(B)292.58º35.6%98.04%-
XYZ65.650.7496.78-
YUV194.47159.34159.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 161 (63.28% from 255) = 24.77%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=36.77%
G=24.77%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391612500.040.3600.02292.5889.980.59
HexEFA1FA424021255a51
Octal35724137244402445132121
Binary11101111101000011111101010010010001010010010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1FA; }

 p { color: rgb(239,161,250); }

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

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

 a { background-color: rgb(239,161,250); }

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

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

 span { border-color: rgb(239,161,250); }

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