COLOR #E49FFF

HEX: #E49FFF
RGB: (228,159,255)

Color info

#E49FFF contains mainly red and blue colors. Web safe color of #E49FFF is #CC99FF (or #C9F).

RGB color model

#E49FFF color RGB value is (228,159,255).

  • red value is 228;
  • green value is 159;
  • blue value is 255.
RGB:
(228,159,255)
(89%,62%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 255 of 255 = 100%

228
159
255

R + G + B ~ 84%. #E49FFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 255 = 642 (100%)
R 228 of 642 ~ 35.51%
G 159 of 642 ~ 24.77%
B 255 of 642 ~ 39.72%

%35.51
%24.77
%39.72

CMYK color model

#E49FFF color CMYK value is (11,38,0,0).

  • cyan value is 10.59%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,38,0,0)
C11M38Y0K0 
(11%,38%,0%,0%)
(0.11/0.38/0.00/0.00)	

CMYK percentages

%10.59
%37.65
%0
%0

Codes

Color #E49FFF in popluar color models

E49FFF
RGB228159255
HSL283°100.00%81.18%
HSB/HSV283°37.65%100.00%
CMYK10.59%37.65%0.00%
0.00%

Color #E49FFF in popluar number systems.

HEXE49FFF
Decimal228159255
Binary111001001001111111111111
Octal344237377

Shades and tints

Shades of #E49FFF

#E49FFF
(228,159,255)
#D091E8
(208,145,232)
#BC83D1
(188,131,209)
#A875BA
(168,117,186)
#9467A3
(148,103,163)
#80598C
(128,89,140)
#6C4B75
(108,75,117)
#583D5E
(88,61,94)
#442F47
(68,47,71)
#302130
(48,33,48)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #E49FFF

#E49FFF
(228,159,255)
#E6A7FF
(230,167,255)
#E8AFFF
(232,175,255)
#EAB7FF
(234,183,255)
#ECBFFF
(236,191,255)
#EEC7FF
(238,199,255)
#F0CFFF
(240,207,255)
#F2D7FF
(242,215,255)
#F4DFFF
(244,223,255)
#F6E7FF
(246,231,255)
#F8EFFF
(248,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49FFF color. Also use rgb(228,159,255) instead hex code.

Text Font Color

.myTextColor { color: #E49FFF; }

<p style="color:#E49FFF">This sample text font color is #E49FFF.</p>

This text font color is #E49FFF.


Background Color

.myBgColor { background-color: #E49FFF; }

<div style="background-color:#E49FFF">Inner text</div>

This div background color is #E49FFF.


Border color

.myBorderColor { border: 1px solid #E49FFF; }

<div style="border:3px solid #E49FFF">Div</div>

This div border color is #E49FFF.


Opacity

.myOpacity80 { color: #E49FFF; opacity: 0.8; }

<p style="color:#E49FFF;opacity:0.8;">80%</p>

Text with #E49FFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E49FFF;}

<p style="text-shadow: 3px 3px 1px #E49FFF">Text here.</p>

This text has shadow with #E49FFF color.

.textShadow {text-shadow: 3px 3px 1px #E49FFF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E49FFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E49FFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E49FFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E49FFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E49FFF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E49FFF;
  -webkit-box-shadow:	1px 1px 3px 2px #E49FFF;
  box-shadow:		1px 1px 3px 2px #E49FFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E49FFF;
-webkit-box-shadow: 1px 1px 3px 2px #E49FFF;
box-shadow:1px 1px 3px 2px #E49FFF;">
Div content here</div>
This div box has shadow with color #E49FFF.

Preview

Color preview on black background

This text has color #E49FFF on black background.


Color preview on white background

This text has color #E49FFF on white background.



Black color preview on #E49FFF background

This text has black color on #E49FFF background.


White color preview on #E49FFF background

This text has white color on #E49FFF background.