#E2B6FF

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

Shades of Mauve #E2B6FF

Tints of Mauve #E2B6FF

Color information

#E2B6FF (or 0xE2B6FF) is unknown color: approx Mauve. HEX triplet: E2, B6 and FF. RGB value is (226,182,255). Sum of RGB (Red+Green+Blue) = 226+182+255=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6FF is #1D4900. Grayscale: #CBCBCB. Windows color (decimal): -1919233 or 16758498. OLE color: 16758498.

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

Color convert

RGB226182255-
CMYK0.110.2900
HSL276.16º100%85.69%-
HSV(B)276.16º28.63%100%-
XYZ66.1456.84102.09-
YUV203.48157.08144.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 182 (71.48% from 255) = 27.45%
BLUE value IS 255 (100% from 255) = 38.46%
R=34.09%
G=27.45%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261822550.110.2900276.1610085.69
HexE2B6FFB1D001146456
Octal342266377133500424144126
Binary1110001010110110111111111011111010010001010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B6FF; }

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

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

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

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

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

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

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

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