#E1B9FC

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

Shades of Mauve #E1B9FC

Tints of Mauve #E1B9FC

Color information

#E1B9FC (or 0xE1B9FC) is unknown color: approx Mauve. HEX triplet: E1, B9 and FC. RGB value is (225,185,252). Sum of RGB (Red+Green+Blue) = 225+185+252=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B9FC is #1E4603. Grayscale: #CCCCCC. Windows color (decimal): -1984004 or 16562657. OLE color: 16562657.

HSL color Cylindrical-coordinate representation of color #E1B9FC: hue angle of 275.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1B9FC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225185252-
CMYK0.110.2700.01
HSL275.82º91.78%85.69%-
HSV(B)275.82º26.59%98.82%-
XYZ65.9757.7399.76-
YUV204.6154.75142.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=33.99%
G=27.95%
B=38.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251852520.110.2700.01275.8291.7885.69
HexE1B9FCB1B011145c56
Octal341271374133301424134126
Binary1110000110111001111111001011110110110001010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9FC; }

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

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

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

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

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

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

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

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