#E49DFE

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

Shades of Mauve #E49DFE

Tints of Mauve #E49DFE

Color information

#E49DFE (or 0xE49DFE) is unknown color: approx Mauve. HEX triplet: E4, 9D and FE. RGB value is (228,157,254). Sum of RGB (Red+Green+Blue) = 228+157+254=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #E49DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DFE is #1B6201. Grayscale: #BCBCBC. Windows color (decimal): -1794562 or 16686564. OLE color: 16686564.

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

Color convert

RGB228157254-
CMYK0.100.3800.00
HSL283.92º97.98%80.59%-
HSV(B)283.92º38.19%99.61%-
XYZ61.9447.7699.72-
YUV189.29164.52155.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 157 (61.72% from 255) = 24.57%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=35.68%
G=24.57%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281572540.100.3800.00283.9297.9880.59
HexE49DFEA260011c6251
Octal344235376124600434142121
Binary11100100100111011111111010101001100010001110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DFE; }

 p { color: rgb(228,157,254); }

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

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

 a { background-color: rgb(228,157,254); }

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

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

 span { border-color: rgb(228,157,254); }

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