#e7b5fa

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

Shades of Mauve #E7B5FA

Tints of Mauve #E7B5FA

Color information

#E7B5FA (or 0xE7B5FA) is unknown color: approx Mauve. HEX triplet: E7, B5 and FA. RGB value is (231,181,250). Sum of RGB (Red+Green+Blue) = 231+181+250=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7B5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B5FA is #184A05. Grayscale: #CBCBCB. Windows color (decimal): -1591814 or 16430567. OLE color: 16430567.

HSL color Cylindrical-coordinate representation of color #E7B5FA: hue angle of 283.48º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7B5FA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231181250-
CMYK0.080.2800.02
HSL283.48º87.34%84.51%-
HSV(B)283.48º27.6%98.04%-
XYZ66.7356.9497.92-
YUV203.82154.06147.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=34.89%
G=27.34%
B=37.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311812500.080.2800.02283.4887.3484.51
HexE7B5FA81C0211b5755
Octal347265372103402433127125
Binary11100111101101011111101010001110001010001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7b5fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7b5fa; }

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

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

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

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

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

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

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

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