#E79FFA

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

Shades of Mauve #E79FFA

Tints of Mauve #E79FFA

Color information

#E79FFA (or 0xE79FFA) is unknown color: approx Mauve. HEX triplet: E7, 9F and FA. RGB value is (231,159,250). Sum of RGB (Red+Green+Blue) = 231+159+250=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #E79FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FFA is #186005. Grayscale: #BEBEBE. Windows color (decimal): -1597446 or 16424935. OLE color: 16424935.

HSL color Cylindrical-coordinate representation of color #E79FFA: hue angle of 287.47º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E79FFA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231159250-
CMYK0.080.3600.02
HSL287.47º90.1%80.2%-
HSV(B)287.47º36.4%98.04%-
XYZ62.6148.6996.54-
YUV190.9161.35156.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=36.09%
G=24.84%
B=39.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311592500.080.3600.02287.4790.180.2
HexE79FFA8240211f5a50
Octal347237372104402437132120
Binary111001111001111111111010100010010001010001111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FFA; }

 p { color: rgb(231,159,250); }

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

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

 a { background-color: rgb(231,159,250); }

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

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

 span { border-color: rgb(231,159,250); }

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