#E49DFD

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

Shades of Mauve #E49DFD

Tints of Mauve #E49DFD

Color information

#E49DFD (or 0xE49DFD) is unknown color: approx Mauve. HEX triplet: E4, 9D and FD. RGB value is (228,157,253). Sum of RGB (Red+Green+Blue) = 228+157+253=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 157 (61.72% from 255 or 24.61% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #E49DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DFD is #1B6202. Grayscale: #BCBCBC. Windows color (decimal): -1794563 or 16621028. OLE color: 16621028.

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

Color convert

RGB228157253-
CMYK0.100.3800.01
HSL284.38º96%80.39%-
HSV(B)284.38º37.94%99.22%-
XYZ61.7847.798.88-
YUV189.17164.02155.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.74%
GREEN value IS 157 (61.72% from 255) = 24.61%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=35.74%
G=24.61%
B=39.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281572530.100.3800.01284.389680.39
HexE49DFDA260111c6050
Octal344235375124601434140120
Binary11100100100111011111110110101001100110001110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DFD; }

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

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

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

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

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

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

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

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