#E1B2EC

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

Shades of Mauve #E1B2EC

Tints of Mauve #E1B2EC

Color information

#E1B2EC (or 0xE1B2EC) is unknown color: approx Mauve. HEX triplet: E1, B2 and EC. RGB value is (225,178,236). Sum of RGB (Red+Green+Blue) = 225+178+236=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EC is #1E4D13. Grayscale: #C6C6C6. Windows color (decimal): -1985812 or 15512289. OLE color: 15512289.

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

Color convert

RGB225178236-
CMYK0.050.2500.07
HSL288.62º60.42%81.18%-
HSV(B)288.62º24.58%92.55%-
XYZ62.1153.986.49-
YUV198.66149.07146.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 178 (69.92% from 255) = 27.86%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=35.21%
G=27.86%
B=36.93%

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
Decimal2251782360.050.2500.07288.6260.4281.18
HexE1B2EC519071213c51
Octal3412623545310744174121
Binary1110000110110010111011001011100101111001000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2EC; }

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

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

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

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

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

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

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

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