#EFA9FB

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

Shades of Mauve #EFA9FB

Tints of Mauve #EFA9FB

Color information

#EFA9FB (or 0xEFA9FB) is unknown color: approx Mauve. HEX triplet: EF, A9 and FB. RGB value is (239,169,251). Sum of RGB (Red+Green+Blue) = 239+169+251=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9FB is #105604. Grayscale: #C7C7C7. Windows color (decimal): -1070597 or 16493039. OLE color: 16493039.

HSL color Cylindrical-coordinate representation of color #EFA9FB: hue angle of 291.22º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA9FB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239169251-
CMYK0.050.3300.02
HSL291.22º91.11%82.35%-
HSV(B)291.22º32.67%98.43%-
XYZ67.253.6998.09-
YUV199.28157.19156.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 169 (66.41% from 255) = 25.64%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=36.27%
G=25.64%
B=38.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391692510.050.3300.02291.2291.1182.35
HexEFA9FB521021235b52
Octal35725137354102443133122
Binary11101111101010011111101110110000101010010001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9FB; }

 p { color: rgb(239,169,251); }

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

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

 a { background-color: rgb(239,169,251); }

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

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

 span { border-color: rgb(239,169,251); }

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