#E4A0F9

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

Shades of Mauve #E4A0F9

Tints of Mauve #E4A0F9

Color information

#E4A0F9 (or 0xE4A0F9) is unknown color: approx Mauve. HEX triplet: E4, A0 and F9. RGB value is (228,160,249). Sum of RGB (Red+Green+Blue) = 228+160+249=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A0F9 is #1B5F06. Grayscale: #BEBEBE. Windows color (decimal): -1793799 or 16359652. OLE color: 16359652.

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

Color convert

RGB228160249-
CMYK0.080.3600.02
HSL285.84º88.12%80.2%-
HSV(B)285.84º35.74%97.65%-
XYZ61.6648.4895.73-
YUV190.48161.03154.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 160 (62.89% from 255) = 25.12%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=35.79%
G=25.12%
B=39.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281602490.080.3600.02285.8488.1280.2
HexE4A0F98240211e5850
Octal344240371104402436130120
Binary111001001010000011111001100010010001010001111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A0F9; }

 p { color: rgb(228,160,249); }

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

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

 a { background-color: rgb(228,160,249); }

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

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

 span { border-color: rgb(228,160,249); }

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