#E9B9FA

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

Shades of Mauve #E9B9FA

Tints of Mauve #E9B9FA

Color information

#E9B9FA (or 0xE9B9FA) is unknown color: approx Mauve. HEX triplet: E9, B9 and FA. RGB value is (233,185,250). Sum of RGB (Red+Green+Blue) = 233+185+250=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B9FA is #164605. Grayscale: #CECECE. Windows color (decimal): -1459718 or 16431593. OLE color: 16431593.

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

Color convert

RGB233185250-
CMYK0.070.2600.02
HSL284.31º86.67%85.29%-
HSV(B)284.31º26%98.04%-
XYZ68.2158.9298.22-
YUV206.76152.4146.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 185 (72.66% from 255) = 27.69%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=34.88%
G=27.69%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331852500.070.2600.02284.3186.6785.29
HexE9B9FA71A0211c5755
Octal35127137273202434127125
Binary1110100110111001111110101111101001010001110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B9FA; }

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

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

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

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

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

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

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

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