#E2B6EC

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

Shades of Mauve #E2B6EC

Tints of Mauve #E2B6EC

Color information

#E2B6EC (or 0xE2B6EC) is unknown color: approx Mauve. HEX triplet: E2, B6 and EC. RGB value is (226,182,236). Sum of RGB (Red+Green+Blue) = 226+182+236=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6EC is #1D4913. Grayscale: #C9C9C9. Windows color (decimal): -1919252 or 15513314. OLE color: 15513314.

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

Color convert

RGB226182236-
CMYK0.040.2300.07
HSL288.89º58.7%81.96%-
HSV(B)288.89º22.88%92.55%-
XYZ63.2355.6886.77-
YUV201.31147.58145.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=35.09%
G=28.26%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261822360.040.2300.07288.8958.781.96
HexE2B6EC417071213b52
Octal3422663544270744173122
Binary1110001010110110111011001001011101111001000011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B6EC; }

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

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

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

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

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

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

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

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