#E0C1F1

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

Shades of Mauve #E0C1F1

Tints of Mauve #E0C1F1

Color information

#E0C1F1 (or 0xE0C1F1) is unknown color: approx Mauve. HEX triplet: E0, C1 and F1. RGB value is (224,193,241). Sum of RGB (Red+Green+Blue) = 224+193+241=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 193 (75.78% from 255 or 29.33% 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 #E0C1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1F1 is #1F3E0E. Grayscale: #CFCFCF. Windows color (decimal): -2047503 or 15843808. OLE color: 15843808.

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

Color convert

RGB224193241-
CMYK0.070.2000.05
HSL278.75º63.16%85.1%-
HSV(B)278.75º19.92%94.51%-
XYZ65.6960.3491.4-
YUV207.74146.77139.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 193 (75.78% from 255) = 29.33%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=34.04%
G=29.33%
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
Decimal2241932410.070.2000.05278.7563.1685.1
HexE0C1F1714051173f55
Octal3403013617240542777125
Binary1110000011000001111100011111010001011000101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1F1; }

 p { color: rgb(224,193,241); }

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

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

 a { background-color: rgb(224,193,241); }

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

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

 span { border-color: rgb(224,193,241); }

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