#E5A6FF

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

Shades of Mauve #E5A6FF

Tints of Mauve #E5A6FF

Color information

#E5A6FF (or 0xE5A6FF) is unknown color: approx Mauve. HEX triplet: E5, A6 and FF. RGB value is (229,166,255). Sum of RGB (Red+Green+Blue) = 229+166+255=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A6FF is #1A5900. Grayscale: #C2C2C2. Windows color (decimal): -1726721 or 16754405. OLE color: 16754405.

HSL color Cylindrical-coordinate representation of color #E5A6FF: hue angle of 282.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A6FF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229166255-
CMYK0.100.3500
HSL282.47º100%82.55%-
HSV(B)282.47º34.9%100%-
XYZ6451.15101.11-
YUV194.98161.87152.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 166 (65.23% from 255) = 25.54%
BLUE value IS 255 (100% from 255) = 39.23%
R=35.23%
G=25.54%
B=39.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291662550.100.3500282.4710082.55
HexE5A6FFA230011a6453
Octal345246377124300432144123
Binary11100101101001101111111110101000110010001101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A6FF; }

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

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

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

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

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

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

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

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