#E9B1FB

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

Shades of Mauve #E9B1FB

Tints of Mauve #E9B1FB

Color information

#E9B1FB (or 0xE9B1FB) is unknown color: approx Mauve. HEX triplet: E9, B1 and FB. RGB value is (233,177,251). Sum of RGB (Red+Green+Blue) = 233+177+251=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9B1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B1FB is #164E04. Grayscale: #C9C9C9. Windows color (decimal): -1461765 or 16495081. OLE color: 16495081.

HSL color Cylindrical-coordinate representation of color #E9B1FB: hue angle of 285.41º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B1FB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233177251-
CMYK0.070.2900.02
HSL285.41º90.24%83.92%-
HSV(B)285.41º29.48%98.43%-
XYZ66.7455.7398.51-
YUV202.18155.55149.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 177 (69.53% from 255) = 26.78%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=35.25%
G=26.78%
B=37.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331772510.070.2900.02285.4190.2483.92
HexE9B1FB71D0211d5a54
Octal35126137373502435132124
Binary1110100110110001111110111111110101010001110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B1FB; }

 p { color: rgb(233,177,251); }

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

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

 a { background-color: rgb(233,177,251); }

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

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

 span { border-color: rgb(233,177,251); }

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