COLOR #E49FFB

HEX: #E49FFB
RGB: (228,159,251)

Color info

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

RGB color model

#E49FFB color RGB value is (228,159,251).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 251 of 255 = 98%

228
159
251

R + G + B ~ 83%. #E49FFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 251 = 638 (100%)
R 228 of 638 ~ 35.74%
G 159 of 638 ~ 24.92%
B 251 of 638 ~ 39.34%

%35.74
%24.92
%39.34

CMYK color model

#E49FFB color CMYK value is (9,37,0,2).

  • cyan value is 9.16%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,37,0,2)
C9M37Y0K2 
(9%,37%,0%,2%)
(0.09/0.37/0.00/0.02)	

CMYK percentages

%9.16
%36.65
%0
%1.57

Codes

Color #E49FFB in popluar color models

E49FFB
RGB228159251
HSL285°92.00%80.39%
HSB/HSV285°36.65%98.43%
CMYK9.16%36.65%0.00%
1.57%

Color #E49FFB in popluar number systems.

HEXE49FFB
Decimal228159251
Binary111001001001111111111011
Octal344237373

Shades and tints

Shades of #E49FFB

#E49FFB
(228,159,251)
#D091E5
(208,145,229)
#BC83CF
(188,131,207)
#A875B9
(168,117,185)
#9467A3
(148,103,163)
#80598D
(128,89,141)
#6C4B77
(108,75,119)
#583D61
(88,61,97)
#442F4B
(68,47,75)
#302135
(48,33,53)
#1C131F
(28,19,31)
#000000
(0,0,0)

Tints of #E49FFB

#E49FFB
(228,159,251)
#E6A7FB
(230,167,251)
#E8AFFB
(232,175,251)
#EAB7FB
(234,183,251)
#ECBFFB
(236,191,251)
#EEC7FB
(238,199,251)
#F0CFFB
(240,207,251)
#F2D7FB
(242,215,251)
#F4DFFB
(244,223,251)
#F6E7FB
(246,231,251)
#F8EFFB
(248,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49FFB; }

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

This text font color is #E49FFB.


Background Color

.myBgColor { background-color: #E49FFB; }

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

This div background color is #E49FFB.


Border color

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

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

This div border color is #E49FFB.


Opacity

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

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

Text with #E49FFB 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 #E49FFB;}

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

This text has shadow with #E49FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49FFB on black background.


Color preview on white background

This text has color #E49FFB on white background.



Black color preview on #E49FFB background

This text has black color on #E49FFB background.


White color preview on #E49FFB background

This text has white color on #E49FFB background.