#E0A3FE

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

Shades of Mauve #E0A3FE

Tints of Mauve #E0A3FE

Color information

#E0A3FE (or 0xE0A3FE) is unknown color: approx Mauve. HEX triplet: E0, A3 and FE. RGB value is (224,163,254). Sum of RGB (Red+Green+Blue) = 224+163+254=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A3FE is #1F5C01. Grayscale: #BFBFBF. Windows color (decimal): -2055170 or 16688096. OLE color: 16688096.

HSL color Cylindrical-coordinate representation of color #E0A3FE: hue angle of 280.22º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0A3FE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224163254-
CMYK0.120.3600.00
HSL280.22º97.85%81.76%-
HSV(B)280.22º35.83%99.61%-
XYZ61.7349.2100.01-
YUV191.61163.21151.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 163 (64.06% from 255) = 25.43%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=34.95%
G=25.43%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241632540.120.3600.00280.2297.8581.76
HexE0A3FEC24001186252
Octal340243376144400430142122
Binary11100000101000111111111011001001000010001100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3FE; }

 p { color: rgb(224,163,254); }

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

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

 a { background-color: rgb(224,163,254); }

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

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

 span { border-color: rgb(224,163,254); }

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