#E5A6FD

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

Shades of Mauve #E5A6FD

Tints of Mauve #E5A6FD

Color information

#E5A6FD (or 0xE5A6FD) is unknown color: approx Mauve. HEX triplet: E5, A6 and FD. RGB value is (229,166,253). Sum of RGB (Red+Green+Blue) = 229+166+253=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A6FD is #1A5902. Grayscale: #C2C2C2. Windows color (decimal): -1726723 or 16623333. OLE color: 16623333.

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

Color convert

RGB229166253-
CMYK0.090.3400.01
HSL283.45º95.6%82.16%-
HSV(B)283.45º34.39%99.22%-
XYZ63.6851.0299.42-
YUV194.76160.87152.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.34%
GREEN value IS 166 (65.23% from 255) = 25.62%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=35.34%
G=25.62%
B=39.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291662530.090.3400.01283.4595.682.16
HexE5A6FD9220111b6052
Octal345246375114201433140122
Binary11100101101001101111110110011000100110001101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A6FD; }

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

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

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

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

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

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

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

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