#E4AAFA

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

Shades of Mauve #E4AAFA

Tints of Mauve #E4AAFA

Color information

#E4AAFA (or 0xE4AAFA) is unknown color: approx Mauve. HEX triplet: E4, AA and FA. RGB value is (228,170,250). Sum of RGB (Red+Green+Blue) = 228+170+250=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAFA is #1B5505. Grayscale: #C4C4C4. Windows color (decimal): -1791238 or 16427748. OLE color: 16427748.

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

Color convert

RGB228170250-
CMYK0.090.3200.02
HSL283.5º88.89%82.35%-
HSV(B)283.5º32%98.04%-
XYZ63.6252.1597.15-
YUV196.46158.22150.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=35.19%
G=26.23%
B=38.58%

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
Decimal2281702500.090.3200.02283.588.8982.35
HexE4AAFA9200211c5952
Octal344252372114002434131122
Binary111001001010101011111010100110000001010001110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAFA; }

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

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

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

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

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

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

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

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