#E2B6FE

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

Shades of Mauve #E2B6FE

Tints of Mauve #E2B6FE

Color information

#E2B6FE (or 0xE2B6FE) is unknown color: approx Mauve. HEX triplet: E2, B6 and FE. RGB value is (226,182,254). Sum of RGB (Red+Green+Blue) = 226+182+254=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6FE is #1D4901. Grayscale: #CBCBCB. Windows color (decimal): -1919234 or 16692962. OLE color: 16692962.

HSL color Cylindrical-coordinate representation of color #E2B6FE: hue angle of 276.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2B6FE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226182254-
CMYK0.110.2800.00
HSL276.67º97.3%85.49%-
HSV(B)276.67º28.35%99.61%-
XYZ65.9856.78101.25-
YUV203.36156.58144.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=34.14%
G=27.49%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261822540.110.2800.00276.6797.385.49
HexE2B6FEB1C001156155
Octal342266376133400425141125
Binary1110001010110110111111101011111000010001010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B6FE; }

 p { color: rgb(226,182,254); }

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

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

 a { background-color: rgb(226,182,254); }

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

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

 span { border-color: rgb(226,182,254); }

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