#e1a6fb

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

Shades of Mauve #E1A6FB

Tints of Mauve #E1A6FB

Color information

#E1A6FB (or 0xE1A6FB) is unknown color: approx Mauve. HEX triplet: E1, A6 and FB. RGB value is (225,166,251). Sum of RGB (Red+Green+Blue) = 225+166+251=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6FB is #1E5904. Grayscale: #C1C1C1. Windows color (decimal): -1988869 or 16492257. OLE color: 16492257.

HSL color Cylindrical-coordinate representation of color #E1A6FB: hue angle of 281.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A6FB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225166251-
CMYK0.100.3400.02
HSL281.65º91.4%81.76%-
HSV(B)281.65º33.86%98.43%-
XYZ62.150.2597.69-
YUV193.33160.55150.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 166 (65.23% from 255) = 25.86%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=35.05%
G=25.86%
B=39.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251662510.100.3400.02281.6591.481.76
HexE1A6FBA220211a5b52
Octal341246373124202432133122
Binary111000011010011011111011101010001001010001101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a6fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a6fb; }

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

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

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

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

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

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

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

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