#E49CFB

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

Shades of Mauve #E49CFB

Tints of Mauve #E49CFB

Color information

#E49CFB (or 0xE49CFB) is unknown color: approx Mauve. HEX triplet: E4, 9C and FB. RGB value is (228,156,251). Sum of RGB (Red+Green+Blue) = 228+156+251=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #E49CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49CFB is #1B6304. Grayscale: #BCBCBC. Windows color (decimal): -1794821 or 16489700. OLE color: 16489700.

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

Color convert

RGB228156251-
CMYK0.090.3800.02
HSL285.47º92.23%79.8%-
HSV(B)285.47º37.85%98.43%-
XYZ61.347.2497.15-
YUV188.36163.35156.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 156 (61.33% from 255) = 24.57%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=35.91%
G=24.57%
B=39.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281562510.090.3800.02285.4792.2379.8
HexE49CFB9260211d5c50
Octal344234373114602435134120
Binary111001001001110011111011100110011001010001110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CFB; }

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

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

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

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

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

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

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

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