COLOR #E985C3

HEX: #E985C3
RGB: (233,133,195)

Color info

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

RGB color model

#E985C3 color RGB value is (233,133,195).

  • red value is 233;
  • green value is 133;
  • blue value is 195.
RGB:
(233,133,195)
(91%,52%,76%)

RGB channels and saturation

R 233 of 255 = 91%
G 133 of 255 = 52%
B 195 of 255 = 76%

233
133
195

R + G + B ~ 73%. #E985C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 133 + 195 = 561 (100%)
R 233 of 561 ~ 41.53%
G 133 of 561 ~ 23.71%
B 195 of 561 ~ 34.76%

%41.53
%23.71
%34.76

CMYK color model

#E985C3 color CMYK value is (0,43,16,9).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 16.31%
  • key color value is 8.63%
CMYK:
(0,43,16,9)
C0M43Y16K9 
(0%,43%,16%,9%)
(0.00/0.43/0.16/0.09)	

CMYK percentages

%0
%42.92
%16.31
%8.63

Codes

Color #E985C3 in popluar color models

E985C3
RGB233133195
HSL323°69.44%71.76%
HSB/HSV323°42.92%91.37%
CMYK0.00%42.92%16.31%
8.63%

Color #E985C3 in popluar number systems.

HEXE985C3
Decimal233133195
Binary111010011000010111000011
Octal351205303

Shades and tints

Shades of #E985C3

#E985C3
(233,133,195)
#D479B2
(212,121,178)
#BF6DA1
(191,109,161)
#AA6190
(170,97,144)
#95557F
(149,85,127)
#80496E
(128,73,110)
#6B3D5D
(107,61,93)
#56314C
(86,49,76)
#41253B
(65,37,59)
#2C192A
(44,25,42)
#170D19
(23,13,25)
#000000
(0,0,0)

Tints of #E985C3

#E985C3
(233,133,195)
#EB90C8
(235,144,200)
#ED9BCD
(237,155,205)
#EFA6D2
(239,166,210)
#F1B1D7
(241,177,215)
#F3BCDC
(243,188,220)
#F5C7E1
(245,199,225)
#F7D2E6
(247,210,230)
#F9DDEB
(249,221,235)
#FBE8F0
(251,232,240)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E985C3 color. Also use rgb(233,133,195) instead hex code.

Text Font Color

.myTextColor { color: #E985C3; }

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

This text font color is #E985C3.


Background Color

.myBgColor { background-color: #E985C3; }

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

This div background color is #E985C3.


Border color

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

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

This div border color is #E985C3.


Opacity

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

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

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

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

This text has shadow with #E985C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E985C3 on black background.


Color preview on white background

This text has color #E985C3 on white background.



Black color preview on #E985C3 background

This text has black color on #E985C3 background.


White color preview on #E985C3 background

This text has white color on #E985C3 background.