#E1C0FA

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

Shades of Mauve #E1C0FA

Tints of Mauve #E1C0FA

Color information

#E1C0FA (or 0xE1C0FA) is unknown color: approx Mauve. HEX triplet: E1, C0 and FA. RGB value is (225,192,250). Sum of RGB (Red+Green+Blue) = 225+192+250=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0FA is #1E3F05. Grayscale: #D0D0D0. Windows color (decimal): -1982214 or 16433377. OLE color: 16433377.

HSL color Cylindrical-coordinate representation of color #E1C0FA: hue angle of 274.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1C0FA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225192250-
CMYK0.100.2300.02
HSL274.14º85.29%86.67%-
HSV(B)274.14º23.2%98.04%-
XYZ67.1660.6198.6-
YUV208.48151.43139.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=33.73%
G=28.79%
B=37.48%

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
Decimal2251922500.100.2300.02274.1485.2986.67
HexE1C0FAA17021125557
Octal341300372122702422125127
Binary11100001110000001111101010101011101010001001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0FA; }

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

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

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

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

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

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

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

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