#E3B2F9

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

Shades of Mauve #E3B2F9

Tints of Mauve #E3B2F9

Color information

#E3B2F9 (or 0xE3B2F9) is unknown color: approx Mauve. HEX triplet: E3, B2 and F9. RGB value is (227,178,249). Sum of RGB (Red+Green+Blue) = 227+178+249=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B2F9 is #1C4D06. Grayscale: #C8C8C8. Windows color (decimal): -1854727 or 16364259. OLE color: 16364259.

HSL color Cylindrical-coordinate representation of color #E3B2F9: hue angle of 281.41º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E3B2F9 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227178249-
CMYK0.090.2900.02
HSL281.41º85.54%83.73%-
HSV(B)281.41º28.51%97.65%-
XYZ64.755.0196.83-
YUV200.74155.23146.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 178 (69.92% from 255) = 27.22%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=34.71%
G=27.22%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271782490.090.2900.02281.4185.5483.73
HexE3B2F991D021195654
Octal343262371113502431126124
Binary11100011101100101111100110011110101010001100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B2F9; }

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

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

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

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

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

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

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

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