#E1B2EE

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

Shades of Mauve #E1B2EE

Tints of Mauve #E1B2EE

Color information

#E1B2EE (or 0xE1B2EE) is unknown color: approx Mauve. HEX triplet: E1, B2 and EE. RGB value is (225,178,238). Sum of RGB (Red+Green+Blue) = 225+178+238=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EE is #1E4D11. Grayscale: #C6C6C6. Windows color (decimal): -1985810 or 15643361. OLE color: 15643361.

HSL color Cylindrical-coordinate representation of color #E1B2EE: hue angle of 287º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B2EE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225178238-
CMYK0.050.2500.07
HSL287º63.83%81.57%-
HSV(B)287º25.21%93.33%-
XYZ62.454.0288.03-
YUV198.89150.07146.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 178 (69.92% from 255) = 27.77%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=35.10%
G=27.77%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251782380.050.2500.0728763.8381.57
HexE1B2EE5190711f4052
Octal34126235653107437100122
Binary11100001101100101110111010111001011110001111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2EE; }

 p { color: rgb(225,178,238); }

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

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

 a { background-color: rgb(225,178,238); }

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

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

 span { border-color: rgb(225,178,238); }

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