COLOR #E784BD

HEX: #E784BD
RGB: (231,132,189)

Color info

#E784BD contains mainly red and blue colors. Web safe color of #E784BD is #FF99CC (or #F9C).

RGB color model

#E784BD color RGB value is (231,132,189).

  • red value is 231;
  • green value is 132;
  • blue value is 189.
RGB:
(231,132,189)
(91%,52%,74%)

RGB channels and saturation

R 231 of 255 = 91%
G 132 of 255 = 52%
B 189 of 255 = 74%

231
132
189

R + G + B ~ 72%. #E784BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 132 + 189 = 552 (100%)
R 231 of 552 ~ 41.85%
G 132 of 552 ~ 23.91%
B 189 of 552 ~ 34.24%

%41.85
%23.91
%34.24

CMYK color model

#E784BD color CMYK value is (0,43,18,9).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(0,43,18,9)
C0M43Y18K9 
(0%,43%,18%,9%)
(0.00/0.43/0.18/0.09)	

CMYK percentages

%0
%42.86
%18.18
%9.41

Codes

Color #E784BD in popluar color models

E784BD
RGB231132189
HSL325°67.35%71.18%
HSB/HSV325°42.86%90.59%
CMYK0.00%42.86%18.18%
9.41%

Color #E784BD in popluar number systems.

HEXE784BD
Decimal231132189
Binary111001111000010010111101
Octal347204275

Shades and tints

Shades of #E784BD

#E784BD
(231,132,189)
#D278AC
(210,120,172)
#BD6C9B
(189,108,155)
#A8608A
(168,96,138)
#935479
(147,84,121)
#7E4868
(126,72,104)
#693C57
(105,60,87)
#543046
(84,48,70)
#3F2435
(63,36,53)
#2A1824
(42,24,36)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #E784BD

#E784BD
(231,132,189)
#E98FC3
(233,143,195)
#EB9AC9
(235,154,201)
#EDA5CF
(237,165,207)
#EFB0D5
(239,176,213)
#F1BBDB
(241,187,219)
#F3C6E1
(243,198,225)
#F5D1E7
(245,209,231)
#F7DCED
(247,220,237)
#F9E7F3
(249,231,243)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E784BD color. Also use rgb(231,132,189) instead hex code.

Text Font Color

.myTextColor { color: #E784BD; }

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

This text font color is #E784BD.


Background Color

.myBgColor { background-color: #E784BD; }

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

This div background color is #E784BD.


Border color

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

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

This div border color is #E784BD.


Opacity

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

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

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

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

This text has shadow with #E784BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E784BD on black background.


Color preview on white background

This text has color #E784BD on white background.



Black color preview on #E784BD background

This text has black color on #E784BD background.


White color preview on #E784BD background

This text has white color on #E784BD background.