COLOR #EF8EC6

HEX: #EF8EC6
RGB: (239,142,198)

Color info

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

RGB color model

#EF8EC6 color RGB value is (239,142,198).

  • red value is 239;
  • green value is 142;
  • blue value is 198.
RGB:
(239,142,198)
(94%,56%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 142 of 255 = 56%
B 198 of 255 = 78%

239
142
198

R + G + B ~ 76%. #EF8EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 142 + 198 = 579 (100%)
R 239 of 579 ~ 41.28%
G 142 of 579 ~ 24.53%
B 198 of 579 ~ 34.2%

%41.28
%24.53
%34.2

CMYK color model

#EF8EC6 color CMYK value is (0,41,17,6).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,41,17,6)
C0M41Y17K6 
(0%,41%,17%,6%)
(0.00/0.41/0.17/0.06)	

CMYK percentages

%0
%40.59
%17.15
%6.27

Codes

Color #EF8EC6 in popluar color models

EF8EC6
RGB239142198
HSL325°75.19%74.71%
HSB/HSV325°40.59%93.73%
CMYK0.00%40.59%17.15%
6.27%

Color #EF8EC6 in popluar number systems.

HEXEF8EC6
Decimal239142198
Binary111011111000111011000110
Octal357216306

Shades and tints

Shades of #EF8EC6

#EF8EC6
(239,142,198)
#DA82B4
(218,130,180)
#C576A2
(197,118,162)
#B06A90
(176,106,144)
#9B5E7E
(155,94,126)
#86526C
(134,82,108)
#71465A
(113,70,90)
#5C3A48
(92,58,72)
#472E36
(71,46,54)
#322224
(50,34,36)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #EF8EC6

#EF8EC6
(239,142,198)
#F098CB
(240,152,203)
#F1A2D0
(241,162,208)
#F2ACD5
(242,172,213)
#F3B6DA
(243,182,218)
#F4C0DF
(244,192,223)
#F5CAE4
(245,202,228)
#F6D4E9
(246,212,233)
#F7DEEE
(247,222,238)
#F8E8F3
(248,232,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8EC6 color. Also use rgb(239,142,198) instead hex code.

Text Font Color

.myTextColor { color: #EF8EC6; }

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

This text font color is #EF8EC6.


Background Color

.myBgColor { background-color: #EF8EC6; }

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

This div background color is #EF8EC6.


Border color

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

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

This div border color is #EF8EC6.


Opacity

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

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

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

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

This text has shadow with #EF8EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8EC6 on black background.


Color preview on white background

This text has color #EF8EC6 on white background.



Black color preview on #EF8EC6 background

This text has black color on #EF8EC6 background.


White color preview on #EF8EC6 background

This text has white color on #EF8EC6 background.