#E79DFE

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

Shades of Mauve #E79DFE

Tints of Mauve #E79DFE

Color information

#E79DFE (or 0xE79DFE) is unknown color: approx Mauve. HEX triplet: E7, 9D and FE. RGB value is (231,157,254). Sum of RGB (Red+Green+Blue) = 231+157+254=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E79DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DFE is #186201. Grayscale: #BDBDBD. Windows color (decimal): -1597954 or 16686567. OLE color: 16686567.

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

Color convert

RGB231157254-
CMYK0.090.3800.00
HSL285.77º97.98%80.59%-
HSV(B)285.77º38.19%99.61%-
XYZ62.948.2699.77-
YUV190.18164.02157.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 157 (61.72% from 255) = 24.45%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=35.98%
G=24.45%
B=39.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311572540.090.3800.00285.7797.9880.59
HexE79DFE9260011e6251
Octal347235376114600436142121
Binary11100111100111011111111010011001100010001111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DFE; }

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

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

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

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

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

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

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

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