#E5B4FA

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

Shades of Mauve #E5B4FA

Tints of Mauve #E5B4FA

Color information

#E5B4FA (or 0xE5B4FA) is unknown color: approx Mauve. HEX triplet: E5, B4 and FA. RGB value is (229,180,250). Sum of RGB (Red+Green+Blue) = 229+180+250=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4FA is #1A4B05. Grayscale: #CACACA. Windows color (decimal): -1723142 or 16430309. OLE color: 16430309.

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

Color convert

RGB229180250-
CMYK0.080.2800.02
HSL282º87.5%84.31%-
HSV(B)282º28%98.04%-
XYZ65.8956.297.82-
YUV202.63154.73146.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 180 (70.70% from 255) = 27.31%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=34.75%
G=27.31%
B=37.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291802500.080.2800.0228287.584.31
HexE5B4FA81C0211a5854
Octal345264372103402432130124
Binary11100101101101001111101010001110001010001101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4FA; }

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

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

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

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

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

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

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

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