#E1B5EF

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

Shades of Mauve #E1B5EF

Tints of Mauve #E1B5EF

Color information

#E1B5EF (or 0xE1B5EF) is unknown color: approx Mauve. HEX triplet: E1, B5 and EF. RGB value is (225,181,239). Sum of RGB (Red+Green+Blue) = 225+181+239=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B5EF is #1E4A10. Grayscale: #C8C8C8. Windows color (decimal): -1985041 or 15709665. OLE color: 15709665.

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

Color convert

RGB225181239-
CMYK0.060.2400.06
HSL285.52º64.44%82.35%-
HSV(B)285.52º24.27%93.73%-
XYZ63.1655.2989-
YUV200.77149.58145.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 181 (71.09% from 255) = 28.06%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=34.88%
G=28.06%
B=37.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251812390.060.2400.06285.5264.4482.35
HexE1B5EF6180611e4052
Octal34126535763006436100122
Binary11100001101101011110111111011000011010001111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B5EF; }

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

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

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

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

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

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

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

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