#E1B4EF

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

Shades of Mauve #E1B4EF

Tints of Mauve #E1B4EF

Color information

#E1B4EF (or 0xE1B4EF) is unknown color: approx Mauve. HEX triplet: E1, B4 and EF. RGB value is (225,180,239). Sum of RGB (Red+Green+Blue) = 225+180+239=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4EF is #1E4B10. Grayscale: #C7C7C7. Windows color (decimal): -1985297 or 15709409. OLE color: 15709409.

HSL color Cylindrical-coordinate representation of color #E1B4EF: hue angle of 285.76º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B4EF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225180239-
CMYK0.060.2500.06
HSL285.76º64.84%82.16%-
HSV(B)285.76º24.69%93.73%-
XYZ62.9554.8888.94-
YUV200.18149.91145.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=34.94%
G=27.95%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251802390.060.2500.06285.7664.8482.16
HexE1B4EF6190611e4152
Octal34126435763106436101122
Binary11100001101101001110111111011001011010001111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4EF; }

 p { color: rgb(225,180,239); }

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

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

 a { background-color: rgb(225,180,239); }

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

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

 span { border-color: rgb(225,180,239); }

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