#E5A5FD

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

Shades of Mauve #E5A5FD

Tints of Mauve #E5A5FD

Color information

#E5A5FD (or 0xE5A5FD) is unknown color: approx Mauve. HEX triplet: E5, A5 and FD. RGB value is (229,165,253). Sum of RGB (Red+Green+Blue) = 229+165+253=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A5FD is #1A5A02. Grayscale: #C1C1C1. Windows color (decimal): -1726979 or 16623077. OLE color: 16623077.

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

Color convert

RGB229165253-
CMYK0.090.3500.01
HSL283.64º95.65%81.96%-
HSV(B)283.64º34.78%99.22%-
XYZ63.550.6699.36-
YUV194.17161.2152.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.39%
GREEN value IS 165 (64.84% from 255) = 25.50%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=35.39%
G=25.50%
B=39.10%

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
Decimal2291652530.090.3500.01283.6495.6581.96
HexE5A5FD9230111c6052
Octal345245375114301434140122
Binary11100101101001011111110110011000110110001110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A5FD; }

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

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

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

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

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

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

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

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