#E2B7ED

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

Shades of Mauve #E2B7ED

Tints of Mauve #E2B7ED

Color information

#E2B7ED (or 0xE2B7ED) is unknown color: approx Mauve. HEX triplet: E2, B7 and ED. RGB value is (226,183,237). Sum of RGB (Red+Green+Blue) = 226+183+237=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7ED is #1D4812. Grayscale: #C9C9C9. Windows color (decimal): -1918995 or 15579106. OLE color: 15579106.

HSL color Cylindrical-coordinate representation of color #E2B7ED: hue angle of 287.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B7ED is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226183237-
CMYK0.050.2300.07
HSL287.78º60%82.35%-
HSV(B)287.78º22.78%92.94%-
XYZ63.5856.1587.61-
YUV202.01147.75145.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 183 (71.88% from 255) = 28.33%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=34.98%
G=28.33%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261832370.050.2300.07287.786082.35
HexE2B7ED517071203c52
Octal3422673555270744074122
Binary1110001010110111111011011011011101111001000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B7ED; }

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

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

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

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

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

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

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

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