#E5B9FF

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

Shades of Mauve #E5B9FF

Tints of Mauve #E5B9FF

Color information

#E5B9FF (or 0xE5B9FF) is unknown color: approx Mauve. HEX triplet: E5, B9 and FF. RGB value is (229,185,255). Sum of RGB (Red+Green+Blue) = 229+185+255=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9FF is #1A4600. Grayscale: #CDCDCD. Windows color (decimal): -1721857 or 16759269. OLE color: 16759269.

HSL color Cylindrical-coordinate representation of color #E5B9FF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B9FF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229185255-
CMYK0.100.2700
HSL277.71º100%86.27%-
HSV(B)277.71º27.45%100%-
XYZ67.7158.58102.35-
YUV206.14155.58144.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 185 (72.66% from 255) = 27.65%
BLUE value IS 255 (100% from 255) = 38.12%
R=34.23%
G=27.65%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291852550.100.2700277.7110086.27
HexE5B9FFA1B001166456
Octal345271377123300426144126
Binary1110010110111001111111111010110110010001011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9FF; }

 p { color: rgb(229,185,255); }

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

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

 a { background-color: rgb(229,185,255); }

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

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

 span { border-color: rgb(229,185,255); }

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