#E1B8EB

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

Shades of Mauve #E1B8EB

Tints of Mauve #E1B8EB

Color information

#E1B8EB (or 0xE1B8EB) is unknown color: approx Mauve. HEX triplet: E1, B8 and EB. RGB value is (225,184,235). Sum of RGB (Red+Green+Blue) = 225+184+235=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8EB is #1E4714. Grayscale: #C9C9C9. Windows color (decimal): -1984277 or 15448289. OLE color: 15448289.

HSL color Cylindrical-coordinate representation of color #E1B8EB: hue angle of 288.24º degrees, saturation: 0.56, 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 #E1B8EB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225184235-
CMYK0.040.2200.08
HSL288.24º56.04%82.16%-
HSV(B)288.24º21.7%92.16%-
XYZ63.1956.2986.13-
YUV202.07146.58144.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 184 (72.27% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=34.94%
G=28.57%
B=36.49%

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
Decimal2251842350.040.2200.08288.2456.0482.16
HexE1B8EB416081203852
Octal34127035342601044070122
Binary11100001101110001110101110010110010001001000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B8EB; }

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

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

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

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

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

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

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

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