#E3B1ED

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

Shades of Mauve #E3B1ED

Tints of Mauve #E3B1ED

Color information

#E3B1ED (or 0xE3B1ED) is unknown color: approx Mauve. HEX triplet: E3, B1 and ED. RGB value is (227,177,237). Sum of RGB (Red+Green+Blue) = 227+177+237=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B1ED is #1C4E12. Grayscale: #C6C6C6. Windows color (decimal): -1854995 or 15577571. OLE color: 15577571.

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

Color convert

RGB227177237-
CMYK0.040.2500.07
HSL290º62.5%81.18%-
HSV(B)290º25.32%92.94%-
XYZ62.6953.8987.22-
YUV198.79149.56148.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.41%
GREEN value IS 177 (69.53% from 255) = 27.61%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=35.41%
G=27.61%
B=36.97%

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
Decimal2271772370.040.2500.0729062.581.18
HexE3B1ED419071223e51
Octal3432613554310744276121
Binary1110001110110001111011011001100101111001000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B1ED; }

 p { color: rgb(227,177,237); }

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

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

 a { background-color: rgb(227,177,237); }

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

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

 span { border-color: rgb(227,177,237); }

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