#E7B5F2

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

Shades of Mauve #E7B5F2

Tints of Mauve #E7B5F2

Color information

#E7B5F2 (or 0xE7B5F2) is unknown color: approx Mauve. HEX triplet: E7, B5 and F2. RGB value is (231,181,242). Sum of RGB (Red+Green+Blue) = 231+181+242=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7B5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B5F2 is #184A0D. Grayscale: #CACACA. Windows color (decimal): -1591822 or 15906279. OLE color: 15906279.

HSL color Cylindrical-coordinate representation of color #E7B5F2: hue angle of 289.18º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B5F2 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231181242-
CMYK0.050.2500.05
HSL289.18º70.11%82.94%-
HSV(B)289.18º25.21%94.9%-
XYZ65.5156.4591.45-
YUV202.9150.06148.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=35.32%
G=27.68%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311812420.050.2500.05289.1870.1182.94
HexE7B5F2519051214653
Octal34726536253105441106123
Binary11100111101101011111001010111001010110010000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5F2; }

 p { color: rgb(231,181,242); }

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

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

 a { background-color: rgb(231,181,242); }

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

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

 span { border-color: rgb(231,181,242); }

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