COLOR #EF85D7

HEX: #EF85D7 RGB: (239,133,215)

Color info

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

RGB color model

#EF85D7 color RGB value is (239,133,215).

RGB: (239,133,215) (94%, 52%, 84%)

RGB channels and saturation

R 239 of 255 = 94%
G 133 of 255 = 52%
B 215 of 255 = 84%

239
133
215

R + G + B ~ 77%. #EF85D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 133 + 215 = 587 (100%)
R 239 of 587 ~ 40.72%
G 133 of 587 ~ 22.66%
B 215 of 587 ~ 36.63'%

%40.72
%22.66
%36.63

CMYK color model

#EF85D7 color CMYK value is (0,44,10,6).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 10.04%
  • key color value is 6.27%

CMYK: (0,44,10,6)
C0M44Y10K6 (0%, 44%, 10%, 6%)
(0.00 / 0.44 / 0.10 / 0.06)

CMYK percentages

%0
%44.35
%10.04
%6.27

Codes

Color #EF85D7 in popluar color models

EF 85 D7
RGB 239 133 215
HSL 314° 76.81% 72.94%
HSB/HSV 314° 44.35% 93.73%
CMYK 0.00% 44.35% 10.04%
6.27%

Color #EF85D7 in popluar number systems.

HEX EF 85 D7
Decimal 239 133 215
Binary 11101111 10000101 11010111
Octal 357 205 327

Shades and tints

Shades of #EF85D7

#EF85D7
(239,133,215)
#DA79C4
(218,121,196)
#C56DB1
(197,109,177)
#B0619E
(176,97,158)
#9B558B
(155,85,139)
#864978
(134,73,120)
#713D65
(113,61,101)
#5C3152
(92,49,82)
#47253F
(71,37,63)
#32192C
(50,25,44)
#1D0D19
(29,13,25)
#000000
(0,0,0)

Tints of #EF85D7

#EF85D7
(239,133,215)
#F090DA
(240,144,218)
#F19BDD
(241,155,221)
#F2A6E0
(242,166,224)
#F3B1E3
(243,177,227)
#F4BCE6
(244,188,230)
#F5C7E9
(245,199,233)
#F6D2EC
(246,210,236)
#F7DDEF
(247,221,239)
#F8E8F2
(248,232,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF85D7 color. Also use rgb(239,133,215) instead hex code.

Text Font Color

.myTextColor { color: #EF85D7; }

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

This text font color is #EF85D7.

Background Color

.myBgColor { background-color: #EF85D7; }

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

This div background color is #EF85D7.

Border color

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

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

This div border color is #EF85D7.

Opacity

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

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

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

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

This text has shadow with #EF85D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF85D7.

Preview

Color preview on black background

This text has color #EF85D7 on black background.


Color preview on white background

This text has color #EF85D7 on white background.


Black color preview on #EF85D7 background

This text has black color on #EF85D7 background.


White color preview on #EF85D7 background

This text has white color on #EF85D7 background.


Related colors

Complementary color

Complementary color for #hex is #107A28.


I love getcolorcode.com

Triadic colors

1 #D7EF85 and #85D7EF with #EF85D7 are triadic colors.

2 #D785EF and #85EFD7 with #EF85D7 are triadic colors.