#E3AAFA

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

Shades of Mauve #E3AAFA

Tints of Mauve #E3AAFA

Color information

#E3AAFA (or 0xE3AAFA) is unknown color: approx Mauve. HEX triplet: E3, AA and FA. RGB value is (227,170,250). Sum of RGB (Red+Green+Blue) = 227+170+250=647 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.09% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAFA is #1C5505. Grayscale: #C3C3C3. Windows color (decimal): -1856774 or 16427747. OLE color: 16427747.

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

Color convert

RGB227170250-
CMYK0.090.3200.02
HSL282.75º88.89%82.35%-
HSV(B)282.75º32%98.04%-
XYZ63.3151.9897.14-
YUV196.16158.38150-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.09%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=35.09%
G=26.28%
B=38.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271702500.090.3200.02282.7588.8982.35
HexE3AAFA9200211b5952
Octal343252372114002433131122
Binary111000111010101011111010100110000001010001101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAFA; }

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

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

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

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

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

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

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

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