#E7B3EF

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

Shades of Mauve #E7B3EF

Tints of Mauve #E7B3EF

Color information

#E7B3EF (or 0xE7B3EF) is unknown color: approx Mauve. HEX triplet: E7, B3 and EF. RGB value is (231,179,239). Sum of RGB (Red+Green+Blue) = 231+179+239=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3EF is #184C10. Grayscale: #C9C9C9. Windows color (decimal): -1592337 or 15709159. OLE color: 15709159.

HSL color Cylindrical-coordinate representation of color #E7B3EF: hue angle of 292º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B3EF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231179239-
CMYK0.030.2500.06
HSL292º65.22%81.96%-
HSV(B)292º25.1%93.73%-
XYZ64.6655.4688.96-
YUV201.39149.23149.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=35.59%
G=27.58%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311792390.030.2500.0629265.2281.96
HexE7B3EF319061244152
Octal34726335733106444101122
Binary1110011110110011111011111111001011010010010010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3EF; }

 p { color: rgb(231,179,239); }

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

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

 a { background-color: rgb(231,179,239); }

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

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

 span { border-color: rgb(231,179,239); }

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