#E1B9FE

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

Shades of Mauve #E1B9FE

Tints of Mauve #E1B9FE

Color information

#E1B9FE (or 0xE1B9FE) is unknown color: approx Mauve. HEX triplet: E1, B9 and FE. RGB value is (225,185,254). Sum of RGB (Red+Green+Blue) = 225+185+254=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B9FE is #1E4601. Grayscale: #CCCCCC. Windows color (decimal): -1984002 or 16693729. OLE color: 16693729.

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

Color convert

RGB225185254-
CMYK0.110.2700.00
HSL274.78º97.18%86.08%-
HSV(B)274.78º27.17%99.61%-
XYZ66.2957.86101.44-
YUV204.83155.75142.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 185 (72.66% from 255) = 27.86%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=33.89%
G=27.86%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251852540.110.2700.00274.7897.1886.08
HexE1B9FEB1B001136156
Octal341271376133300423141126
Binary1110000110111001111111101011110110010001001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9FE; }

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

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

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

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

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

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

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

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