#E5A5FC

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

Shades of Mauve #E5A5FC

Tints of Mauve #E5A5FC

Color information

#E5A5FC (or 0xE5A5FC) is unknown color: approx Mauve. HEX triplet: E5, A5 and FC. RGB value is (229,165,252). Sum of RGB (Red+Green+Blue) = 229+165+252=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5A5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A5FC is #1A5A03. Grayscale: #C1C1C1. Windows color (decimal): -1726980 or 16557541. OLE color: 16557541.

HSL color Cylindrical-coordinate representation of color #E5A5FC: hue angle of 284.14º 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 #E5A5FC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229165252-
CMYK0.090.3500.01
HSL284.14º93.55%81.76%-
HSV(B)284.14º34.52%98.82%-
XYZ63.3450.698.52-
YUV194.05160.7152.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.45%
GREEN value IS 165 (64.84% from 255) = 25.54%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=35.45%
G=25.54%
B=39.01%

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
Decimal2291652520.090.3500.01284.1493.5581.76
HexE5A5FC9230111c5e52
Octal345245374114301434136122
Binary11100101101001011111110010011000110110001110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A5FC; }

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

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

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

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

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

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

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

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