#E3B0F2

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

Shades of Mauve #E3B0F2

Tints of Mauve #E3B0F2

Color information

#E3B0F2 (or 0xE3B0F2) is unknown color: approx Mauve. HEX triplet: E3, B0 and F2. RGB value is (227,176,242). Sum of RGB (Red+Green+Blue) = 227+176+242=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3B0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B0F2 is #1C4F0D. Grayscale: #C6C6C6. Windows color (decimal): -1855246 or 15904995. OLE color: 15904995.

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

Color convert

RGB227176242-
CMYK0.060.2700.05
HSL286.36º71.74%81.96%-
HSV(B)286.36º27.27%94.9%-
XYZ63.2353.7991.05-
YUV198.77152.4148.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.19%
GREEN value IS 176 (69.14% from 255) = 27.29%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=35.19%
G=27.29%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271762420.060.2700.05286.3671.7481.96
HexE3B0F261B0511e4852
Octal34326036263305436110122
Binary11100011101100001111001011011011010110001111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B0F2; }

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

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

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

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

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

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

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

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