#e4a9f2

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

Shades of Mauve #E4A9F2

Tints of Mauve #E4A9F2

Color information

#E4A9F2 (or 0xE4A9F2) is unknown color: approx Mauve. HEX triplet: E4, A9 and F2. RGB value is (228,169,242). Sum of RGB (Red+Green+Blue) = 228+169+242=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A9F2 is #1B560D. Grayscale: #C2C2C2. Windows color (decimal): -1791502 or 15903204. OLE color: 15903204.

HSL color Cylindrical-coordinate representation of color #E4A9F2: hue angle of 288.49º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4A9F2 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228169242-
CMYK0.060.3000.05
HSL288.49º73.74%80.59%-
HSV(B)288.49º30.17%94.9%-
XYZ62.2151.2890.62-
YUV194.96154.55151.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 169 (66.41% from 255) = 26.45%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=35.68%
G=26.45%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281692420.060.3000.05288.4973.7480.59
HexE4A9F261E051204a51
Octal34425136263605440112121
Binary11100100101010011111001011011110010110010000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4a9f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4a9f2; }

 p { color: rgb(228,169,242); }

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

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

 a { background-color: rgb(228,169,242); }

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

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

 span { border-color: rgb(228,169,242); }

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