#E2BAFF

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

Shades of Mauve #E2BAFF

Tints of Mauve #E2BAFF

Color information

#E2BAFF (or 0xE2BAFF) is unknown color: approx Mauve. HEX triplet: E2, BA and FF. RGB value is (226,186,255). Sum of RGB (Red+Green+Blue) = 226+186+255=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFF is #1D4500. Grayscale: #CDCDCD. Windows color (decimal): -1918209 or 16759522. OLE color: 16759522.

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

Color convert

RGB226186255-
CMYK0.110.2700
HSL274.78º100%86.47%-
HSV(B)274.78º27.06%100%-
XYZ66.9758.51102.37-
YUV205.83155.75142.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 255 (100% from 255) = 38.23%
R=33.88%
G=27.89%
B=38.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261862550.110.2700274.7810086.47
HexE2BAFFB1B001136456
Octal342272377133300423144126
Binary1110001010111010111111111011110110010001001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAFF; }

 p { color: rgb(226,186,255); }

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

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

 a { background-color: rgb(226,186,255); }

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

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

 span { border-color: rgb(226,186,255); }

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