#E2C0F1

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

Shades of Mauve #E2C0F1

Tints of Mauve #E2C0F1

Color information

#E2C0F1 (or 0xE2C0F1) is unknown color: approx Mauve. HEX triplet: E2, C0 and F1. RGB value is (226,192,241). Sum of RGB (Red+Green+Blue) = 226+192+241=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0F1 is #1D3F0E. Grayscale: #CFCFCF. Windows color (decimal): -1916687 or 15843554. OLE color: 15843554.

HSL color Cylindrical-coordinate representation of color #E2C0F1: hue angle of 281.63º degrees, saturation: 0.64, 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 #E2C0F1 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226192241-
CMYK0.060.2000.05
HSL281.63º63.64%84.9%-
HSV(B)281.63º20.33%94.51%-
XYZ66.0960.2291.36-
YUV207.75146.76141.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.29%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=34.29%
G=29.14%
B=36.57%

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
Decimal2261922410.060.2000.05281.6363.6484.9
HexE2C0F16140511a4055
Octal34230036162405432100125
Binary11100010110000001111000111010100010110001101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0F1; }

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

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

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

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

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

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

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

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