#E2A4F6

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

Shades of Mauve #E2A4F6

Tints of Mauve #E2A4F6

Color information

#E2A4F6 (or 0xE2A4F6) is unknown color: approx Mauve. HEX triplet: E2, A4 and F6. RGB value is (226,164,246). Sum of RGB (Red+Green+Blue) = 226+164+246=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2A4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A4F6 is #1D5B09. Grayscale: #BFBFBF. Windows color (decimal): -1923850 or 16164066. OLE color: 16164066.

HSL color Cylindrical-coordinate representation of color #E2A4F6: hue angle of 285.37º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A4F6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226164246-
CMYK0.080.3300.04
HSL285.37º82%80.39%-
HSV(B)285.37º33.33%96.47%-
XYZ61.2749.3793.49-
YUV191.89158.54152.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=35.53%
G=25.79%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261642460.080.3300.04285.378280.39
HexE2A4F68210411d5250
Octal342244366104104435122120
Binary1110001010100100111101101000100001010010001110110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A4F6; }

 p { color: rgb(226,164,246); }

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

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

 a { background-color: rgb(226,164,246); }

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

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

 span { border-color: rgb(226,164,246); }

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