#EFA1FF

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

Shades of Mauve #EFA1FF

Tints of Mauve #EFA1FF

Color information

#EFA1FF (or 0xEFA1FF) is unknown color: approx Mauve. HEX triplet: EF, A1 and FF. RGB value is (239,161,255). Sum of RGB (Red+Green+Blue) = 239+161+255=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1FF is #105E00. Grayscale: #C2C2C2. Windows color (decimal): -1072641 or 16753135. OLE color: 16753135.

HSL color Cylindrical-coordinate representation of color #EFA1FF: hue angle of 289.79º 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 #EFA1FF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239161255-
CMYK0.060.3700
HSL289.79º100%81.57%-
HSV(B)289.79º36.86%100%-
XYZ66.3951.06100.96-
YUV195.04161.84159.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 161 (63.28% from 255) = 24.58%
BLUE value IS 255 (100% from 255) = 38.93%
R=36.49%
G=24.58%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391612550.060.3700289.7910081.57
HexEFA1FF625001226452
Octal35724137764500442144122
Binary1110111110100001111111111101001010010010001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1FF; }

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

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

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

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

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

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

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

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