#E1C0FF

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

Shades of Mauve #E1C0FF

Tints of Mauve #E1C0FF

Color information

#E1C0FF (or 0xE1C0FF) is unknown color: approx Mauve. HEX triplet: E1, C0 and FF. RGB value is (225,192,255). Sum of RGB (Red+Green+Blue) = 225+192+255=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0FF is #1E3F00. Grayscale: #D0D0D0. Windows color (decimal): -1982209 or 16761057. OLE color: 16761057.

HSL color Cylindrical-coordinate representation of color #E1C0FF: hue angle of 271.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1C0FF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225192255-
CMYK0.120.2500
HSL271.43º100%87.65%-
HSV(B)271.43º24.71%100%-
XYZ67.9560.93102.79-
YUV209.05153.93139.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 192 (75.39% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 37.95%
R=33.48%
G=28.57%
B=37.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251922550.120.2500271.4310087.65
HexE1C0FFC190010f6458
Octal341300377143100417144130
Binary1110000111000000111111111100110010010000111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0FF; }

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

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

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

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

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

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

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

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