#E4AAFD

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

Shades of Mauve #E4AAFD

Tints of Mauve #E4AAFD

Color information

#E4AAFD (or 0xE4AAFD) is unknown color: approx Mauve. HEX triplet: E4, AA and FD. RGB value is (228,170,253). Sum of RGB (Red+Green+Blue) = 228+170+253=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAFD is #1B5502. Grayscale: #C4C4C4. Windows color (decimal): -1791235 or 16624356. OLE color: 16624356.

HSL color Cylindrical-coordinate representation of color #E4AAFD: hue angle of 281.93º 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 #E4AAFD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228170253-
CMYK0.100.3300.01
HSL281.93º95.4%82.94%-
HSV(B)281.93º32.81%99.22%-
XYZ64.152.3499.65-
YUV196.8159.72150.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=35.02%
G=26.11%
B=38.86%

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
Decimal2281702530.100.3300.01281.9395.482.94
HexE4AAFDA210111a5f53
Octal344252375124101432137123
Binary11100100101010101111110110101000010110001101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAFD; }

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

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

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

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

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

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

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

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