#E1B3EF

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

Shades of Mauve #E1B3EF

Tints of Mauve #E1B3EF

Color information

#E1B3EF (or 0xE1B3EF) is unknown color: approx Mauve. HEX triplet: E1, B3 and EF. RGB value is (225,179,239). Sum of RGB (Red+Green+Blue) = 225+179+239=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B3EF is #1E4C10. Grayscale: #C7C7C7. Windows color (decimal): -1985553 or 15709153. OLE color: 15709153.

HSL color Cylindrical-coordinate representation of color #E1B3EF: hue angle of 286º 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 #E1B3EF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225179239-
CMYK0.060.2500.06
HSL286º65.22%81.96%-
HSV(B)286º25.1%93.73%-
XYZ62.7554.4888.87-
YUV199.59150.24146.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=34.99%
G=27.84%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251792390.060.2500.0628665.2281.96
HexE1B3EF6190611e4152
Octal34126335763106436101122
Binary11100001101100111110111111011001011010001111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3EF; }

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

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

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

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

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

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

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

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