#E5BFFE

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

Shades of Mauve #E5BFFE

Tints of Mauve #E5BFFE

Color information

#E5BFFE (or 0xE5BFFE) is unknown color: approx Mauve. HEX triplet: E5, BF and FE. RGB value is (229,191,254). Sum of RGB (Red+Green+Blue) = 229+191+254=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFE is #1A4001. Grayscale: #D1D1D1. Windows color (decimal): -1720322 or 16695269. OLE color: 16695269.

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

Color convert

RGB229191254-
CMYK0.100.2500.00
HSL276.19º96.92%87.25%-
HSV(B)276.19º24.8%99.61%-
XYZ68.8361.08101.93-
YUV209.54153.09141.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=33.98%
G=28.34%
B=37.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291912540.100.2500.00276.1996.9287.25
HexE5BFFEA19001146157
Octal345277376123100424141127
Binary1110010110111111111111101010110010010001010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFFE; }

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

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

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

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

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

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

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

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