COLOR #E779BE

HEX: #E779BE
RGB: (231,121,190)

Color info

#E779BE contains mainly red and blue colors. Web safe color of #E779BE is #FF66CC (or #F6C).

RGB color model

#E779BE color RGB value is (231,121,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 121 of 255 = 47%
B 190 of 255 = 75%

231
121
190

R + G + B ~ 71%. #E779BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 121 + 190 = 542 (100%)
R 231 of 542 ~ 42.62%
G 121 of 542 ~ 22.32%
B 190 of 542 ~ 35.06%

%42.62
%22.32
%35.06

CMYK color model

#E779BE color CMYK value is (0,48,18,9).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,48,18,9)
C0M48Y18K9 
(0%,48%,18%,9%)
(0.00/0.48/0.18/0.09)	

CMYK percentages

%0
%47.62
%17.75
%9.41

Codes

Color #E779BE in popluar color models

E779BE
RGB231121190
HSL322°69.62%69.02%
HSB/HSV322°47.62%90.59%
CMYK0.00%47.62%17.75%
9.41%

Color #E779BE in popluar number systems.

HEXE779BE
Decimal231121190
Binary11100111111100110111110
Octal347171276

Shades and tints

Shades of #E779BE

#E779BE
(231,121,190)
#D26EAD
(210,110,173)
#BD639C
(189,99,156)
#A8588B
(168,88,139)
#934D7A
(147,77,122)
#7E4269
(126,66,105)
#693758
(105,55,88)
#542C47
(84,44,71)
#3F2136
(63,33,54)
#2A1625
(42,22,37)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #E779BE

#E779BE
(231,121,190)
#E985C3
(233,133,195)
#EB91C8
(235,145,200)
#ED9DCD
(237,157,205)
#EFA9D2
(239,169,210)
#F1B5D7
(241,181,215)
#F3C1DC
(243,193,220)
#F5CDE1
(245,205,225)
#F7D9E6
(247,217,230)
#F9E5EB
(249,229,235)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E779BE; }

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

This text font color is #E779BE.


Background Color

.myBgColor { background-color: #E779BE; }

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

This div background color is #E779BE.


Border color

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

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

This div border color is #E779BE.


Opacity

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

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

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

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

This text has shadow with #E779BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E779BE on black background.


Color preview on white background

This text has color #E779BE on white background.



Black color preview on #E779BE background

This text has black color on #E779BE background.


White color preview on #E779BE background

This text has white color on #E779BE background.