#E4A4F9

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

Shades of Mauve #E4A4F9

Tints of Mauve #E4A4F9

Color information

#E4A4F9 (or 0xE4A4F9) is unknown color: approx Mauve. HEX triplet: E4, A4 and F9. RGB value is (228,164,249). Sum of RGB (Red+Green+Blue) = 228+164+249=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A4F9 is #1B5B06. Grayscale: #C0C0C0. Windows color (decimal): -1792775 or 16360676. OLE color: 16360676.

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

Color convert

RGB228164249-
CMYK0.080.3400.02
HSL285.18º87.63%80.98%-
HSV(B)285.18º34.14%97.65%-
XYZ62.3749.8895.96-
YUV192.83159.7153.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 164 (64.45% from 255) = 25.59%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=35.57%
G=25.59%
B=38.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281642490.080.3400.02285.1887.6380.98
HexE4A4F98220211d5851
Octal344244371104202435130121
Binary111001001010010011111001100010001001010001110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A4F9; }

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

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

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

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

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

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

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

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