#E5B6FE

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

Shades of Mauve #E5B6FE

Tints of Mauve #E5B6FE

Color information

#E5B6FE (or 0xE5B6FE) is unknown color: approx Mauve. HEX triplet: E5, B6 and FE. RGB value is (229,182,254). Sum of RGB (Red+Green+Blue) = 229+182+254=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6FE is #1A4901. Grayscale: #CCCCCC. Windows color (decimal): -1722626 or 16692965. OLE color: 16692965.

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

Color convert

RGB229182254-
CMYK0.100.2800.00
HSL279.17º97.3%85.49%-
HSV(B)279.17º28.35%99.61%-
XYZ66.9357.27101.29-
YUV204.26156.07145.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.44%
GREEN value IS 182 (71.48% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=34.44%
G=27.37%
B=38.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291822540.100.2800.00279.1797.385.49
HexE5B6FEA1C001176155
Octal345266376123400427141125
Binary1110010110110110111111101010111000010001011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B6FE; }

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

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

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

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

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

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

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

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