#E2B3EC

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

Shades of Mauve #E2B3EC

Tints of Mauve #E2B3EC

Color information

#E2B3EC (or 0xE2B3EC) is unknown color: approx Mauve. HEX triplet: E2, B3 and EC. RGB value is (226,179,236). Sum of RGB (Red+Green+Blue) = 226+179+236=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EC is #1D4C13. Grayscale: #C7C7C7. Windows color (decimal): -1920020 or 15512546. OLE color: 15512546.

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

Color convert

RGB226179236-
CMYK0.040.2400.07
HSL289.47º60%81.37%-
HSV(B)289.47º24.15%92.55%-
XYZ62.6254.4786.57-
YUV199.55148.57146.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=35.26%
G=27.93%
B=36.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261792360.040.2400.07289.476081.37
HexE2B3EC418071213c51
Octal3422633544300744174121
Binary1110001010110011111011001001100001111001000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B3EC; }

 p { color: rgb(226,179,236); }

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

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

 a { background-color: rgb(226,179,236); }

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

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

 span { border-color: rgb(226,179,236); }

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