#E1B4EC

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

Shades of Mauve #E1B4EC

Tints of Mauve #E1B4EC

Color information

#E1B4EC (or 0xE1B4EC) is unknown color: approx Mauve. HEX triplet: E1, B4 and EC. RGB value is (225,180,236). Sum of RGB (Red+Green+Blue) = 225+180+236=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4EC is #1E4B13. Grayscale: #C7C7C7. Windows color (decimal): -1985300 or 15512801. OLE color: 15512801.

HSL color Cylindrical-coordinate representation of color #E1B4EC: hue angle of 288.21º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B4EC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225180236-
CMYK0.050.2400.07
HSL288.21º59.57%81.57%-
HSV(B)288.21º23.73%92.55%-
XYZ62.5154.7186.62-
YUV199.84148.41145.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=35.10%
G=28.08%
B=36.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251802360.050.2400.07288.2159.5781.57
HexE1B4EC518071203c52
Octal3412643545300744074122
Binary1110000110110100111011001011100001111001000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4EC; }

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

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

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

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

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

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

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

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