#E2AAFA

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

Shades of Mauve #E2AAFA

Tints of Mauve #E2AAFA

Color information

#E2AAFA (or 0xE2AAFA) is unknown color: approx Mauve. HEX triplet: E2, AA and FA. RGB value is (226,170,250). Sum of RGB (Red+Green+Blue) = 226+170+250=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFA is #1D5505. Grayscale: #C3C3C3. Windows color (decimal): -1922310 or 16427746. OLE color: 16427746.

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

Color convert

RGB226170250-
CMYK0.100.3200.02
HSL282º88.89%82.35%-
HSV(B)282º32%98.04%-
XYZ62.9951.8297.12-
YUV195.86158.55149.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 26.32%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=34.98%
G=26.32%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261702500.100.3200.0228288.8982.35
HexE2AAFAA200211a5952
Octal342252372124002432131122
Binary111000101010101011111010101010000001010001101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAFA; }

 p { color: rgb(226,170,250); }

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

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

 a { background-color: rgb(226,170,250); }

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

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

 span { border-color: rgb(226,170,250); }

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