#EFA4FC

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

Shades of Mauve #EFA4FC

Tints of Mauve #EFA4FC

Color information

#EFA4FC (or 0xEFA4FC) is unknown color: approx Mauve. HEX triplet: EF, A4 and FC. RGB value is (239,164,252). Sum of RGB (Red+Green+Blue) = 239+164+252=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 164 (64.45% from 255 or 25.04% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FC is #105B03. Grayscale: #C4C4C4. Windows color (decimal): -1071876 or 16557295. OLE color: 16557295.

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

Color convert

RGB239164252-
CMYK0.050.3500.01
HSL291.14º93.62%81.57%-
HSV(B)291.14º34.92%98.82%-
XYZ66.4451.9398.62-
YUV196.46159.35158.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 164 (64.45% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=36.49%
G=25.04%
B=38.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391642520.050.3500.01291.1493.6281.57
HexEFA4FC523011235e52
Octal35724437454301443136122
Binary1110111110100100111111001011000110110010001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4FC; }

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

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

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

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

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

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

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

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