#E2A6FC

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

Shades of Mauve #E2A6FC

Tints of Mauve #E2A6FC

Color information

#E2A6FC (or 0xE2A6FC) is unknown color: approx Mauve. HEX triplet: E2, A6 and FC. RGB value is (226,166,252). Sum of RGB (Red+Green+Blue) = 226+166+252=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6FC is #1D5903. Grayscale: #C1C1C1. Windows color (decimal): -1923332 or 16557794. OLE color: 16557794.

HSL color Cylindrical-coordinate representation of color #E2A6FC: hue angle of 281.86º degrees, saturation: 0.93, 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 #E2A6FC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226166252-
CMYK0.100.3400.01
HSL281.86º93.48%81.96%-
HSV(B)281.86º34.13%98.82%-
XYZ62.5750.4798.54-
YUV193.74160.88151.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 166 (65.23% from 255) = 25.78%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=35.09%
G=25.78%
B=39.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261662520.100.3400.01281.8693.4881.96
HexE2A6FCA220111a5d52
Octal342246374124201432135122
Binary11100010101001101111110010101000100110001101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6FC; }

 p { color: rgb(226,166,252); }

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

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

 a { background-color: rgb(226,166,252); }

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

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

 span { border-color: rgb(226,166,252); }

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