#E3C0F6

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

Shades of Mauve #E3C0F6

Tints of Mauve #E3C0F6

Color information

#E3C0F6 (or 0xE3C0F6) is unknown color: approx Mauve. HEX triplet: E3, C0 and F6. RGB value is (227,192,246). Sum of RGB (Red+Green+Blue) = 227+192+246=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3C0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0F6 is #1C3F09. Grayscale: #D0D0D0. Windows color (decimal): -1851146 or 16171235. OLE color: 16171235.

HSL color Cylindrical-coordinate representation of color #E3C0F6: hue angle of 278.89º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3C0F6 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227192246-
CMYK0.080.2200.04
HSL278.89º75%85.88%-
HSV(B)278.89º21.95%96.47%-
XYZ67.1660.6895.36-
YUV208.62149.1141.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.14%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=34.14%
G=28.87%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2271922460.080.2200.04278.897585.88
HexE3C0F6816041174b56
Octal343300366102604427113126
Binary111000111100000011110110100010110010010001011110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0F6; }

 p { color: rgb(227,192,246); }

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

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

 a { background-color: rgb(227,192,246); }

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

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

 span { border-color: rgb(227,192,246); }

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