COLOR #E782BE

HEX: #E782BE
RGB: (231,130,190)

Color info

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

RGB color model

#E782BE color RGB value is (231,130,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 130 of 255 = 51%
B 190 of 255 = 75%

231
130
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 130 + 190 = 551 (100%)
R 231 of 551 ~ 41.92%
G 130 of 551 ~ 23.59%
B 190 of 551 ~ 34.48%

%41.92
%23.59
%34.48

CMYK color model

#E782BE color CMYK value is (0,44,18,9).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,44,18,9)
C0M44Y18K9 
(0%,44%,18%,9%)
(0.00/0.44/0.18/0.09)	

CMYK percentages

%0
%43.72
%17.75
%9.41

Codes

Color #E782BE in popluar color models

E782BE
RGB231130190
HSL324°67.79%70.78%
HSB/HSV324°43.72%90.59%
CMYK0.00%43.72%17.75%
9.41%

Color #E782BE in popluar number systems.

HEXE782BE
Decimal231130190
Binary111001111000001010111110
Octal347202276

Shades and tints

Shades of #E782BE

#E782BE
(231,130,190)
#D277AD
(210,119,173)
#BD6C9C
(189,108,156)
#A8618B
(168,97,139)
#93567A
(147,86,122)
#7E4B69
(126,75,105)
#694058
(105,64,88)
#543547
(84,53,71)
#3F2A36
(63,42,54)
#2A1F25
(42,31,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E782BE

#E782BE
(231,130,190)
#E98DC3
(233,141,195)
#EB98C8
(235,152,200)
#EDA3CD
(237,163,205)
#EFAED2
(239,174,210)
#F1B9D7
(241,185,215)
#F3C4DC
(243,196,220)
#F5CFE1
(245,207,225)
#F7DAE6
(247,218,230)
#F9E5EB
(249,229,235)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E782BE; }

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

This text font color is #E782BE.


Background Color

.myBgColor { background-color: #E782BE; }

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

This div background color is #E782BE.


Border color

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

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

This div border color is #E782BE.


Opacity

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

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

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

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

This text has shadow with #E782BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E782BE on black background.


Color preview on white background

This text has color #E782BE on white background.



Black color preview on #E782BE background

This text has black color on #E782BE background.


White color preview on #E782BE background

This text has white color on #E782BE background.