#E59AFA

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

Shades of Mauve #E59AFA

Tints of Mauve #E59AFA

Color information

#E59AFA (or 0xE59AFA) is unknown color: approx Mauve. HEX triplet: E5, 9A and FA. RGB value is (229,154,250). Sum of RGB (Red+Green+Blue) = 229+154+250=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #E59AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AFA is #1A6505. Grayscale: #BBBBBB. Windows color (decimal): -1729798 or 16423653. OLE color: 16423653.

HSL color Cylindrical-coordinate representation of color #E59AFA: hue angle of 286.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E59AFA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229154250-
CMYK0.080.3800.02
HSL286.88º90.57%79.22%-
HSV(B)286.88º38.4%98.04%-
XYZ61.1246.6796.23-
YUV187.37163.35157.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 154 (60.55% from 255) = 24.33%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=36.18%
G=24.33%
B=39.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291542500.080.3800.02286.8890.5779.22
HexE59AFA8260211f5b4f
Octal345232372104602437133117
Binary111001011001101011111010100010011001010001111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AFA; }

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

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

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

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

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

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

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

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