#E1BAF4

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

Shades of Mauve #E1BAF4

Tints of Mauve #E1BAF4

Color information

#E1BAF4 (or 0xE1BAF4) is unknown color: approx Mauve. HEX triplet: E1, BA and F4. RGB value is (225,186,244). Sum of RGB (Red+Green+Blue) = 225+186+244=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1BAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF4 is #1E450B. Grayscale: #CCCCCC. Windows color (decimal): -1983756 or 16038625. OLE color: 16038625.

HSL color Cylindrical-coordinate representation of color #E1BAF4: hue angle of 280.34º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BAF4 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225186244-
CMYK0.080.2400.04
HSL280.34º72.5%84.31%-
HSV(B)280.34º23.77%95.69%-
XYZ64.9457.6693.29-
YUV204.27150.42142.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=34.35%
G=28.40%
B=37.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251862440.080.2400.04280.3472.584.31
HexE1BAF4818041184854
Octal341272364103004430110124
Binary111000011011101011110100100011000010010001100010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAF4; }

 p { color: rgb(225,186,244); }

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

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

 a { background-color: rgb(225,186,244); }

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

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

 span { border-color: rgb(225,186,244); }

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