#E2A6F0

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

Shades of Mauve #E2A6F0

Tints of Mauve #E2A6F0

Color information

#E2A6F0 (or 0xE2A6F0) is unknown color: approx Mauve. HEX triplet: E2, A6 and F0. RGB value is (226,166,240). Sum of RGB (Red+Green+Blue) = 226+166+240=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2A6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6F0 is #1D590F. Grayscale: #C0C0C0. Windows color (decimal): -1923344 or 15771362. OLE color: 15771362.

HSL color Cylindrical-coordinate representation of color #E2A6F0: hue angle of 288.65º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A6F0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226166240-
CMYK0.060.3100.06
HSL288.65º71.15%79.61%-
HSV(B)288.65º30.83%94.12%-
XYZ60.7349.7388.84-
YUV192.38154.88151.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 166 (65.23% from 255) = 26.27%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=35.76%
G=26.27%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261662400.060.3100.06288.6571.1579.61
HexE2A6F061F061214750
Octal34224636063706441107120
Binary11100010101001101111000011011111011010010000110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6F0; }

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

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

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

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

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

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

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

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