#E5B5FB

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

Shades of Mauve #E5B5FB

Tints of Mauve #E5B5FB

Color information

#E5B5FB (or 0xE5B5FB) is unknown color: approx Mauve. HEX triplet: E5, B5 and FB. RGB value is (229,181,251). Sum of RGB (Red+Green+Blue) = 229+181+251=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5FB is #1A4A04. Grayscale: #CBCBCB. Windows color (decimal): -1722885 or 16496101. OLE color: 16496101.

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

Color convert

RGB229181251-
CMYK0.090.2800.02
HSL281.14º89.74%84.71%-
HSV(B)281.14º27.89%98.43%-
XYZ66.2556.6798.71-
YUV203.33154.9146.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 181 (71.09% from 255) = 27.38%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=34.64%
G=27.38%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291812510.090.2800.02281.1489.7484.71
HexE5B5FB91C021195a55
Octal345265373113402431132125
Binary11100101101101011111101110011110001010001100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B5FB; }

 p { color: rgb(229,181,251); }

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

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

 a { background-color: rgb(229,181,251); }

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

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

 span { border-color: rgb(229,181,251); }

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