#E1BEF9

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

Shades of Mauve #E1BEF9

Tints of Mauve #E1BEF9

Color information

#E1BEF9 (or 0xE1BEF9) is unknown color: approx Mauve. HEX triplet: E1, BE and F9. RGB value is (225,190,249). Sum of RGB (Red+Green+Blue) = 225+190+249=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1BEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEF9 is #1E4106. Grayscale: #CECECE. Windows color (decimal): -1982727 or 16367329. OLE color: 16367329.

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

Color convert

RGB225190249-
CMYK0.100.2400.02
HSL275.59º83.1%86.08%-
HSV(B)275.59º23.69%97.65%-
XYZ66.5659.6797.63-
YUV207.19151.6140.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=33.89%
G=28.61%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251902490.100.2400.02275.5983.186.08
HexE1BEF9A18021145356
Octal341276371123002424123126
Binary11100001101111101111100110101100001010001010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEF9; }

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

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

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

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

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

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

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

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