#E5B6FF

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

Shades of Mauve #E5B6FF

Tints of Mauve #E5B6FF

Color information

#E5B6FF (or 0xE5B6FF) is unknown color: approx Mauve. HEX triplet: E5, B6 and FF. RGB value is (229,182,255). Sum of RGB (Red+Green+Blue) = 229+182+255=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 182 (71.48% from 255 or 27.33% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6FF is #1A4900. Grayscale: #CCCCCC. Windows color (decimal): -1722625 or 16758501. OLE color: 16758501.

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

Color convert

RGB229182255-
CMYK0.100.2900
HSL278.63º100%85.69%-
HSV(B)278.63º28.63%100%-
XYZ67.0957.33102.14-
YUV204.38156.57145.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.38%
GREEN value IS 182 (71.48% from 255) = 27.33%
BLUE value IS 255 (100% from 255) = 38.29%
R=34.38%
G=27.33%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291822550.100.2900278.6310085.69
HexE5B6FFA1D001176456
Octal345266377123500427144126
Binary1110010110110110111111111010111010010001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B6FF; }

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

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

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

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

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

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

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

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