#E9B9F1

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

Shades of Mauve #E9B9F1

Tints of Mauve #E9B9F1

Color information

#E9B9F1 (or 0xE9B9F1) is unknown color: approx Mauve. HEX triplet: E9, B9 and F1. RGB value is (233,185,241). Sum of RGB (Red+Green+Blue) = 233+185+241=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9B9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B9F1 is #16460E. Grayscale: #CDCDCD. Windows color (decimal): -1459727 or 15841769. OLE color: 15841769.

HSL color Cylindrical-coordinate representation of color #E9B9F1: hue angle of 291.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B9F1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233185241-
CMYK0.030.2300.05
HSL291.43º66.67%83.53%-
HSV(B)291.43º23.24%94.51%-
XYZ66.8358.3790.96-
YUV205.74147.9147.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 185 (72.66% from 255) = 28.07%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=35.36%
G=28.07%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331852410.030.2300.05291.4366.6783.53
HexE9B9F1317051234354
Octal35127136132705443103124
Binary1110100110111001111100011110111010110010001110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9F1; }

 p { color: rgb(233,185,241); }

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

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

 a { background-color: rgb(233,185,241); }

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

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

 span { border-color: rgb(233,185,241); }

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