#E9B7FA

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

Shades of Mauve #E9B7FA

Tints of Mauve #E9B7FA

Color information

#E9B7FA (or 0xE9B7FA) is unknown color: approx Mauve. HEX triplet: E9, B7 and FA. RGB value is (233,183,250). Sum of RGB (Red+Green+Blue) = 233+183+250=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B7FA is #164805. Grayscale: #CDCDCD. Windows color (decimal): -1460230 or 16431081. OLE color: 16431081.

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

Color convert

RGB233183250-
CMYK0.070.2700.02
HSL284.78º87.01%84.9%-
HSV(B)284.78º26.8%98.04%-
XYZ67.7958.0998.08-
YUV205.59153.06147.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 183 (71.88% from 255) = 27.48%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=34.98%
G=27.48%
B=37.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331832500.070.2700.02284.7887.0184.9
HexE9B7FA71B0211d5755
Octal35126737273302435127125
Binary1110100110110111111110101111101101010001110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B7FA; }

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

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

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

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

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

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

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

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