#E7B1FC

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

Shades of Mauve #E7B1FC

Tints of Mauve #E7B1FC

Color information

#E7B1FC (or 0xE7B1FC) is unknown color: approx Mauve. HEX triplet: E7, B1 and FC. RGB value is (231,177,252). Sum of RGB (Red+Green+Blue) = 231+177+252=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 177 (69.53% from 255 or 26.82% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7B1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B1FC is #184E03. Grayscale: #C9C9C9. Windows color (decimal): -1592836 or 16560615. OLE color: 16560615.

HSL color Cylindrical-coordinate representation of color #E7B1FC: hue angle of 283.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B1FC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231177252-
CMYK0.080.3000.01
HSL283.2º92.59%84.12%-
HSV(B)283.2º29.76%98.82%-
XYZ66.2555.4699.31-
YUV201.7156.39148.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 177 (69.53% from 255) = 26.82%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=35%
G=26.82%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2311772520.080.3000.01283.292.5984.12
HexE7B1FC81E0111b5d54
Octal347261374103601433135124
Binary1110011110110001111111001000111100110001101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1FC; }

 p { color: rgb(231,177,252); }

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

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

 a { background-color: rgb(231,177,252); }

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

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

 span { border-color: rgb(231,177,252); }

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