#E0AAFA

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

Shades of Mauve #E0AAFA

Tints of Mauve #E0AAFA

Color information

#E0AAFA (or 0xE0AAFA) is unknown color: approx Mauve. HEX triplet: E0, AA and FA. RGB value is (224,170,250). Sum of RGB (Red+Green+Blue) = 224+170+250=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFA is #1F5505. Grayscale: #C3C3C3. Windows color (decimal): -2053382 or 16427744. OLE color: 16427744.

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

Color convert

RGB224170250-
CMYK0.100.3200.02
HSL280.5º88.89%82.35%-
HSV(B)280.5º32%98.04%-
XYZ62.3751.597.1-
YUV195.27158.89148.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=34.78%
G=26.40%
B=38.82%

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
Decimal2241702500.100.3200.02280.588.8982.35
HexE0AAFAA20021185952
Octal340252372124002430131122
Binary111000001010101011111010101010000001010001100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAFA; }

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

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

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

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

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

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

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

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