#EFA2FE

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

Shades of Mauve #EFA2FE

Tints of Mauve #EFA2FE

Color information

#EFA2FE (or 0xEFA2FE) is unknown color: approx Mauve. HEX triplet: EF, A2 and FE. RGB value is (239,162,254). Sum of RGB (Red+Green+Blue) = 239+162+254=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2FE is #105D01. Grayscale: #C3C3C3. Windows color (decimal): -1072386 or 16687855. OLE color: 16687855.

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

Color convert

RGB239162254-
CMYK0.060.3600.00
HSL290.22º97.87%81.57%-
HSV(B)290.22º36.22%99.61%-
XYZ66.4151.35100.18-
YUV195.51161.01159.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 162 (63.67% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=36.49%
G=24.73%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391622540.060.3600.00290.2297.8781.57
HexEFA2FE624001226252
Octal35724237664400442142122
Binary1110111110100010111111101101001000010010001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2FE; }

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

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

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

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

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

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

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

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