#E6A1FE

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

Shades of Mauve #E6A1FE

Tints of Mauve #E6A1FE

Color information

#E6A1FE (or 0xE6A1FE) is unknown color: approx Mauve. HEX triplet: E6, A1 and FE. RGB value is (230,161,254). Sum of RGB (Red+Green+Blue) = 230+161+254=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1FE is #195E01. Grayscale: #BFBFBF. Windows color (decimal): -1662466 or 16687590. OLE color: 16687590.

HSL color Cylindrical-coordinate representation of color #E6A1FE: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A1FE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230161254-
CMYK0.090.3700.00
HSL284.52º97.89%81.37%-
HSV(B)284.52º36.61%99.61%-
XYZ63.2749.4799.98-
YUV192.23162.86154.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.66%
GREEN value IS 161 (63.28% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=35.66%
G=24.96%
B=39.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301612540.090.3700.00284.5297.8981.37
HexE6A1FE9250011d6251
Octal346241376114500435142121
Binary11100110101000011111111010011001010010001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A1FE; }

 p { color: rgb(230,161,254); }

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

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

 a { background-color: rgb(230,161,254); }

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

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

 span { border-color: rgb(230,161,254); }

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