#E5BFF1

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

Shades of Mauve #E5BFF1

Tints of Mauve #E5BFF1

Color information

#E5BFF1 (or 0xE5BFF1) is unknown color: approx Mauve. HEX triplet: E5, BF and F1. RGB value is (229,191,241). Sum of RGB (Red+Green+Blue) = 229+191+241=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF1 is #1A400E. Grayscale: #CFCFCF. Windows color (decimal): -1720335 or 15843301. OLE color: 15843301.

HSL color Cylindrical-coordinate representation of color #E5BFF1: hue angle of 285.6º degrees, saturation: 0.64, 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 #E5BFF1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229191241-
CMYK0.050.2100.05
HSL285.6º64.1%84.71%-
HSV(B)285.6º20.75%94.51%-
XYZ66.8260.2791.33-
YUV208.06146.59142.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=34.64%
G=28.90%
B=36.46%

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
Decimal2291912410.050.2100.05285.664.184.71
HexE5BFF15150511e4055
Octal34527736152505436100125
Binary11100101101111111111000110110101010110001111010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFF1; }

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

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

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

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

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

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

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

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