COLOR #E780B6

HEX: #E780B6
RGB: (231,128,182)

Color info

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

RGB color model

#E780B6 color RGB value is (231,128,182).

  • red value is 231;
  • green value is 128;
  • blue value is 182.
RGB:
(231,128,182)
(91%,50%,71%)

RGB channels and saturation

R 231 of 255 = 91%
G 128 of 255 = 50%
B 182 of 255 = 71%

231
128
182

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

Portions of RGB colors in percentages

R + G + B =
231 + 128 + 182 = 541 (100%)
R 231 of 541 ~ 42.7%
G 128 of 541 ~ 23.66%
B 182 of 541 ~ 33.64%

%42.7
%23.66
%33.64

CMYK color model

#E780B6 color CMYK value is (0,45,21,9).

  • cyan value is 0.00%
  • magenta value is 44.59%
  • yellow value is 21.21%
  • key color value is 9.41%
CMYK:
(0,45,21,9)
C0M45Y21K9 
(0%,45%,21%,9%)
(0.00/0.45/0.21/0.09)	

CMYK percentages

%0
%44.59
%21.21
%9.41

Codes

Color #E780B6 in popluar color models

E780B6
RGB231128182
HSL329°68.21%70.39%
HSB/HSV329°44.59%90.59%
CMYK0.00%44.59%21.21%
9.41%

Color #E780B6 in popluar number systems.

HEXE780B6
Decimal231128182
Binary111001111000000010110110
Octal347200266

Shades and tints

Shades of #E780B6

#E780B6
(231,128,182)
#D275A6
(210,117,166)
#BD6A96
(189,106,150)
#A85F86
(168,95,134)
#935476
(147,84,118)
#7E4966
(126,73,102)
#693E56
(105,62,86)
#543346
(84,51,70)
#3F2836
(63,40,54)
#2A1D26
(42,29,38)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #E780B6

#E780B6
(231,128,182)
#E98BBC
(233,139,188)
#EB96C2
(235,150,194)
#EDA1C8
(237,161,200)
#EFACCE
(239,172,206)
#F1B7D4
(241,183,212)
#F3C2DA
(243,194,218)
#F5CDE0
(245,205,224)
#F7D8E6
(247,216,230)
#F9E3EC
(249,227,236)
#FBEEF2
(251,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E780B6 color. Also use rgb(231,128,182) instead hex code.

Text Font Color

.myTextColor { color: #E780B6; }

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

This text font color is #E780B6.


Background Color

.myBgColor { background-color: #E780B6; }

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

This div background color is #E780B6.


Border color

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

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

This div border color is #E780B6.


Opacity

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

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

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

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

This text has shadow with #E780B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E780B6 on black background.


Color preview on white background

This text has color #E780B6 on white background.



Black color preview on #E780B6 background

This text has black color on #E780B6 background.


White color preview on #E780B6 background

This text has white color on #E780B6 background.