#E5BBFF

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

Shades of Mauve #E5BBFF

Tints of Mauve #E5BBFF

Color information

#E5BBFF (or 0xE5BBFF) is unknown color: approx Mauve. HEX triplet: E5, BB and FF. RGB value is (229,187,255). Sum of RGB (Red+Green+Blue) = 229+187+255=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFF is #1A4400. Grayscale: #CFCFCF. Windows color (decimal): -1721345 or 16759781. OLE color: 16759781.

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

Color convert

RGB229187255-
CMYK0.100.2700
HSL277.06º100%86.67%-
HSV(B)277.06º26.67%100%-
XYZ68.1359.42102.49-
YUV207.31154.91143.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 187 (73.44% from 255) = 27.87%
BLUE value IS 255 (100% from 255) = 38.00%
R=34.13%
G=27.87%
B=38.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291872550.100.2700277.0610086.67
HexE5BBFFA1B001156457
Octal345273377123300425144127
Binary1110010110111011111111111010110110010001010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBFF; }

 p { color: rgb(229,187,255); }

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

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

 a { background-color: rgb(229,187,255); }

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

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

 span { border-color: rgb(229,187,255); }

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