#E0A4F2

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

Shades of Mauve #E0A4F2

Tints of Mauve #E0A4F2

Color information

#E0A4F2 (or 0xE0A4F2) is unknown color: approx Mauve. HEX triplet: E0, A4 and F2. RGB value is (224,164,242). Sum of RGB (Red+Green+Blue) = 224+164+242=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0A4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4F2 is #1F5B0D. Grayscale: #BEBEBE. Windows color (decimal): -2054926 or 15901920. OLE color: 15901920.

HSL color Cylindrical-coordinate representation of color #E0A4F2: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0A4F2 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224164242-
CMYK0.070.3200.05
HSL286.15º75%79.61%-
HSV(B)286.15º32.23%94.9%-
XYZ60.0448.8190.26-
YUV190.83156.88151.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 164 (64.45% from 255) = 26.03%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=35.56%
G=26.03%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241642420.070.3200.05286.157579.61
HexE0A4F27200511e4b50
Octal34024436274005436113120
Binary111000001010010011110010111100000010110001111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4F2; }

 p { color: rgb(224,164,242); }

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

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

 a { background-color: rgb(224,164,242); }

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

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

 span { border-color: rgb(224,164,242); }

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