#E1A6FF

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

Shades of Mauve #E1A6FF

Tints of Mauve #E1A6FF

Color information

#E1A6FF (or 0xE1A6FF) is unknown color: approx Mauve. HEX triplet: E1, A6 and FF. RGB value is (225,166,255). Sum of RGB (Red+Green+Blue) = 225+166+255=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6FF is #1E5900. Grayscale: #C1C1C1. Windows color (decimal): -1988865 or 16754401. OLE color: 16754401.

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

Color convert

RGB225166255-
CMYK0.120.3500
HSL279.78º100%82.55%-
HSV(B)279.78º34.9%100%-
XYZ62.7450.5101.05-
YUV193.79162.55150.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 166 (65.23% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 39.47%
R=34.83%
G=25.70%
B=39.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251662550.120.3500279.7810082.55
HexE1A6FFC23001186453
Octal341246377144300430144123
Binary11100001101001101111111111001000110010001100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6FF; }

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

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

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

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

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

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

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

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