#E5C0F8

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

Shades of Mauve #E5C0F8

Tints of Mauve #E5C0F8

Color information

#E5C0F8 (or 0xE5C0F8) is unknown color: approx Mauve. HEX triplet: E5, C0 and F8. RGB value is (229,192,248). Sum of RGB (Red+Green+Blue) = 229+192+248=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5C0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0F8 is #1A3F07. Grayscale: #D1D1D1. Windows color (decimal): -1720072 or 16302309. OLE color: 16302309.

HSL color Cylindrical-coordinate representation of color #E5C0F8: hue angle of 279.64º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5C0F8 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229192248-
CMYK0.080.2300.03
HSL279.64º80%86.27%-
HSV(B)279.64º22.58%97.25%-
XYZ68.1161.1397.02-
YUV209.45149.76141.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=34.23%
G=28.70%
B=37.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291922480.080.2300.03279.648086.27
HexE5C0F8817031185056
Octal345300370102703430120126
Binary11100101110000001111100010001011101110001100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C0F8; }

 p { color: rgb(229,192,248); }

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

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

 a { background-color: rgb(229,192,248); }

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

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

 span { border-color: rgb(229,192,248); }

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