#E9B3FA

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

Shades of Mauve #E9B3FA

Tints of Mauve #E9B3FA

Color information

#E9B3FA (or 0xE9B3FA) is unknown color: approx Mauve. HEX triplet: E9, B3 and FA. RGB value is (233,179,250). Sum of RGB (Red+Green+Blue) = 233+179+250=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B3FA is #164C05. Grayscale: #CBCBCB. Windows color (decimal): -1461254 or 16430057. OLE color: 16430057.

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

Color convert

RGB233179250-
CMYK0.070.2800.02
HSL285.63º87.65%84.12%-
HSV(B)285.63º28.4%98.04%-
XYZ66.9856.4797.81-
YUV203.24154.39149.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 179 (70.31% from 255) = 27.04%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=35.20%
G=27.04%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331792500.070.2800.02285.6387.6584.12
HexE9B3FA71C0211e5854
Octal35126337273402436130124
Binary1110100110110011111110101111110001010001111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B3FA; }

 p { color: rgb(233,179,250); }

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

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

 a { background-color: rgb(233,179,250); }

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

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

 span { border-color: rgb(233,179,250); }

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