#E5B7F6

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

Shades of Mauve #E5B7F6

Tints of Mauve #E5B7F6

Color information

#E5B7F6 (or 0xE5B7F6) is unknown color: approx Mauve. HEX triplet: E5, B7 and F6. RGB value is (229,183,246). Sum of RGB (Red+Green+Blue) = 229+183+246=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7F6 is #1A4809. Grayscale: #CBCBCB. Windows color (decimal): -1722378 or 16168933. OLE color: 16168933.

HSL color Cylindrical-coordinate representation of color #E5B7F6: hue angle of 283.81º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5B7F6 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229183246-
CMYK0.070.2600.04
HSL283.81º77.78%84.12%-
HSV(B)283.81º25.61%96.47%-
XYZ65.8857.1894.75-
YUV203.94151.74145.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.80%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=34.80%
G=27.81%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291832460.070.2600.04283.8177.7884.12
HexE5B7F671A0411c4e54
Octal34526736673204434116124
Binary11100101101101111111011011111010010010001110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B7F6; }

 p { color: rgb(229,183,246); }

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

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

 a { background-color: rgb(229,183,246); }

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

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

 span { border-color: rgb(229,183,246); }

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