#e5b3ef

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

Shades of Mauve #E5B3EF

Tints of Mauve #E5B3EF

Color information

#E5B3EF (or 0xE5B3EF) is unknown color: approx Mauve. HEX triplet: E5, B3 and EF. RGB value is (229,179,239). Sum of RGB (Red+Green+Blue) = 229+179+239=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B3EF is #1A4C10. Grayscale: #C8C8C8. Windows color (decimal): -1723409 or 15709157. OLE color: 15709157.

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

Color convert

RGB229179239-
CMYK0.040.2500.06
HSL290º65.22%81.96%-
HSV(B)290º25.1%93.73%-
XYZ64.0155.1388.93-
YUV200.79149.56148.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 179 (70.31% from 255) = 27.67%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=35.39%
G=27.67%
B=36.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291792390.040.2500.0629065.2281.96
HexE5B3EF419061224152
Octal34526335743106442101122
Binary11100101101100111110111110011001011010010001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b3ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b3ef; }

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

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

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

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

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

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

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

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