#E0A2FA

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

Shades of Mauve #E0A2FA

Tints of Mauve #E0A2FA

Color information

#E0A2FA (or 0xE0A2FA) is unknown color: approx Mauve. HEX triplet: E0, A2 and FA. RGB value is (224,162,250). Sum of RGB (Red+Green+Blue) = 224+162+250=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2FA is #1F5D05. Grayscale: #BEBEBE. Windows color (decimal): -2055430 or 16425696. OLE color: 16425696.

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

Color convert

RGB224162250-
CMYK0.100.3500.02
HSL282.27º89.8%80.78%-
HSV(B)282.27º35.2%98.04%-
XYZ60.9248.5996.61-
YUV190.57161.54151.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 162 (63.67% from 255) = 25.47%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=35.22%
G=25.47%
B=39.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241622500.100.3500.02282.2789.880.78
HexE0A2FAA230211a5a51
Octal340242372124302432132121
Binary111000001010001011111010101010001101010001101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2FA; }

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

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

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

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

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

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

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

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