#E1B7EB

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

Shades of Mauve #E1B7EB

Tints of Mauve #E1B7EB

Color information

#E1B7EB (or 0xE1B7EB) is unknown color: approx Mauve. HEX triplet: E1, B7 and EB. RGB value is (225,183,235). Sum of RGB (Red+Green+Blue) = 225+183+235=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B7EB is #1E4814. Grayscale: #C9C9C9. Windows color (decimal): -1984533 or 15448033. OLE color: 15448033.

HSL color Cylindrical-coordinate representation of color #E1B7EB: hue angle of 288.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B7EB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225183235-
CMYK0.040.2200.08
HSL288.46º56.52%81.96%-
HSV(B)288.46º22.13%92.16%-
XYZ62.9855.8786.06-
YUV201.49146.91144.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 183 (71.88% from 255) = 28.46%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.99%
G=28.46%
B=36.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251832350.040.2200.08288.4656.5281.96
HexE1B7EB416081203952
Octal34126735342601044071122
Binary11100001101101111110101110010110010001001000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7EB; }

 p { color: rgb(225,183,235); }

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

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

 a { background-color: rgb(225,183,235); }

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

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

 span { border-color: rgb(225,183,235); }

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