COLOR #EF8BCE

HEX: #EF8BCE RGB: (239,139,206)

Color info

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

RGB color model

#EF8BCE color RGB value is (239,139,206).

RGB: (239,139,206) (94%, 55%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 139 of 255 = 55%
B 206 of 255 = 81%

239
139
206

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

Portions of RGB colors in percentages

R + G + B = 239 + 139 + 206 = 584 (100%)
R 239 of 584 ~ 40.92%
G 139 of 584 ~ 23.8%
B 206 of 584 ~ 35.27'%

%40.92
%23.8
%35.27

CMYK color model

#EF8BCE color CMYK value is (0,42,14,6).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 13.81%
  • key color value is 6.27%

CMYK: (0,42,14,6)
C0M42Y14K6 (0%, 42%, 14%, 6%)
(0.00 / 0.42 / 0.14 / 0.06)

CMYK percentages

%0
%41.84
%13.81
%6.27

Codes

Color #EF8BCE in popluar color models

EF 8B CE
RGB 239 139 206
HSL 320° 75.76% 74.12%
HSB/HSV 320° 41.84% 93.73%
CMYK 0.00% 41.84% 13.81%
6.27%

Color #EF8BCE in popluar number systems.

HEX EF 8B CE
Decimal 239 139 206
Binary 11101111 10001011 11001110
Octal 357 213 316

Shades and tints

Shades of #EF8BCE

#EF8BCE
(239,139,206)
#DA7FBC
(218,127,188)
#C573AA
(197,115,170)
#B06798
(176,103,152)
#9B5B86
(155,91,134)
#864F74
(134,79,116)
#714362
(113,67,98)
#5C3750
(92,55,80)
#472B3E
(71,43,62)
#321F2C
(50,31,44)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #EF8BCE

#EF8BCE
(239,139,206)
#F095D2
(240,149,210)
#F19FD6
(241,159,214)
#F2A9DA
(242,169,218)
#F3B3DE
(243,179,222)
#F4BDE2
(244,189,226)
#F5C7E6
(245,199,230)
#F6D1EA
(246,209,234)
#F7DBEE
(247,219,238)
#F8E5F2
(248,229,242)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8BCE color. Also use rgb(239,139,206) instead hex code.

Text Font Color

.myTextColor { color: #EF8BCE; }

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

This text font color is #EF8BCE.

Background Color

.myBgColor { background-color: #EF8BCE; }

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

This div background color is #EF8BCE.

Border color

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

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

This div border color is #EF8BCE.

Opacity

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

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

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

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

This text has shadow with #EF8BCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF8BCE.

Preview

Color preview on black background

This text has color #EF8BCE on black background.


Color preview on white background

This text has color #EF8BCE on white background.


Black color preview on #EF8BCE background

This text has black color on #EF8BCE background.


White color preview on #EF8BCE background

This text has white color on #EF8BCE background.


Related colors

Complementary color

Complementary color for #hex is #107431.


I love getcolorcode.com

Triadic colors

1 #CEEF8B and #8BCEEF with #EF8BCE are triadic colors.

2 #CE8BEF and #8BEFCE with #EF8BCE are triadic colors.