#EFA7F7

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

Shades of Mauve #EFA7F7

Tints of Mauve #EFA7F7

Color information

#EFA7F7 (or 0xEFA7F7) is unknown color: approx Mauve. HEX triplet: EF, A7 and F7. RGB value is (239,167,247). Sum of RGB (Red+Green+Blue) = 239+167+247=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA7F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7F7 is #105808. Grayscale: #C5C5C5. Windows color (decimal): -1071113 or 16230383. OLE color: 16230383.

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

Color convert

RGB239167247-
CMYK0.030.3200.03
HSL294º83.33%81.18%-
HSV(B)294º32.39%96.86%-
XYZ66.252.794.68-
YUV197.65155.85157.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 167 (65.62% from 255) = 25.57%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=36.60%
G=25.57%
B=37.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391672470.030.3200.0329483.3381.18
HexEFA7F7320031265351
Octal35724736734003446123121
Binary1110111110100111111101111110000001110010011010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7F7; }

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

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

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

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

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

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

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

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