#E5B9EF

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

Shades of Mauve #E5B9EF

Tints of Mauve #E5B9EF

Color information

#E5B9EF (or 0xE5B9EF) is unknown color: approx Mauve. HEX triplet: E5, B9 and EF. RGB value is (229,185,239). Sum of RGB (Red+Green+Blue) = 229+185+239=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9EF is #1A4610. Grayscale: #CCCCCC. Windows color (decimal): -1721873 or 15710693. OLE color: 15710693.

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

Color convert

RGB229185239-
CMYK0.040.2300.06
HSL288.89º62.79%83.14%-
HSV(B)288.89º22.59%93.73%-
XYZ65.2457.5989.34-
YUV204.31147.58145.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=35.07%
G=28.33%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291852390.040.2300.06288.8962.7983.14
HexE5B9EF417061213f53
Octal3452713574270644177123
Binary1110010110111001111011111001011101101001000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9EF; }

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

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

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

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

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

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

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

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