#EFA5FA

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

Shades of Mauve #EFA5FA

Tints of Mauve #EFA5FA

Color information

#EFA5FA (or 0xEFA5FA) is unknown color: approx Mauve. HEX triplet: EF, A5 and FA. RGB value is (239,165,250). Sum of RGB (Red+Green+Blue) = 239+165+250=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5FA is #105A05. Grayscale: #C4C4C4. Windows color (decimal): -1071622 or 16426479. OLE color: 16426479.

HSL color Cylindrical-coordinate representation of color #EFA5FA: hue angle of 292.24º degrees, saturation: 0.89, 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 #EFA5FA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239165250-
CMYK0.040.3400.02
HSL292.24º89.47%81.37%-
HSV(B)292.24º34%98.04%-
XYZ66.3152.1697.02-
YUV196.82158.02158.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 165 (64.84% from 255) = 25.23%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=36.54%
G=25.23%
B=38.23%

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
Decimal2391652500.040.3400.02292.2489.4781.37
HexEFA5FA422021245951
Octal35724537244202444131121
Binary11101111101001011111101010010001001010010010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5FA; }

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

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

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

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

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

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

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

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