#E7B6EF

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

Shades of Mauve #E7B6EF

Tints of Mauve #E7B6EF

Color information

#E7B6EF (or 0xE7B6EF) is unknown color: approx Mauve. HEX triplet: E7, B6 and EF. RGB value is (231,182,239). Sum of RGB (Red+Green+Blue) = 231+182+239=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7B6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6EF is #184910. Grayscale: #CACACA. Windows color (decimal): -1591569 or 15709927. OLE color: 15709927.

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

Color convert

RGB231182239-
CMYK0.030.2400.06
HSL291.58º64.04%82.55%-
HSV(B)291.58º23.85%93.73%-
XYZ65.2656.6889.16-
YUV203.15148.23147.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=35.43%
G=27.91%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311822390.030.2400.06291.5864.0482.55
HexE7B6EF318061244053
Octal34726635733006444100123
Binary1110011110110110111011111111000011010010010010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6EF; }

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

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

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

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

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

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

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

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