#E2A1FB

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

Shades of Mauve #E2A1FB

Tints of Mauve #E2A1FB

Color information

#E2A1FB (or 0xE2A1FB) is unknown color: approx Mauve. HEX triplet: E2, A1 and FB. RGB value is (226,161,251). Sum of RGB (Red+Green+Blue) = 226+161+251=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1FB is #1D5E04. Grayscale: #BEBEBE. Windows color (decimal): -1924613 or 16490978. OLE color: 16490978.

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

Color convert

RGB226161251-
CMYK0.100.3600.02
HSL283.33º91.84%80.78%-
HSV(B)283.33º35.86%98.43%-
XYZ61.5248.6297.41-
YUV190.7162.03153.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 161 (63.28% from 255) = 25.24%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=35.42%
G=25.24%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261612510.100.3600.02283.3391.8480.78
HexE2A1FBA240211b5c51
Octal342241373124402433134121
Binary111000101010000111111011101010010001010001101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1FB; }

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

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

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

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

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

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

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

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