#E5BFFF

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

Shades of Mauve #E5BFFF

Tints of Mauve #E5BFFF

Color information

#E5BFFF (or 0xE5BFFF) is unknown color: approx Mauve. HEX triplet: E5, BF and FF. RGB value is (229,191,255). Sum of RGB (Red+Green+Blue) = 229+191+255=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFF is #1A4000. Grayscale: #D1D1D1. Windows color (decimal): -1720321 or 16760805. OLE color: 16760805.

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

Color convert

RGB229191255-
CMYK0.100.2500
HSL275.62º100%87.45%-
HSV(B)275.62º25.1%100%-
XYZ68.9961.14102.77-
YUV209.66153.59141.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 37.78%
R=33.93%
G=28.30%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291912550.100.2500275.6210087.45
HexE5BFFFA19001146457
Octal345277377123100424144127
Binary1110010110111111111111111010110010010001010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFFF; }

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

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

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

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

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

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

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

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