#EFA4FA

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

Shades of Mauve #EFA4FA

Tints of Mauve #EFA4FA

Color information

#EFA4FA (or 0xEFA4FA) is unknown color: approx Mauve. HEX triplet: EF, A4 and FA. RGB value is (239,164,250). Sum of RGB (Red+Green+Blue) = 239+164+250=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FA is #105B05. Grayscale: #C3C3C3. Windows color (decimal): -1071878 or 16426223. OLE color: 16426223.

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

Color convert

RGB239164250-
CMYK0.040.3400.02
HSL292.33º89.58%81.18%-
HSV(B)292.33º34.4%98.04%-
XYZ66.1351.896.96-
YUV196.23158.35158.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 164 (64.45% from 255) = 25.11%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=36.60%
G=25.11%
B=38.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391642500.040.3400.02292.3389.5881.18
HexEFA4FA422021245a51
Octal35724437244202444132121
Binary11101111101001001111101010010001001010010010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4FA; }

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

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

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

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

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

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

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

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