#E1B7FE

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

Shades of Mauve #E1B7FE

Tints of Mauve #E1B7FE

Color information

#E1B7FE (or 0xE1B7FE) is unknown color: approx Mauve. HEX triplet: E1, B7 and FE. RGB value is (225,183,254). Sum of RGB (Red+Green+Blue) = 225+183+254=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 183 (71.88% from 255 or 27.64% 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 #E1B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B7FE is #1E4801. Grayscale: #CBCBCB. Windows color (decimal): -1984514 or 16693217. OLE color: 16693217.

HSL color Cylindrical-coordinate representation of color #E1B7FE: hue angle of 275.49º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1B7FE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225183254-
CMYK0.110.2800.00
HSL275.49º97.26%85.69%-
HSV(B)275.49º27.95%99.61%-
XYZ65.8757.03101.3-
YUV203.65156.41143.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 183 (71.88% from 255) = 27.64%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=33.99%
G=27.64%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251832540.110.2800.00275.4997.2685.69
HexE1B7FEB1C001136156
Octal341267376133400423141126
Binary1110000110110111111111101011111000010001001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7FE; }

 p { color: rgb(225,183,254); }

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

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

 a { background-color: rgb(225,183,254); }

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

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

 span { border-color: rgb(225,183,254); }

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