#E49EFF

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

Shades of Mauve #E49EFF

Tints of Mauve #E49EFF

Color information

#E49EFF (or 0xE49EFF) is unknown color: approx Mauve. HEX triplet: E4, 9E and FF. RGB value is (228,158,255). Sum of RGB (Red+Green+Blue) = 228+158+255=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #E49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49EFF is #1B6100. Grayscale: #BDBDBD. Windows color (decimal): -1794305 or 16752356. OLE color: 16752356.

HSL color Cylindrical-coordinate representation of color #E49EFF: hue angle of 283.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E49EFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB228158255-
CMYK0.110.3800
HSL283.3º100%80.98%-
HSV(B)283.3º38.04%100%-
XYZ62.2748.17100.62-
YUV189.99164.69155.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.57%
GREEN value IS 158 (62.11% from 255) = 24.65%
BLUE value IS 255 (100% from 255) = 39.78%
R=35.57%
G=24.65%
B=39.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281582550.110.3800283.310080.98
HexE49EFFB260011b6451
Octal344236377134600433144121
Binary11100100100111101111111110111001100010001101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EFF; }

 p { color: rgb(228,158,255); }

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

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

 a { background-color: rgb(228,158,255); }

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

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

 span { border-color: rgb(228,158,255); }

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