#E59AFC

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

Shades of Mauve #E59AFC

Tints of Mauve #E59AFC

Color information

#E59AFC (or 0xE59AFC) is unknown color: approx Mauve. HEX triplet: E5, 9A and FC. RGB value is (229,154,252). Sum of RGB (Red+Green+Blue) = 229+154+252=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #E59AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AFC is #1A6503. Grayscale: #BBBBBB. Windows color (decimal): -1729796 or 16554725. OLE color: 16554725.

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

Color convert

RGB229154252-
CMYK0.090.3900.01
HSL285.92º94.23%79.61%-
HSV(B)285.92º38.89%98.82%-
XYZ61.4446.897.89-
YUV187.6164.35157.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=36.06%
G=24.25%
B=39.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291542520.090.3900.01285.9294.2379.61
HexE59AFC9270111e5e50
Octal345232374114701436136120
Binary11100101100110101111110010011001110110001111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AFC; }

 p { color: rgb(229,154,252); }

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

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

 a { background-color: rgb(229,154,252); }

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

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

 span { border-color: rgb(229,154,252); }

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