#E1C0F9

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

Shades of Mauve #E1C0F9

Tints of Mauve #E1C0F9

Color information

#E1C0F9 (or 0xE1C0F9) is unknown color: approx Mauve. HEX triplet: E1, C0 and F9. RGB value is (225,192,249). Sum of RGB (Red+Green+Blue) = 225+192+249=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0F9 is #1E3F06. Grayscale: #D0D0D0. Windows color (decimal): -1982215 or 16367841. OLE color: 16367841.

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

Color convert

RGB225192249-
CMYK0.100.2300.02
HSL274.74º82.61%86.47%-
HSV(B)274.74º22.89%97.65%-
XYZ6760.5597.78-
YUV208.36150.93139.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=33.78%
G=28.83%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251922490.100.2300.02274.7482.6186.47
HexE1C0F9A17021135356
Octal341300371122702423123126
Binary11100001110000001111100110101011101010001001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0F9; }

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

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

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

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

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

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

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

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