#E1C0F1

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

Shades of Mauve #E1C0F1

Tints of Mauve #E1C0F1

Color information

#E1C0F1 (or 0xE1C0F1) is unknown color: approx Mauve. HEX triplet: E1, C0 and F1. RGB value is (225,192,241). Sum of RGB (Red+Green+Blue) = 225+192+241=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0F1 is #1E3F0E. Grayscale: #CFCFCF. Windows color (decimal): -1982223 or 15843553. OLE color: 15843553.

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

Color convert

RGB225192241-
CMYK0.070.2000.05
HSL280.41º63.64%84.9%-
HSV(B)280.41º20.33%94.51%-
XYZ65.7860.0691.34-
YUV207.45146.93140.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 192 (75.39% from 255) = 29.18%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=34.19%
G=29.18%
B=36.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251922410.070.2000.05280.4163.6484.9
HexE1C0F1714051184055
Octal34130036172405430100125
Binary11100001110000001111000111110100010110001100010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0F1; }

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

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

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

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

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

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

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

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