#E2B9EC

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

Shades of Mauve #E2B9EC

Tints of Mauve #E2B9EC

Color information

#E2B9EC (or 0xE2B9EC) is unknown color: approx Mauve. HEX triplet: E2, B9 and EC. RGB value is (226,185,236). Sum of RGB (Red+Green+Blue) = 226+185+236=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9EC is #1D4613. Grayscale: #CACACA. Windows color (decimal): -1918484 or 15514082. OLE color: 15514082.

HSL color Cylindrical-coordinate representation of color #E2B9EC: hue angle of 288.24º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B9EC is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226185236-
CMYK0.040.2200.07
HSL288.24º57.3%82.55%-
HSV(B)288.24º21.61%92.55%-
XYZ63.8556.9286.98-
YUV203.07146.58144.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 185 (72.66% from 255) = 28.59%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=34.93%
G=28.59%
B=36.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261852360.040.2200.07288.2457.382.55
HexE2B9EC416071203953
Octal3422713544260744071123
Binary1110001010111001111011001001011001111001000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9EC; }

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

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

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

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

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

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

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

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