#E3B0EF

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

Shades of Mauve #E3B0EF

Tints of Mauve #E3B0EF

Color information

#E3B0EF (or 0xE3B0EF) is unknown color: approx Mauve. HEX triplet: E3, B0 and EF. RGB value is (227,176,239). Sum of RGB (Red+Green+Blue) = 227+176+239=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B0EF is #1C4F10. Grayscale: #C6C6C6. Windows color (decimal): -1855249 or 15708387. OLE color: 15708387.

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

Color convert

RGB227176239-
CMYK0.050.2600.06
HSL288.57º66.32%81.37%-
HSV(B)288.57º26.36%93.73%-
XYZ62.7853.6188.7-
YUV198.43150.9148.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.36%
GREEN value IS 176 (69.14% from 255) = 27.41%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=35.36%
G=27.41%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271762390.050.2600.06288.5766.3281.37
HexE3B0EF51A061214251
Octal34326035753206441102121
Binary11100011101100001110111110111010011010010000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B0EF; }

 p { color: rgb(227,176,239); }

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

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

 a { background-color: rgb(227,176,239); }

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

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

 span { border-color: rgb(227,176,239); }

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