COLOR #E785C7

HEX: #E785C7 RGB: (231,133,199)

Color info

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

RGB color model

#E785C7 color RGB value is (231,133,199).

RGB: (231,133,199) (91%, 52%, 78%)

RGB channels and saturation

R 231 of 255 = 91%
G 133 of 255 = 52%
B 199 of 255 = 78%

231
133
199

R + G + B ~ 74%. #E785C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 133 + 199 = 563 (100%)
R 231 of 563 ~ 41.03%
G 133 of 563 ~ 23.62%
B 199 of 563 ~ 35.35'%

%41.03
%23.62
%35.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 13.85%
  • key color value is 9.41%

CMYK: (0,42,14,9)
C0M42Y14K9 (0%, 42%, 14%, 9%)
(0.00 / 0.42 / 0.14 / 0.09)

CMYK percentages

%0
%42.42
%13.85
%9.41

Codes

Color #E785C7 in popluar color models

E7 85 C7
RGB 231 133 199
HSL 320° 67.12% 71.37%
HSB/HSV 320° 42.42% 90.59%
CMYK 0.00% 42.42% 13.85%
9.41%

Color #E785C7 in popluar number systems.

HEX E7 85 C7
Decimal 231 133 199
Binary 11100111 10000101 11000111
Octal 347 205 307

Shades and tints

Shades of #E785C7

#E785C7
(231,133,199)
#D279B5
(210,121,181)
#BD6DA3
(189,109,163)
#A86191
(168,97,145)
#93557F
(147,85,127)
#7E496D
(126,73,109)
#693D5B
(105,61,91)
#543149
(84,49,73)
#3F2537
(63,37,55)
#2A1925
(42,25,37)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #E785C7

#E785C7
(231,133,199)
#E990CC
(233,144,204)
#EB9BD1
(235,155,209)
#EDA6D6
(237,166,214)
#EFB1DB
(239,177,219)
#F1BCE0
(241,188,224)
#F3C7E5
(243,199,229)
#F5D2EA
(245,210,234)
#F7DDEF
(247,221,239)
#F9E8F4
(249,232,244)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E785C7 color. Also use rgb(231,133,199) instead hex code.

Text Font Color

.myTextColor { color: #E785C7; }

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

This text font color is #E785C7.

Background Color

.myBgColor { background-color: #E785C7; }

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

This div background color is #E785C7.

Border color

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

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

This div border color is #E785C7.

Opacity

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

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

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

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

This text has shadow with #E785C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E785C7.

Preview

Color preview on black background

This text has color #E785C7 on black background.


Color preview on white background

This text has color #E785C7 on white background.


Black color preview on #E785C7 background

This text has black color on #E785C7 background.


White color preview on #E785C7 background

This text has white color on #E785C7 background.


Related colors

Complementary color

Complementary color for #hex is #187A38.


I love getcolorcode.com

Triadic colors

1 #C7E785 and #85C7E7 with #E785C7 are triadic colors.

2 #C785E7 and #85E7C7 with #E785C7 are triadic colors.