#E5BCFE

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

Shades of Mauve #E5BCFE

Tints of Mauve #E5BCFE

Color information

#E5BCFE (or 0xE5BCFE) is unknown color: approx Mauve. HEX triplet: E5, BC and FE. RGB value is (229,188,254). Sum of RGB (Red+Green+Blue) = 229+188+254=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFE is #1A4301. Grayscale: #CFCFCF. Windows color (decimal): -1721090 or 16694501. OLE color: 16694501.

HSL color Cylindrical-coordinate representation of color #E5BCFE: hue angle of 277.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BCFE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229188254-
CMYK0.100.2600.00
HSL277.27º97.06%86.67%-
HSV(B)277.27º25.98%99.61%-
XYZ68.1959.78101.71-
YUV207.78154.08143.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 28.02%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=34.13%
G=28.02%
B=37.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291882540.100.2600.00277.2797.0686.67
HexE5BCFEA1A001156157
Octal345274376123200425141127
Binary1110010110111100111111101010110100010001010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCFE; }

 p { color: rgb(229,188,254); }

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

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

 a { background-color: rgb(229,188,254); }

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

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

 span { border-color: rgb(229,188,254); }

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