#E5BEF1

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

Shades of Mauve #E5BEF1

Tints of Mauve #E5BEF1

Color information

#E5BEF1 (or 0xE5BEF1) is unknown color: approx Mauve. HEX triplet: E5, BE and F1. RGB value is (229,190,241). Sum of RGB (Red+Green+Blue) = 229+190+241=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEF1 is #1A410E. Grayscale: #CFCFCF. Windows color (decimal): -1720591 or 15843045. OLE color: 15843045.

HSL color Cylindrical-coordinate representation of color #E5BEF1: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BEF1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229190241-
CMYK0.050.2100.05
HSL285.88º64.56%84.51%-
HSV(B)285.88º21.16%94.51%-
XYZ66.659.8491.26-
YUV207.47146.92143.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.70%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=34.70%
G=28.79%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291902410.050.2100.05285.8864.5684.51
HexE5BEF15150511e4155
Octal34527636152505436101125
Binary11100101101111101111000110110101010110001111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEF1; }

 p { color: rgb(229,190,241); }

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

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

 a { background-color: rgb(229,190,241); }

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

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

 span { border-color: rgb(229,190,241); }

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