#E1B6FE

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

Shades of Mauve #E1B6FE

Tints of Mauve #E1B6FE

Color information

#E1B6FE (or 0xE1B6FE) is unknown color: approx Mauve. HEX triplet: E1, B6 and FE. RGB value is (225,182,254). Sum of RGB (Red+Green+Blue) = 225+182+254=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6FE is #1E4901. Grayscale: #CACACA. Windows color (decimal): -1984770 or 16692961. OLE color: 16692961.

HSL color Cylindrical-coordinate representation of color #E1B6FE: hue angle of 275.83º 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 #E1B6FE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225182254-
CMYK0.110.2800.00
HSL275.83º97.3%85.49%-
HSV(B)275.83º28.35%99.61%-
XYZ65.6756.62101.23-
YUV203.06156.75143.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.04%
GREEN value IS 182 (71.48% from 255) = 27.53%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=34.04%
G=27.53%
B=38.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251822540.110.2800.00275.8397.385.49
HexE1B6FEB1C001146155
Octal341266376133400424141125
Binary1110000110110110111111101011111000010001010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6FE; }

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

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

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

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

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

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

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

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