#E2C2FA

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

Shades of Mauve #E2C2FA

Tints of Mauve #E2C2FA

Color information

#E2C2FA (or 0xE2C2FA) is unknown color: approx Mauve. HEX triplet: E2, C2 and FA. RGB value is (226,194,250). Sum of RGB (Red+Green+Blue) = 226+194+250=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2C2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C2FA is #1D3D05. Grayscale: #D1D1D1. Windows color (decimal): -1916166 or 16433890. OLE color: 16433890.

HSL color Cylindrical-coordinate representation of color #E2C2FA: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2C2FA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226194250-
CMYK0.100.2200.02
HSL274.29º84.85%87.06%-
HSV(B)274.29º22.4%98.04%-
XYZ67.9161.6598.76-
YUV209.95150.6139.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 194 (76.17% from 255) = 28.96%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=33.73%
G=28.96%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261942500.100.2200.02274.2984.8587.06
HexE2C2FAA16021125557
Octal342302372122602422125127
Binary11100010110000101111101010101011001010001001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C2FA; }

 p { color: rgb(226,194,250); }

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

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

 a { background-color: rgb(226,194,250); }

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

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

 span { border-color: rgb(226,194,250); }

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