#E7B3FF

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

Shades of Mauve #E7B3FF

Tints of Mauve #E7B3FF

Color information

#E7B3FF (or 0xE7B3FF) is unknown color: approx Mauve. HEX triplet: E7, B3 and FF. RGB value is (231,179,255). Sum of RGB (Red+Green+Blue) = 231+179+255=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3FF is #184C00. Grayscale: #CACACA. Windows color (decimal): -1592321 or 16757735. OLE color: 16757735.

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

Color convert

RGB231179255-
CMYK0.090.3000
HSL281.05º100%85.1%-
HSV(B)281.05º29.8%100%-
XYZ67.1356.45101.97-
YUV203.21157.23147.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.74%
GREEN value IS 179 (70.31% from 255) = 26.92%
BLUE value IS 255 (100% from 255) = 38.35%
R=34.74%
G=26.92%
B=38.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311792550.090.3000281.0510085.1
HexE7B3FF91E001196455
Octal347263377113600431144125
Binary1110011110110011111111111001111100010001100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3FF; }

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

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

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

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

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

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

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

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