#EFA4F7

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

Shades of Mauve #EFA4F7

Tints of Mauve #EFA4F7

Color information

#EFA4F7 (or 0xEFA4F7) is unknown color: approx Mauve. HEX triplet: EF, A4 and F7. RGB value is (239,164,247). Sum of RGB (Red+Green+Blue) = 239+164+247=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4F7 is #105B08. Grayscale: #C3C3C3. Windows color (decimal): -1071881 or 16229615. OLE color: 16229615.

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

Color convert

RGB239164247-
CMYK0.030.3400.03
HSL294.22º83.84%80.59%-
HSV(B)294.22º33.6%96.86%-
XYZ65.6651.6294.5-
YUV195.89156.85158.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 247 (96.88% from 255) = 38%
R=36.77%
G=25.23%
B=38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391642470.030.3400.03294.2283.8480.59
HexEFA4F7322031265451
Octal35724436734203446124121
Binary1110111110100100111101111110001001110010011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4F7; }

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

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

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

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

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

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

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

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