#E3C1F2

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

Shades of Mauve #E3C1F2

Tints of Mauve #E3C1F2

Color information

#E3C1F2 (or 0xE3C1F2) is unknown color: approx Mauve. HEX triplet: E3, C1 and F2. RGB value is (227,193,242). Sum of RGB (Red+Green+Blue) = 227+193+242=662 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.29% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3C1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C1F2 is #1C3E0D. Grayscale: #D0D0D0. Windows color (decimal): -1850894 or 15909347. OLE color: 15909347.

HSL color Cylindrical-coordinate representation of color #E3C1F2: hue angle of 281.63º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3C1F2 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227193242-
CMYK0.060.2000.05
HSL281.63º65.33%85.29%-
HSV(B)281.63º20.25%94.9%-
XYZ66.7860.8892.24-
YUV208.75146.76141.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.29%
GREEN value IS 193 (75.78% from 255) = 29.15%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=34.29%
G=29.15%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271932420.060.2000.05281.6365.3385.29
HexE3C1F26140511a4155
Octal34330136262405432101125
Binary11100011110000011111001011010100010110001101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C1F2; }

 p { color: rgb(227,193,242); }

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

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

 a { background-color: rgb(227,193,242); }

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

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

 span { border-color: rgb(227,193,242); }

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