#E49CFF

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

Shades of Mauve #E49CFF

Tints of Mauve #E49CFF

Color information

#E49CFF (or 0xE49CFF) is unknown color: approx Mauve. HEX triplet: E4, 9C and FF. RGB value is (228,156,255). Sum of RGB (Red+Green+Blue) = 228+156+255=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #E49CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CFF is #1B6300. Grayscale: #BCBCBC. Windows color (decimal): -1794817 or 16751844. OLE color: 16751844.

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

Color convert

RGB228156255-
CMYK0.110.3900
HSL283.64º100%80.59%-
HSV(B)283.64º38.82%100%-
XYZ61.9347.49100.51-
YUV188.81165.35155.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 156 (61.33% from 255) = 24.41%
BLUE value IS 255 (100% from 255) = 39.91%
R=35.68%
G=24.41%
B=39.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281562550.110.3900283.6410080.59
HexE49CFFB270011c6451
Octal344234377134700434144121
Binary11100100100111001111111110111001110010001110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CFF; }

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

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

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

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

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

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

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

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