#E5C0FC

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

Shades of Mauve #E5C0FC

Tints of Mauve #E5C0FC

Color information

#E5C0FC (or 0xE5C0FC) is unknown color: approx Mauve. HEX triplet: E5, C0 and FC. RGB value is (229,192,252). Sum of RGB (Red+Green+Blue) = 229+192+252=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0FC is #1A3F03. Grayscale: #D1D1D1. Windows color (decimal): -1720068 or 16564453. OLE color: 16564453.

HSL color Cylindrical-coordinate representation of color #E5C0FC: hue angle of 277º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5C0FC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229192252-
CMYK0.090.2400.01
HSL277º90.91%87.06%-
HSV(B)277º23.81%98.82%-
XYZ68.7361.39100.32-
YUV209.9151.76141.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.03%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=34.03%
G=28.53%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291922520.090.2400.0127790.9187.06
HexE5C0FC918011155b57
Octal345300374113001425133127
Binary1110010111000000111111001001110000110001010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C0FC; }

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

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

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

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

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

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

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

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