COLOR #E779FB

HEX: #E779FB
RGB: (231,121,251)

Color info

#E779FB contains mainly red and blue colors. Web safe color of #E779FB is #FF66FF (or #F6F).

RGB color model

#E779FB color RGB value is (231,121,251).

  • red value is 231;
  • green value is 121;
  • blue value is 251.
RGB:
(231,121,251)
(91%,47%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 121 of 255 = 47%
B 251 of 255 = 98%

231
121
251

R + G + B ~ 79%. #E779FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 121 + 251 = 603 (100%)
R 231 of 603 ~ 38.31%
G 121 of 603 ~ 20.07%
B 251 of 603 ~ 41.63%

%38.31
%20.07
%41.63

CMYK color model

#E779FB color CMYK value is (8,52,0,2).

  • cyan value is 7.97%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,52,0,2)
C8M52Y0K2 
(8%,52%,0%,2%)
(0.08/0.52/0.00/0.02)	

CMYK percentages

%7.97
%51.79
%0
%1.57

Codes

Color #E779FB in popluar color models

E779FB
RGB231121251
HSL291°94.20%72.94%
HSB/HSV291°51.79%98.43%
CMYK7.97%51.79%0.00%
1.57%

Color #E779FB in popluar number systems.

HEXE779FB
Decimal231121251
Binary11100111111100111111011
Octal347171373

Shades and tints

Shades of #E779FB

#E779FB
(231,121,251)
#D26EE5
(210,110,229)
#BD63CF
(189,99,207)
#A858B9
(168,88,185)
#934DA3
(147,77,163)
#7E428D
(126,66,141)
#693777
(105,55,119)
#542C61
(84,44,97)
#3F214B
(63,33,75)
#2A1635
(42,22,53)
#150B1F
(21,11,31)
#000000
(0,0,0)

Tints of #E779FB

#E779FB
(231,121,251)
#E985FB
(233,133,251)
#EB91FB
(235,145,251)
#ED9DFB
(237,157,251)
#EFA9FB
(239,169,251)
#F1B5FB
(241,181,251)
#F3C1FB
(243,193,251)
#F5CDFB
(245,205,251)
#F7D9FB
(247,217,251)
#F9E5FB
(249,229,251)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E779FB color. Also use rgb(231,121,251) instead hex code.

Text Font Color

.myTextColor { color: #E779FB; }

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

This text font color is #E779FB.


Background Color

.myBgColor { background-color: #E779FB; }

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

This div background color is #E779FB.


Border color

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

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

This div border color is #E779FB.


Opacity

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

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

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

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

This text has shadow with #E779FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E779FB on black background.


Color preview on white background

This text has color #E779FB on white background.



Black color preview on #E779FB background

This text has black color on #E779FB background.


White color preview on #E779FB background

This text has white color on #E779FB background.