#E2BEF6

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

Shades of Mauve #E2BEF6

Tints of Mauve #E2BEF6

Color information

#E2BEF6 (or 0xE2BEF6) is unknown color: approx Mauve. HEX triplet: E2, BE and F6. RGB value is (226,190,246). Sum of RGB (Red+Green+Blue) = 226+190+246=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEF6 is #1D4109. Grayscale: #CECECE. Windows color (decimal): -1917194 or 16170722. OLE color: 16170722.

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

Color convert

RGB226190246-
CMYK0.080.2300.04
HSL278.57º75.68%85.49%-
HSV(B)278.57º22.76%96.47%-
XYZ66.4159.6595.2-
YUV207.15149.93141.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 246 (96.48% from 255) = 37.16%
R=34.14%
G=28.70%
B=37.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261902460.080.2300.04278.5775.6885.49
HexE2BEF6817041174c55
Octal342276366102704427114125
Binary111000101011111011110110100010111010010001011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEF6; }

 p { color: rgb(226,190,246); }

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

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

 a { background-color: rgb(226,190,246); }

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

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

 span { border-color: rgb(226,190,246); }

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