#E2A6FB

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

Shades of Mauve #E2A6FB

Tints of Mauve #E2A6FB

Color information

#E2A6FB (or 0xE2A6FB) is unknown color: approx Mauve. HEX triplet: E2, A6 and FB. RGB value is (226,166,251). Sum of RGB (Red+Green+Blue) = 226+166+251=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6FB is #1D5904. Grayscale: #C1C1C1. Windows color (decimal): -1923333 or 16492258. OLE color: 16492258.

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

Color convert

RGB226166251-
CMYK0.100.3400.02
HSL282.35º91.4%81.76%-
HSV(B)282.35º33.86%98.43%-
XYZ62.4150.4197.71-
YUV193.63160.38151.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 166 (65.23% from 255) = 25.82%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=35.15%
G=25.82%
B=39.04%

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
Decimal2261662510.100.3400.02282.3591.481.76
HexE2A6FBA220211a5b52
Octal342246373124202432133122
Binary111000101010011011111011101010001001010001101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6FB; }

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

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

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

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

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

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

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

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