COLOR #E985C2

HEX: #E985C2
RGB: (233,133,194)

Color info

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

RGB color model

#E985C2 color RGB value is (233,133,194).

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

RGB channels and saturation

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

233
133
194

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

Portions of RGB colors in percentages

R + G + B =
233 + 133 + 194 = 560 (100%)
R 233 of 560 ~ 41.61%
G 133 of 560 ~ 23.75%
B 194 of 560 ~ 34.64%

%41.61
%23.75
%34.64

CMYK color model

#E985C2 color CMYK value is (0,43,17,9).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 16.74%
  • key color value is 8.63%
CMYK:
(0,43,17,9)
C0M43Y17K9 
(0%,43%,17%,9%)
(0.00/0.43/0.17/0.09)	

CMYK percentages

%0
%42.92
%16.74
%8.63

Codes

Color #E985C2 in popluar color models

E985C2
RGB233133194
HSL323°69.44%71.76%
HSB/HSV323°42.92%91.37%
CMYK0.00%42.92%16.74%
8.63%

Color #E985C2 in popluar number systems.

HEXE985C2
Decimal233133194
Binary111010011000010111000010
Octal351205302

Shades and tints

Shades of #E985C2

#E985C2
(233,133,194)
#D479B1
(212,121,177)
#BF6DA0
(191,109,160)
#AA618F
(170,97,143)
#95557E
(149,85,126)
#80496D
(128,73,109)
#6B3D5C
(107,61,92)
#56314B
(86,49,75)
#41253A
(65,37,58)
#2C1929
(44,25,41)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #E985C2

#E985C2
(233,133,194)
#EB90C7
(235,144,199)
#ED9BCC
(237,155,204)
#EFA6D1
(239,166,209)
#F1B1D6
(241,177,214)
#F3BCDB
(243,188,219)
#F5C7E0
(245,199,224)
#F7D2E5
(247,210,229)
#F9DDEA
(249,221,234)
#FBE8EF
(251,232,239)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E985C2; }

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

This text font color is #E985C2.


Background Color

.myBgColor { background-color: #E985C2; }

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

This div background color is #E985C2.


Border color

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

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

This div border color is #E985C2.


Opacity

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

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

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

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

This text has shadow with #E985C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E985C2 on black background.


Color preview on white background

This text has color #E985C2 on white background.



Black color preview on #E985C2 background

This text has black color on #E985C2 background.


White color preview on #E985C2 background

This text has white color on #E985C2 background.