#E2C1FC

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

Shades of Mauve #E2C1FC

Tints of Mauve #E2C1FC

Color information

#E2C1FC (or 0xE2C1FC) is unknown color: approx Mauve. HEX triplet: E2, C1 and FC. RGB value is (226,193,252). Sum of RGB (Red+Green+Blue) = 226+193+252=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2C1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1FC is #1D3E03. Grayscale: #D1D1D1. Windows color (decimal): -1916420 or 16564706. OLE color: 16564706.

HSL color Cylindrical-coordinate representation of color #E2C1FC: hue angle of 273.56º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C1FC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226193252-
CMYK0.100.2300.01
HSL273.56º90.77%87.25%-
HSV(B)273.56º23.41%98.82%-
XYZ6861.34100.35-
YUV209.59151.93139.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 193 (75.78% from 255) = 28.76%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=33.68%
G=28.76%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261932520.100.2300.01273.5690.7787.25
HexE2C1FCA17011125b57
Octal342301374122701422133127
Binary1110001011000001111111001010101110110001001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1FC; }

 p { color: rgb(226,193,252); }

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

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

 a { background-color: rgb(226,193,252); }

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

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

 span { border-color: rgb(226,193,252); }

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