#E2B3EE

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

Shades of Mauve #E2B3EE

Tints of Mauve #E2B3EE

Color information

#E2B3EE (or 0xE2B3EE) is unknown color: approx Mauve. HEX triplet: E2, B3 and EE. RGB value is (226,179,238). Sum of RGB (Red+Green+Blue) = 226+179+238=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3EE is #1D4C11. Grayscale: #C7C7C7. Windows color (decimal): -1920018 or 15643618. OLE color: 15643618.

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

Color convert

RGB226179238-
CMYK0.050.2500.07
HSL287.8º63.44%81.76%-
HSV(B)287.8º24.79%93.33%-
XYZ62.9254.5888.11-
YUV199.78149.57146.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=35.15%
G=27.84%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261792380.050.2500.07287.863.4481.76
HexE2B3EE519071203f52
Octal3422633565310744077122
Binary1110001010110011111011101011100101111001000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B3EE; }

 p { color: rgb(226,179,238); }

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

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

 a { background-color: rgb(226,179,238); }

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

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

 span { border-color: rgb(226,179,238); }

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