#EFA6FF

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

Shades of Mauve #EFA6FF

Tints of Mauve #EFA6FF

Color information

#EFA6FF (or 0xEFA6FF) is unknown color: approx Mauve. HEX triplet: EF, A6 and FF. RGB value is (239,166,255). Sum of RGB (Red+Green+Blue) = 239+166+255=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 166 (65.23% from 255 or 25.15% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6FF is #105900. Grayscale: #C5C5C5. Windows color (decimal): -1071361 or 16754415. OLE color: 16754415.

HSL color Cylindrical-coordinate representation of color #EFA6FF: hue angle of 289.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA6FF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239166255-
CMYK0.060.3500
HSL289.21º100%82.55%-
HSV(B)289.21º34.9%100%-
XYZ67.2852.84101.26-
YUV197.97160.18157.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 166 (65.23% from 255) = 25.15%
BLUE value IS 255 (100% from 255) = 38.64%
R=36.21%
G=25.15%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391662550.060.3500289.2110082.55
HexEFA6FF623001216453
Octal35724637764300441144123
Binary1110111110100110111111111101000110010010000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6FF; }

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

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

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

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

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

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

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

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