COLOR #EF89EC

HEX: #EF89EC
RGB: (239,137,236)

Color info

#EF89EC contains mainly red and blue colors. Web safe color of #EF89EC is #FF99FF (or #F9F).

RGB color model

#EF89EC color RGB value is (239,137,236).

  • red value is 239;
  • green value is 137;
  • blue value is 236.
RGB:
(239,137,236)
(94%,54%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 137 of 255 = 54%
B 236 of 255 = 93%

239
137
236

R + G + B ~ 80%. #EF89EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 137 + 236 = 612 (100%)
R 239 of 612 ~ 39.05%
G 137 of 612 ~ 22.39%
B 236 of 612 ~ 38.56%

%39.05
%22.39
%38.56

CMYK color model

#EF89EC color CMYK value is (0,43,1,6).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,43,1,6)
C0M43Y1K6 
(0%,43%,1%,6%)
(0.00/0.43/0.01/0.06)	

CMYK percentages

%0
%42.68
%1.26
%6.27

Codes

Color #EF89EC in popluar color models

EF89EC
RGB239137236
HSL302°76.12%73.73%
HSB/HSV302°42.68%93.73%
CMYK0.00%42.68%1.26%
6.27%

Color #EF89EC in popluar number systems.

HEXEF89EC
Decimal239137236
Binary111011111000100111101100
Octal357211354

Shades and tints

Shades of #EF89EC

#EF89EC
(239,137,236)
#DA7DD7
(218,125,215)
#C571C2
(197,113,194)
#B065AD
(176,101,173)
#9B5998
(155,89,152)
#864D83
(134,77,131)
#71416E
(113,65,110)
#5C3559
(92,53,89)
#472944
(71,41,68)
#321D2F
(50,29,47)
#1D111A
(29,17,26)
#000000
(0,0,0)

Tints of #EF89EC

#EF89EC
(239,137,236)
#F093ED
(240,147,237)
#F19DEE
(241,157,238)
#F2A7EF
(242,167,239)
#F3B1F0
(243,177,240)
#F4BBF1
(244,187,241)
#F5C5F2
(245,197,242)
#F6CFF3
(246,207,243)
#F7D9F4
(247,217,244)
#F8E3F5
(248,227,245)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF89EC color. Also use rgb(239,137,236) instead hex code.

Text Font Color

.myTextColor { color: #EF89EC; }

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

This text font color is #EF89EC.


Background Color

.myBgColor { background-color: #EF89EC; }

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

This div background color is #EF89EC.


Border color

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

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

This div border color is #EF89EC.


Opacity

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

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

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

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

This text has shadow with #EF89EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF89EC on black background.


Color preview on white background

This text has color #EF89EC on white background.



Black color preview on #EF89EC background

This text has black color on #EF89EC background.


White color preview on #EF89EC background

This text has white color on #EF89EC background.