#E79DFC

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

Shades of Mauve #E79DFC

Tints of Mauve #E79DFC

Color information

#E79DFC (or 0xE79DFC) is unknown color: approx Mauve. HEX triplet: E7, 9D and FC. RGB value is (231,157,252). Sum of RGB (Red+Green+Blue) = 231+157+252=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #E79DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DFC is #186203. Grayscale: #BDBDBD. Windows color (decimal): -1597956 or 16555495. OLE color: 16555495.

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

Color convert

RGB231157252-
CMYK0.080.3800.01
HSL286.74º94.06%80.2%-
HSV(B)286.74º37.7%98.82%-
XYZ62.5848.1398.09-
YUV189.96163.02157.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=36.09%
G=24.53%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311572520.080.3800.01286.7494.0680.2
HexE79DFC8260111f5e50
Octal347235374104601437136120
Binary11100111100111011111110010001001100110001111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DFC; }

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

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

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

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

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

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

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

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