#E4C2FA

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

Shades of Mauve #E4C2FA

Tints of Mauve #E4C2FA

Color information

#E4C2FA (or 0xE4C2FA) is unknown color: approx Mauve. HEX triplet: E4, C2 and FA. RGB value is (228,194,250). Sum of RGB (Red+Green+Blue) = 228+194+250=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2FA is #1B3D05. Grayscale: #D2D2D2. Windows color (decimal): -1785094 or 16433892. OLE color: 16433892.

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

Color convert

RGB228194250-
CMYK0.090.2200.02
HSL276.43º84.85%87.06%-
HSV(B)276.43º22.4%98.04%-
XYZ68.5461.9898.79-
YUV210.55150.26140.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.93%
GREEN value IS 194 (76.17% from 255) = 28.87%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=33.93%
G=28.87%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281942500.090.2200.02276.4384.8587.06
HexE4C2FA916021145557
Octal344302372112602424125127
Binary11100100110000101111101010011011001010001010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C2FA; }

 p { color: rgb(228,194,250); }

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

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

 a { background-color: rgb(228,194,250); }

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

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

 span { border-color: rgb(228,194,250); }

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