#E5A4FC

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

Shades of Mauve #E5A4FC

Tints of Mauve #E5A4FC

Color information

#E5A4FC (or 0xE5A4FC) is unknown color: approx Mauve. HEX triplet: E5, A4 and FC. RGB value is (229,164,252). Sum of RGB (Red+Green+Blue) = 229+164+252=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 164 (64.45% from 255 or 25.43% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A4FC is #1A5B03. Grayscale: #C1C1C1. Windows color (decimal): -1727236 or 16557285. OLE color: 16557285.

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

Color convert

RGB229164252-
CMYK0.090.3500.01
HSL284.32º93.62%81.57%-
HSV(B)284.32º34.92%98.82%-
XYZ63.1650.2498.46-
YUV193.47161.03153.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 164 (64.45% from 255) = 25.43%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=35.50%
G=25.43%
B=39.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291642520.090.3500.01284.3293.6281.57
HexE5A4FC9230111c5e52
Octal345244374114301434136122
Binary11100101101001001111110010011000110110001110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A4FC; }

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

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

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

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

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

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

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

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