#E1B9FF

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

Shades of Mauve #E1B9FF

Tints of Mauve #E1B9FF

Color information

#E1B9FF (or 0xE1B9FF) is unknown color: approx Mauve. HEX triplet: E1, B9 and FF. RGB value is (225,185,255). Sum of RGB (Red+Green+Blue) = 225+185+255=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B9FF is #1E4600. Grayscale: #CCCCCC. Windows color (decimal): -1984001 or 16759265. OLE color: 16759265.

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

Color convert

RGB225185255-
CMYK0.120.2700
HSL274.29º100%86.27%-
HSV(B)274.29º27.45%100%-
XYZ66.4557.93102.29-
YUV204.94156.25142.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 255 (100% from 255) = 38.35%
R=33.83%
G=27.82%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251852550.120.2700274.2910086.27
HexE1B9FFC1B001126456
Octal341271377143300422144126
Binary1110000110111001111111111100110110010001001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9FF; }

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

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

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

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

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

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

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

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