#E0AEF3

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

Shades of Mauve #E0AEF3

Tints of Mauve #E0AEF3

Color information

#E0AEF3 (or 0xE0AEF3) is unknown color: approx Mauve. HEX triplet: E0, AE and F3. RGB value is (224,174,243). Sum of RGB (Red+Green+Blue) = 224+174+243=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0AEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEF3 is #1F510C. Grayscale: #C4C4C4. Windows color (decimal): -2052365 or 15970016. OLE color: 15970016.

HSL color Cylindrical-coordinate representation of color #E0AEF3: hue angle of 283.48º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0AEF3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224174243-
CMYK0.080.2800.05
HSL283.48º74.19%81.76%-
HSV(B)283.48º28.4%95.29%-
XYZ62.0552.5991.67-
YUV196.82154.06147.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=34.95%
G=27.15%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241742430.080.2800.05283.4874.1981.76
HexE0AEF381C0511b4a52
Octal340256363103405433112122
Binary111000001010111011110011100011100010110001101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEF3; }

 p { color: rgb(224,174,243); }

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

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

 a { background-color: rgb(224,174,243); }

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

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

 span { border-color: rgb(224,174,243); }

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