#E7B4F6

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

Shades of Mauve #E7B4F6

Tints of Mauve #E7B4F6

Color information

#E7B4F6 (or 0xE7B4F6) is unknown color: approx Mauve. HEX triplet: E7, B4 and F6. RGB value is (231,180,246). Sum of RGB (Red+Green+Blue) = 231+180+246=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7B4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B4F6 is #184B09. Grayscale: #CACACA. Windows color (decimal): -1592074 or 16168167. OLE color: 16168167.

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

Color convert

RGB231180246-
CMYK0.060.2700.04
HSL286.36º78.57%83.53%-
HSV(B)286.36º26.83%96.47%-
XYZ65.9156.2994.58-
YUV202.77152.4148.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=35.16%
G=27.40%
B=37.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2311802460.060.2700.04286.3678.5783.53
HexE7B4F661B0411e4f54
Octal34726436663304436117124
Binary11100111101101001111011011011011010010001111010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4F6; }

 p { color: rgb(231,180,246); }

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

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

 a { background-color: rgb(231,180,246); }

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

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

 span { border-color: rgb(231,180,246); }

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