#E4A9FD

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

Shades of Mauve #E4A9FD

Tints of Mauve #E4A9FD

Color information

#E4A9FD (or 0xE4A9FD) is unknown color: approx Mauve. HEX triplet: E4, A9 and FD. RGB value is (228,169,253). Sum of RGB (Red+Green+Blue) = 228+169+253=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A9FD is #1B5602. Grayscale: #C3C3C3. Windows color (decimal): -1791491 or 16624100. OLE color: 16624100.

HSL color Cylindrical-coordinate representation of color #E4A9FD: hue angle of 282.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4A9FD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228169253-
CMYK0.100.3300.01
HSL282.14º95.45%82.75%-
HSV(B)282.14º33.2%99.22%-
XYZ63.9151.9699.59-
YUV196.22160.05150.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.08%
GREEN value IS 169 (66.41% from 255) = 26%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=35.08%
G=26%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281692530.100.3300.01282.1495.4582.75
HexE4A9FDA210111a5f53
Octal344251375124101432137123
Binary11100100101010011111110110101000010110001101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A9FD; }

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

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

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

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

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

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

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

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