#E7B6EE

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

Shades of Mauve #E7B6EE

Tints of Mauve #E7B6EE

Color information

#E7B6EE (or 0xE7B6EE) is unknown color: approx Mauve. HEX triplet: E7, B6 and EE. RGB value is (231,182,238). Sum of RGB (Red+Green+Blue) = 231+182+238=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7B6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B6EE is #184911. Grayscale: #CACACA. Windows color (decimal): -1591570 or 15644391. OLE color: 15644391.

HSL color Cylindrical-coordinate representation of color #E7B6EE: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B6EE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231182238-
CMYK0.030.2400.07
HSL292.5º62.22%82.35%-
HSV(B)292.5º23.53%93.33%-
XYZ65.1256.6288.39-
YUV203.04147.73147.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=35.48%
G=27.96%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311822380.030.2400.07292.562.2282.35
HexE7B6EE318071243e52
Octal3472663563300744476122
Binary111001111011011011101110111100001111001001001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B6EE; }

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

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

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

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

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

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

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

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