#E1B2EB

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

Shades of Mauve #E1B2EB

Tints of Mauve #E1B2EB

Color information

#E1B2EB (or 0xE1B2EB) is unknown color: approx Mauve. HEX triplet: E1, B2 and EB. RGB value is (225,178,235). Sum of RGB (Red+Green+Blue) = 225+178+235=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EB is #1E4D14. Grayscale: #C6C6C6. Windows color (decimal): -1985813 or 15446753. OLE color: 15446753.

HSL color Cylindrical-coordinate representation of color #E1B2EB: hue angle of 289.47º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B2EB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225178235-
CMYK0.040.2400.08
HSL289.47º58.76%80.98%-
HSV(B)289.47º24.26%92.16%-
XYZ61.9753.8585.72-
YUV198.55148.57146.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 178 (69.92% from 255) = 27.90%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=35.27%
G=27.90%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251782350.040.2400.08289.4758.7680.98
HexE1B2EB418081213b51
Octal34126235343001044173121
Binary11100001101100101110101110011000010001001000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2EB; }

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

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

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

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

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

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

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

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