#EFA4FE

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

Shades of Mauve #EFA4FE

Tints of Mauve #EFA4FE

Color information

#EFA4FE (or 0xEFA4FE) is unknown color: approx Mauve. HEX triplet: EF, A4 and FE. RGB value is (239,164,254). Sum of RGB (Red+Green+Blue) = 239+164+254=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 164 (64.45% from 255 or 24.96% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FE is #105B01. Grayscale: #C4C4C4. Windows color (decimal): -1071874 or 16688367. OLE color: 16688367.

HSL color Cylindrical-coordinate representation of color #EFA4FE: hue angle of 290º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA4FE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239164254-
CMYK0.060.3500.00
HSL290º97.83%81.96%-
HSV(B)290º35.43%99.61%-
XYZ66.7652.06100.3-
YUV196.68160.35158.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 164 (64.45% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=36.38%
G=24.96%
B=38.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391642540.060.3500.0029097.8381.96
HexEFA4FE623001226252
Octal35724437664300442142122
Binary1110111110100100111111101101000110010010001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4FE; }

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

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

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

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

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

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

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

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