#EFA8F6

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

Shades of Mauve #EFA8F6

Tints of Mauve #EFA8F6

Color information

#EFA8F6 (or 0xEFA8F6) is unknown color: approx Mauve. HEX triplet: EF, A8 and F6. RGB value is (239,168,246). Sum of RGB (Red+Green+Blue) = 239+168+246=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F6 is #105709. Grayscale: #C5C5C5. Windows color (decimal): -1070858 or 16165103. OLE color: 16165103.

HSL color Cylindrical-coordinate representation of color #EFA8F6: hue angle of 294.62º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA8F6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239168246-
CMYK0.030.3200.04
HSL294.62º81.25%81.18%-
HSV(B)294.62º31.71%96.47%-
XYZ66.2353.0193.93-
YUV198.12155.02157.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 168 (66.02% from 255) = 25.73%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=36.60%
G=25.73%
B=37.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391682460.030.3200.04294.6281.2581.18
HexEFA8F6320041275151
Octal35725036634004447121121
Binary11101111101010001111011011100000010010010011110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8F6; }

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

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

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

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

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

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

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

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