#E0A8F9

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

Shades of Mauve #E0A8F9

Tints of Mauve #E0A8F9

Color information

#E0A8F9 (or 0xE0A8F9) is unknown color: approx Mauve. HEX triplet: E0, A8 and F9. RGB value is (224,168,249). Sum of RGB (Red+Green+Blue) = 224+168+249=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0A8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A8F9 is #1F5706. Grayscale: #C1C1C1. Windows color (decimal): -2053895 or 16361696. OLE color: 16361696.

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

Color convert

RGB224168249-
CMYK0.100.3300.02
HSL281.48º87.1%81.76%-
HSV(B)281.48º32.53%97.65%-
XYZ61.8450.6996.15-
YUV193.98159.05149.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 168 (66.02% from 255) = 26.21%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=34.95%
G=26.21%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241682490.100.3300.02281.4887.181.76
HexE0A8F9A21021195752
Octal340250371124102431127122
Binary111000001010100011111001101010000101010001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8F9; }

 p { color: rgb(224,168,249); }

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

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

 a { background-color: rgb(224,168,249); }

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

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

 span { border-color: rgb(224,168,249); }

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