#E3C0F9

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

Shades of Mauve #E3C0F9

Tints of Mauve #E3C0F9

Color information

#E3C0F9 (or 0xE3C0F9) is unknown color: approx Mauve. HEX triplet: E3, C0 and F9. RGB value is (227,192,249). Sum of RGB (Red+Green+Blue) = 227+192+249=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0F9 is #1C3F06. Grayscale: #D0D0D0. Windows color (decimal): -1851143 or 16367843. OLE color: 16367843.

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

Color convert

RGB227192249-
CMYK0.090.2300.02
HSL276.84º82.61%86.47%-
HSV(B)276.84º22.89%97.65%-
XYZ67.6360.8797.81-
YUV208.96150.6140.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.98%
GREEN value IS 192 (75.39% from 255) = 28.74%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=33.98%
G=28.74%
B=37.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271922490.090.2300.02276.8482.6186.47
HexE3C0F9917021155356
Octal343300371112702425123126
Binary11100011110000001111100110011011101010001010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C0F9; }

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

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

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

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

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

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

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

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