#E2B7EF

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

Shades of Mauve #E2B7EF

Tints of Mauve #E2B7EF

Color information

#E2B7EF (or 0xE2B7EF) is unknown color: approx Mauve. HEX triplet: E2, B7 and EF. RGB value is (226,183,239). Sum of RGB (Red+Green+Blue) = 226+183+239=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7EF is #1D4810. Grayscale: #CACACA. Windows color (decimal): -1918993 or 15710178. OLE color: 15710178.

HSL color Cylindrical-coordinate representation of color #E2B7EF: hue angle of 286.07º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B7EF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226183239-
CMYK0.050.2300.06
HSL286.07º63.64%82.75%-
HSV(B)286.07º23.43%93.73%-
XYZ63.8856.2789.16-
YUV202.24148.75144.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 183 (71.88% from 255) = 28.24%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=34.88%
G=28.24%
B=36.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261832390.050.2300.06286.0763.6482.75
HexE2B7EF5170611e4053
Octal34226735752706436100123
Binary11100010101101111110111110110111011010001111010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B7EF; }

 p { color: rgb(226,183,239); }

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

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

 a { background-color: rgb(226,183,239); }

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

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

 span { border-color: rgb(226,183,239); }

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