#E9B4FA

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

Shades of Mauve #E9B4FA

Tints of Mauve #E9B4FA

Color information

#E9B4FA (or 0xE9B4FA) is unknown color: approx Mauve. HEX triplet: E9, B4 and FA. RGB value is (233,180,250). Sum of RGB (Red+Green+Blue) = 233+180+250=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B4FA is #164B05. Grayscale: #CBCBCB. Windows color (decimal): -1460998 or 16430313. OLE color: 16430313.

HSL color Cylindrical-coordinate representation of color #E9B4FA: hue angle of 285.43º 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 #E9B4FA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233180250-
CMYK0.070.2800.02
HSL285.43º87.5%84.31%-
HSV(B)285.43º28%98.04%-
XYZ67.1856.8797.88-
YUV203.83154.06148.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=35.14%
G=27.15%
B=37.71%

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
Decimal2331802500.070.2800.02285.4387.584.31
HexE9B4FA71C0211d5854
Octal35126437273402435130124
Binary1110100110110100111110101111110001010001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B4FA; }

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

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

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

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

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

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

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

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