#E7B3FE

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

Shades of Mauve #E7B3FE

Tints of Mauve #E7B3FE

Color information

#E7B3FE (or 0xE7B3FE) is unknown color: approx Mauve. HEX triplet: E7, B3 and FE. RGB value is (231,179,254). Sum of RGB (Red+Green+Blue) = 231+179+254=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7B3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3FE is #184C01. Grayscale: #CACACA. Windows color (decimal): -1592322 or 16692199. OLE color: 16692199.

HSL color Cylindrical-coordinate representation of color #E7B3FE: hue angle of 281.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B3FE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231179254-
CMYK0.090.3000.00
HSL281.6º97.4%84.9%-
HSV(B)281.6º29.53%99.61%-
XYZ66.9656.38101.12-
YUV203.1156.73147.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.79%
GREEN value IS 179 (70.31% from 255) = 26.96%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=34.79%
G=26.96%
B=38.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311792540.090.3000.00281.697.484.9
HexE7B3FE91E0011a6155
Octal347263376113600432141125
Binary1110011110110011111111101001111100010001101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3FE; }

 p { color: rgb(231,179,254); }

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

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

 a { background-color: rgb(231,179,254); }

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

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

 span { border-color: rgb(231,179,254); }

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