#E1B6EF

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

Shades of Mauve #E1B6EF

Tints of Mauve #E1B6EF

Color information

#E1B6EF (or 0xE1B6EF) is unknown color: approx Mauve. HEX triplet: E1, B6 and EF. RGB value is (225,182,239). Sum of RGB (Red+Green+Blue) = 225+182+239=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6EF is #1E4910. Grayscale: #C9C9C9. Windows color (decimal): -1984785 or 15709921. OLE color: 15709921.

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

Color convert

RGB225182239-
CMYK0.060.2400.06
HSL285.26º64.04%82.55%-
HSV(B)285.26º23.85%93.73%-
XYZ63.3655.789.07-
YUV201.36149.25144.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 182 (71.48% from 255) = 28.17%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=34.83%
G=28.17%
B=37.00%

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
Decimal2251822390.060.2400.06285.2664.0482.55
HexE1B6EF6180611d4053
Octal34126635763006435100123
Binary11100001101101101110111111011000011010001110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6EF; }

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

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

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

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

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

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

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

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