COLOR #E786E6

HEX: #E786E6
RGB: (231,134,230)

Color info

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

RGB color model

#E786E6 color RGB value is (231,134,230).

  • red value is 231;
  • green value is 134;
  • blue value is 230.
RGB:
(231,134,230)
(91%,53%,90%)

RGB channels and saturation

R 231 of 255 = 91%
G 134 of 255 = 53%
B 230 of 255 = 90%

231
134
230

R + G + B ~ 78%. #E786E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 134 + 230 = 595 (100%)
R 231 of 595 ~ 38.82%
G 134 of 595 ~ 22.52%
B 230 of 595 ~ 38.66%

%38.82
%22.52
%38.66

CMYK color model

#E786E6 color CMYK value is (0,42,0,9).

  • cyan value is 0.00%
  • magenta value is 41.99%
  • yellow value is 0.43%
  • key color value is 9.41%
CMYK:
(0,42,0,9)
C0M42Y0K9 
(0%,42%,0%,9%)
(0.00/0.42/0.00/0.09)	

CMYK percentages

%0
%41.99
%0.43
%9.41

Codes

Color #E786E6 in popluar color models

E786E6
RGB231134230
HSL301°66.90%71.57%
HSB/HSV301°41.99%90.59%
CMYK0.00%41.99%0.43%
9.41%

Color #E786E6 in popluar number systems.

HEXE786E6
Decimal231134230
Binary111001111000011011100110
Octal347206346

Shades and tints

Shades of #E786E6

#E786E6
(231,134,230)
#D27AD2
(210,122,210)
#BD6EBE
(189,110,190)
#A862AA
(168,98,170)
#935696
(147,86,150)
#7E4A82
(126,74,130)
#693E6E
(105,62,110)
#54325A
(84,50,90)
#3F2646
(63,38,70)
#2A1A32
(42,26,50)
#150E1E
(21,14,30)
#000000
(0,0,0)

Tints of #E786E6

#E786E6
(231,134,230)
#E991E8
(233,145,232)
#EB9CEA
(235,156,234)
#EDA7EC
(237,167,236)
#EFB2EE
(239,178,238)
#F1BDF0
(241,189,240)
#F3C8F2
(243,200,242)
#F5D3F4
(245,211,244)
#F7DEF6
(247,222,246)
#F9E9F8
(249,233,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E786E6 color. Also use rgb(231,134,230) instead hex code.

Text Font Color

.myTextColor { color: #E786E6; }

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

This text font color is #E786E6.


Background Color

.myBgColor { background-color: #E786E6; }

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

This div background color is #E786E6.


Border color

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

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

This div border color is #E786E6.


Opacity

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

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

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

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

This text has shadow with #E786E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E786E6 on black background.


Color preview on white background

This text has color #E786E6 on white background.



Black color preview on #E786E6 background

This text has black color on #E786E6 background.


White color preview on #E786E6 background

This text has white color on #E786E6 background.