#E0A9FA

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

Shades of Mauve #E0A9FA

Tints of Mauve #E0A9FA

Color information

#E0A9FA (or 0xE0A9FA) is unknown color: approx Mauve. HEX triplet: E0, A9 and FA. RGB value is (224,169,250). Sum of RGB (Red+Green+Blue) = 224+169+250=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A9FA is #1F5605. Grayscale: #C2C2C2. Windows color (decimal): -2053638 or 16427488. OLE color: 16427488.

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

Color convert

RGB224169250-
CMYK0.100.3200.02
HSL280.74º89.01%82.16%-
HSV(B)280.74º32.4%98.04%-
XYZ62.1851.1397.03-
YUV194.68159.22148.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 169 (66.41% from 255) = 26.28%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=34.84%
G=26.28%
B=38.88%

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
Decimal2241692500.100.3200.02280.7489.0182.16
HexE0A9FAA20021195952
Octal340251372124002431131122
Binary111000001010100111111010101010000001010001100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9FA; }

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

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

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

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

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

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

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

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