#E5BAFE

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

Shades of Mauve #E5BAFE

Tints of Mauve #E5BAFE

Color information

#E5BAFE (or 0xE5BAFE) is unknown color: approx Mauve. HEX triplet: E5, BA and FE. RGB value is (229,186,254). Sum of RGB (Red+Green+Blue) = 229+186+254=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFE is #1A4501. Grayscale: #CECECE. Windows color (decimal): -1721602 or 16693989. OLE color: 16693989.

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

Color convert

RGB229186254-
CMYK0.100.2700.00
HSL277.94º97.14%86.27%-
HSV(B)277.94º26.77%99.61%-
XYZ67.7658.93101.57-
YUV206.61154.75143.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=34.23%
G=27.80%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291862540.100.2700.00277.9497.1486.27
HexE5BAFEA1B001166156
Octal345272376123300426141126
Binary1110010110111010111111101010110110010001011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAFE; }

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

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

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

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

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

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

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

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