#E7B1FE

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

Shades of Mauve #E7B1FE

Tints of Mauve #E7B1FE

Color information

#E7B1FE (or 0xE7B1FE) is unknown color: approx Mauve. HEX triplet: E7, B1 and FE. RGB value is (231,177,254). Sum of RGB (Red+Green+Blue) = 231+177+254=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 177 (69.53% from 255 or 26.74% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7B1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B1FE is #184E01. Grayscale: #C9C9C9. Windows color (decimal): -1592834 or 16691687. OLE color: 16691687.

HSL color Cylindrical-coordinate representation of color #E7B1FE: hue angle of 282.08º 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 #E7B1FE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231177254-
CMYK0.090.3000.00
HSL282.08º97.47%84.51%-
HSV(B)282.08º30.31%99.61%-
XYZ66.5755.59100.99-
YUV201.92157.39148.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 177 (69.53% from 255) = 26.74%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=34.89%
G=26.74%
B=38.37%

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
Decimal2311772540.090.3000.00282.0897.4784.51
HexE7B1FE91E0011a6155
Octal347261376113600432141125
Binary1110011110110001111111101001111100010001101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1FE; }

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

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

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

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

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

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

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

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