#E2B3EF

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

Shades of Mauve #E2B3EF

Tints of Mauve #E2B3EF

Color information

#E2B3EF (or 0xE2B3EF) is unknown color: approx Mauve. HEX triplet: E2, B3 and EF. RGB value is (226,179,239). Sum of RGB (Red+Green+Blue) = 226+179+239=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EF is #1D4C10. Grayscale: #C7C7C7. Windows color (decimal): -1920017 or 15709154. OLE color: 15709154.

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

Color convert

RGB226179239-
CMYK0.050.2500.06
HSL287º65.22%81.96%-
HSV(B)287º25.1%93.73%-
XYZ63.0654.6488.88-
YUV199.89150.07146.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 179 (70.31% from 255) = 27.80%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=35.09%
G=27.80%
B=37.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261792390.050.2500.0628765.2281.96
HexE2B3EF5190611f4152
Octal34226335753106437101122
Binary11100010101100111110111110111001011010001111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B3EF; }

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

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

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

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

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

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

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

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