#E3B2F1

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

Shades of Mauve #E3B2F1

Tints of Mauve #E3B2F1

Color information

#E3B2F1 (or 0xE3B2F1) is unknown color: approx Mauve. HEX triplet: E3, B2 and F1. RGB value is (227,178,241). Sum of RGB (Red+Green+Blue) = 227+178+241=646 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.14% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3B2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B2F1 is #1C4D0E. Grayscale: #C7C7C7. Windows color (decimal): -1854735 or 15839971. OLE color: 15839971.

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

Color convert

RGB227178241-
CMYK0.060.2600.05
HSL286.67º69.23%82.16%-
HSV(B)286.67º26.14%94.51%-
XYZ63.4854.5290.4-
YUV199.83151.23147.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.14%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=35.14%
G=27.55%
B=37.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271782410.060.2600.05286.6769.2382.16
HexE3B2F161A0511f4552
Octal34326236163205437105122
Binary11100011101100101111000111011010010110001111110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B2F1; }

 p { color: rgb(227,178,241); }

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

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

 a { background-color: rgb(227,178,241); }

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

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

 span { border-color: rgb(227,178,241); }

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