#E2A1FC

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

Shades of Mauve #E2A1FC

Tints of Mauve #E2A1FC

Color information

#E2A1FC (or 0xE2A1FC) is unknown color: approx Mauve. HEX triplet: E2, A1 and FC. RGB value is (226,161,252). Sum of RGB (Red+Green+Blue) = 226+161+252=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1FC is #1D5E03. Grayscale: #BEBEBE. Windows color (decimal): -1924612 or 16556514. OLE color: 16556514.

HSL color Cylindrical-coordinate representation of color #E2A1FC: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2A1FC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226161252-
CMYK0.100.3600.01
HSL282.86º93.81%80.98%-
HSV(B)282.86º36.11%98.82%-
XYZ61.6848.6998.24-
YUV190.81162.53153.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=35.37%
G=25.20%
B=39.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261612520.100.3600.01282.8693.8180.98
HexE2A1FCA240111b5e51
Octal342241374124401433136121
Binary11100010101000011111110010101001000110001101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1FC; }

 p { color: rgb(226,161,252); }

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

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

 a { background-color: rgb(226,161,252); }

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

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

 span { border-color: rgb(226,161,252); }

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