#EFA0FE

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

Shades of Mauve #EFA0FE

Tints of Mauve #EFA0FE

Color information

#EFA0FE (or 0xEFA0FE) is unknown color: approx Mauve. HEX triplet: EF, A0 and FE. RGB value is (239,160,254). Sum of RGB (Red+Green+Blue) = 239+160+254=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FE is #105F01. Grayscale: #C2C2C2. Windows color (decimal): -1072898 or 16687343. OLE color: 16687343.

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

Color convert

RGB239160254-
CMYK0.060.3700.00
HSL290.43º97.92%81.18%-
HSV(B)290.43º37.01%99.61%-
XYZ66.0650.65100.06-
YUV194.34161.67159.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 160 (62.89% from 255) = 24.50%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=36.60%
G=24.50%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391602540.060.3700.00290.4397.9281.18
HexEFA0FE625001226251
Octal35724037664500442142121
Binary1110111110100000111111101101001010010010001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0FE; }

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

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

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

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

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

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

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

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