#E2B9EF

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

Shades of Mauve #E2B9EF

Tints of Mauve #E2B9EF

Color information

#E2B9EF (or 0xE2B9EF) is unknown color: approx Mauve. HEX triplet: E2, B9 and EF. RGB value is (226,185,239). Sum of RGB (Red+Green+Blue) = 226+185+239=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9EF is #1D4610. Grayscale: #CBCBCB. Windows color (decimal): -1918481 or 15710690. OLE color: 15710690.

HSL color Cylindrical-coordinate representation of color #E2B9EF: hue angle of 285.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B9EF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226185239-
CMYK0.050.2300.06
HSL285.56º62.79%83.14%-
HSV(B)285.56º22.59%93.73%-
XYZ64.2957.189.29-
YUV203.42148.08144.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 185 (72.66% from 255) = 28.46%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=34.77%
G=28.46%
B=36.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261852390.050.2300.06285.5662.7983.14
HexE2B9EF5170611e3f53
Octal3422713575270643677123
Binary1110001010111001111011111011011101101000111101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9EF; }

 p { color: rgb(226,185,239); }

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

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

 a { background-color: rgb(226,185,239); }

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

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

 span { border-color: rgb(226,185,239); }

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