#E1BEF1

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

Shades of Mauve #E1BEF1

Tints of Mauve #E1BEF1

Color information

#E1BEF1 (or 0xE1BEF1) is unknown color: approx Mauve. HEX triplet: E1, BE and F1. RGB value is (225,190,241). Sum of RGB (Red+Green+Blue) = 225+190+241=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEF1 is #1E410E. Grayscale: #CECECE. Windows color (decimal): -1982735 or 15843041. OLE color: 15843041.

HSL color Cylindrical-coordinate representation of color #E1BEF1: hue angle of 281.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BEF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225190241-
CMYK0.070.2100.05
HSL281.18º64.56%84.51%-
HSV(B)281.18º21.16%94.51%-
XYZ65.3459.1991.2-
YUV206.28147.6141.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.30%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=34.30%
G=28.96%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251902410.070.2100.05281.1864.5684.51
HexE1BEF1715051194155
Octal34127636172505431101125
Binary11100001101111101111000111110101010110001100110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEF1; }

 p { color: rgb(225,190,241); }

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

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

 a { background-color: rgb(225,190,241); }

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

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

 span { border-color: rgb(225,190,241); }

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