#E59DFE

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

Shades of Mauve #E59DFE

Tints of Mauve #E59DFE

Color information

#E59DFE (or 0xE59DFE) is unknown color: approx Mauve. HEX triplet: E5, 9D and FE. RGB value is (229,157,254). Sum of RGB (Red+Green+Blue) = 229+157+254=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #E59DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DFE is #1A6201. Grayscale: #BDBDBD. Windows color (decimal): -1729026 or 16686565. OLE color: 16686565.

HSL color Cylindrical-coordinate representation of color #E59DFE: hue angle of 284.54º 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 #E59DFE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229157254-
CMYK0.100.3800.00
HSL284.54º97.98%80.59%-
HSV(B)284.54º38.19%99.61%-
XYZ62.2647.9399.74-
YUV189.59164.35156.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=35.78%
G=24.53%
B=39.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291572540.100.3800.00284.5497.9880.59
HexE59DFEA260011d6251
Octal345235376124600435142121
Binary11100101100111011111111010101001100010001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DFE; }

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

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

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

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

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

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

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

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