#E2A3F1

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

Shades of Mauve #E2A3F1

Tints of Mauve #E2A3F1

Color information

#E2A3F1 (or 0xE2A3F1) is unknown color: approx Mauve. HEX triplet: E2, A3 and F1. RGB value is (226,163,241). Sum of RGB (Red+Green+Blue) = 226+163+241=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2A3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A3F1 is #1D5C0E. Grayscale: #BEBEBE. Windows color (decimal): -1924111 or 15836130. OLE color: 15836130.

HSL color Cylindrical-coordinate representation of color #E2A3F1: hue angle of 288.46º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A3F1 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226163241-
CMYK0.060.3200.05
HSL288.46º73.58%79.22%-
HSV(B)288.46º32.37%94.51%-
XYZ60.3448.7189.44-
YUV190.73156.37153.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=35.87%
G=25.87%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261632410.060.3200.05288.4673.5879.22
HexE2A3F1620051204a4f
Octal34224336164005440112117
Binary111000101010001111110001110100000010110010000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A3F1; }

 p { color: rgb(226,163,241); }

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

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

 a { background-color: rgb(226,163,241); }

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

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

 span { border-color: rgb(226,163,241); }

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