#EFA7F6

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

Shades of Mauve #EFA7F6

Tints of Mauve #EFA7F6

Color information

#EFA7F6 (or 0xEFA7F6) is unknown color: approx Mauve. HEX triplet: EF, A7 and F6. RGB value is (239,167,246). Sum of RGB (Red+Green+Blue) = 239+167+246=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFA7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7F6 is #105809. Grayscale: #C5C5C5. Windows color (decimal): -1071114 or 16164847. OLE color: 16164847.

HSL color Cylindrical-coordinate representation of color #EFA7F6: hue angle of 294.68º 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 #EFA7F6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239167246-
CMYK0.030.3200.04
HSL294.68º81.44%80.98%-
HSV(B)294.68º32.11%96.47%-
XYZ66.0552.6493.87-
YUV197.53155.35157.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 167 (65.62% from 255) = 25.61%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=36.66%
G=25.61%
B=37.73%

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
Decimal2391672460.030.3200.04294.6881.4480.98
HexEFA7F6320041275151
Octal35724736634004447121121
Binary11101111101001111111011011100000010010010011110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7F6; }

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

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

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

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

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

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

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

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