#E79FFC

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

Shades of Mauve #E79FFC

Tints of Mauve #E79FFC

Color information

#E79FFC (or 0xE79FFC) is unknown color: approx Mauve. HEX triplet: E7, 9F and FC. RGB value is (231,159,252). Sum of RGB (Red+Green+Blue) = 231+159+252=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #E79FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FFC is #186003. Grayscale: #BEBEBE. Windows color (decimal): -1597444 or 16556007. OLE color: 16556007.

HSL color Cylindrical-coordinate representation of color #E79FFC: hue angle of 286.45º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E79FFC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231159252-
CMYK0.080.3700.01
HSL286.45º93.94%80.59%-
HSV(B)286.45º36.9%98.82%-
XYZ62.9248.8198.2-
YUV191.13162.35156.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 24.77%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=35.98%
G=24.77%
B=39.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311592520.080.3700.01286.4593.9480.59
HexE79FFC8250111e5e51
Octal347237374104501436136121
Binary11100111100111111111110010001001010110001111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FFC; }

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

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

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

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

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

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

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

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