#E5B3EE

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

Shades of Mauve #E5B3EE

Tints of Mauve #E5B3EE

Color information

#E5B3EE (or 0xE5B3EE) is unknown color: approx Mauve. HEX triplet: E5, B3 and EE. RGB value is (229,179,238). Sum of RGB (Red+Green+Blue) = 229+179+238=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B3EE is #1A4C11. Grayscale: #C8C8C8. Windows color (decimal): -1723410 or 15643621. OLE color: 15643621.

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

Color convert

RGB229179238-
CMYK0.040.2500.07
HSL290.85º63.44%81.76%-
HSV(B)290.85º24.79%93.33%-
XYZ63.8755.0788.15-
YUV200.68149.06148.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.45%
GREEN value IS 179 (70.31% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=35.45%
G=27.71%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291792380.040.2500.07290.8563.4481.76
HexE5B3EE419071233f52
Octal3452633564310744377122
Binary1110010110110011111011101001100101111001000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B3EE; }

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

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

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

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

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

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

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

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