#EFA8FC

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

Shades of Mauve #EFA8FC

Tints of Mauve #EFA8FC

Color information

#EFA8FC (or 0xEFA8FC) is unknown color: approx Mauve. HEX triplet: EF, A8 and FC. RGB value is (239,168,252). Sum of RGB (Red+Green+Blue) = 239+168+252=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FC is #105703. Grayscale: #C6C6C6. Windows color (decimal): -1070852 or 16558319. OLE color: 16558319.

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

Color convert

RGB239168252-
CMYK0.050.3300.01
HSL290.71º93.33%82.35%-
HSV(B)290.71º33.33%98.82%-
XYZ67.1753.3898.86-
YUV198.8158.02156.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 168 (66.02% from 255) = 25.49%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=36.27%
G=25.49%
B=38.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391682520.050.3300.01290.7193.3382.35
HexEFA8FC521011235d52
Octal35725037454101443135122
Binary1110111110101000111111001011000010110010001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8FC; }

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

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

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

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

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

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

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

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