#E49FFB

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

Shades of Mauve #E49FFB

Tints of Mauve #E49FFB

Color information

#E49FFB (or 0xE49FFB) is unknown color: approx Mauve. HEX triplet: E4, 9F and FB. RGB value is (228,159,251). Sum of RGB (Red+Green+Blue) = 228+159+251=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #E49FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FFB is #1B6004. Grayscale: #BDBDBD. Windows color (decimal): -1794053 or 16490468. OLE color: 16490468.

HSL color Cylindrical-coordinate representation of color #E49FFB: hue angle of 285º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E49FFB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228159251-
CMYK0.090.3700.02
HSL285º92%80.39%-
HSV(B)285º36.65%98.43%-
XYZ61.8148.2697.32-
YUV190.12162.36155.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.74%
GREEN value IS 159 (62.5% from 255) = 24.92%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=35.74%
G=24.92%
B=39.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281592510.090.3700.022859280.39
HexE49FFB9250211d5c50
Octal344237373114502435134120
Binary111001001001111111111011100110010101010001110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FFB; }

 p { color: rgb(228,159,251); }

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

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

 a { background-color: rgb(228,159,251); }

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

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

 span { border-color: rgb(228,159,251); }

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