#EFA6FC

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

Shades of Mauve #EFA6FC

Tints of Mauve #EFA6FC

Color information

#EFA6FC (or 0xEFA6FC) is unknown color: approx Mauve. HEX triplet: EF, A6 and FC. RGB value is (239,166,252). Sum of RGB (Red+Green+Blue) = 239+166+252=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6FC is #105903. Grayscale: #C5C5C5. Windows color (decimal): -1071364 or 16557807. OLE color: 16557807.

HSL color Cylindrical-coordinate representation of color #EFA6FC: hue angle of 290.93º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA6FC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239166252-
CMYK0.050.3400.01
HSL290.93º93.48%81.96%-
HSV(B)290.93º34.13%98.82%-
XYZ66.852.6598.74-
YUV197.63158.68157.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 166 (65.23% from 255) = 25.27%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=36.38%
G=25.27%
B=38.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391662520.050.3400.01290.9393.4881.96
HexEFA6FC522011235d52
Octal35724637454201443135122
Binary1110111110100110111111001011000100110010001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6FC; }

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

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

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

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

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

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

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

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