#E2C0F9

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

Shades of Mauve #E2C0F9

Tints of Mauve #E2C0F9

Color information

#E2C0F9 (or 0xE2C0F9) is unknown color: approx Mauve. HEX triplet: E2, C0 and F9. RGB value is (226,192,249). Sum of RGB (Red+Green+Blue) = 226+192+249=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0F9 is #1D3F06. Grayscale: #D0D0D0. Windows color (decimal): -1916679 or 16367842. OLE color: 16367842.

HSL color Cylindrical-coordinate representation of color #E2C0F9: hue angle of 275.79º 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 #E2C0F9 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226192249-
CMYK0.090.2300.02
HSL275.79º82.61%86.47%-
HSV(B)275.79º22.89%97.65%-
XYZ67.3160.7197.79-
YUV208.66150.76140.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=33.88%
G=28.79%
B=37.33%

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
Decimal2261922490.090.2300.02275.7982.6186.47
HexE2C0F9917021145356
Octal342300371112702424123126
Binary11100010110000001111100110011011101010001010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0F9; }

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

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

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

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

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

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

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

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