#E1BBEB

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

Shades of Mauve #E1BBEB

Tints of Mauve #E1BBEB

Color information

#E1BBEB (or 0xE1BBEB) is unknown color: approx Mauve. HEX triplet: E1, BB and EB. RGB value is (225,187,235). Sum of RGB (Red+Green+Blue) = 225+187+235=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBEB is #1E4414. Grayscale: #CBCBCB. Windows color (decimal): -1983509 or 15449057. OLE color: 15449057.

HSL color Cylindrical-coordinate representation of color #E1BBEB: hue angle of 287.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BBEB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225187235-
CMYK0.040.2000.08
HSL287.5º54.55%82.75%-
HSV(B)287.5º20.43%92.16%-
XYZ63.8257.5586.34-
YUV203.83145.59143.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.78%
G=28.90%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251872350.040.2000.08287.554.5582.75
HexE1BBEB414081203753
Octal34127335342401044067123
Binary11100001101110111110101110010100010001001000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBEB; }

 p { color: rgb(225,187,235); }

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

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

 a { background-color: rgb(225,187,235); }

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

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

 span { border-color: rgb(225,187,235); }

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