COLOR #EF8EC8

HEX: #EF8EC8
RGB: (239,142,200)

Color info

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

RGB color model

#EF8EC8 color RGB value is (239,142,200).

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

RGB channels and saturation

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

239
142
200

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

Portions of RGB colors in percentages

R + G + B =
239 + 142 + 200 = 581 (100%)
R 239 of 581 ~ 41.14%
G 142 of 581 ~ 24.44%
B 200 of 581 ~ 34.42%

%41.14
%24.44
%34.42

CMYK color model

#EF8EC8 color CMYK value is (0,41,16,6).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(0,41,16,6)
C0M41Y16K6 
(0%,41%,16%,6%)
(0.00/0.41/0.16/0.06)	

CMYK percentages

%0
%40.59
%16.32
%6.27

Codes

Color #EF8EC8 in popluar color models

EF8EC8
RGB239142200
HSL324°75.19%74.71%
HSB/HSV324°40.59%93.73%
CMYK0.00%40.59%16.32%
6.27%

Color #EF8EC8 in popluar number systems.

HEXEF8EC8
Decimal239142200
Binary111011111000111011001000
Octal357216310

Shades and tints

Shades of #EF8EC8

#EF8EC8
(239,142,200)
#DA82B6
(218,130,182)
#C576A4
(197,118,164)
#B06A92
(176,106,146)
#9B5E80
(155,94,128)
#86526E
(134,82,110)
#71465C
(113,70,92)
#5C3A4A
(92,58,74)
#472E38
(71,46,56)
#322226
(50,34,38)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EF8EC8

#EF8EC8
(239,142,200)
#F098CD
(240,152,205)
#F1A2D2
(241,162,210)
#F2ACD7
(242,172,215)
#F3B6DC
(243,182,220)
#F4C0E1
(244,192,225)
#F5CAE6
(245,202,230)
#F6D4EB
(246,212,235)
#F7DEF0
(247,222,240)
#F8E8F5
(248,232,245)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8EC8; }

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

This text font color is #EF8EC8.


Background Color

.myBgColor { background-color: #EF8EC8; }

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

This div background color is #EF8EC8.


Border color

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

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

This div border color is #EF8EC8.


Opacity

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

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

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

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

This text has shadow with #EF8EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8EC8 on black background.


Color preview on white background

This text has color #EF8EC8 on white background.



Black color preview on #EF8EC8 background

This text has black color on #EF8EC8 background.


White color preview on #EF8EC8 background

This text has white color on #EF8EC8 background.