#E1BAF2

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

Shades of Mauve #E1BAF2

Tints of Mauve #E1BAF2

Color information

#E1BAF2 (or 0xE1BAF2) is unknown color: approx Mauve. HEX triplet: E1, BA and F2. RGB value is (225,186,242). Sum of RGB (Red+Green+Blue) = 225+186+242=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF2 is #1E450D. Grayscale: #CBCBCB. Windows color (decimal): -1983758 or 15907553. OLE color: 15907553.

HSL color Cylindrical-coordinate representation of color #E1BAF2: hue angle of 281.79º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BAF2 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225186242-
CMYK0.070.2300.05
HSL281.79º68.29%83.92%-
HSV(B)281.79º23.14%94.9%-
XYZ64.6457.5491.7-
YUV204.04149.42142.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=34.46%
G=28.48%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251862420.070.2300.05281.7968.2983.92
HexE1BAF27170511a4454
Octal34127236272705432104124
Binary11100001101110101111001011110111010110001101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAF2; }

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

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

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

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

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

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

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

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