COLOR #EF73EC

HEX: #EF73EC
RGB: (239,115,236)

Color info

#EF73EC contains mainly red and blue colors. Web safe color of #EF73EC is #FF66FF (or #F6F).

RGB color model

#EF73EC color RGB value is (239,115,236).

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

RGB channels and saturation

R 239 of 255 = 94%
G 115 of 255 = 45%
B 236 of 255 = 93%

239
115
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 115 + 236 = 590 (100%)
R 239 of 590 ~ 40.51%
G 115 of 590 ~ 19.49%
B 236 of 590 ~ 40%

%40.51
%19.49
%40

CMYK color model

#EF73EC color CMYK value is (0,52,1,6).

  • cyan value is 0.00%
  • magenta value is 51.88%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,52,1,6)
C0M52Y1K6 
(0%,52%,1%,6%)
(0.00/0.52/0.01/0.06)	

CMYK percentages

%0
%51.88
%1.26
%6.27

Codes

Color #EF73EC in popluar color models

EF73EC
RGB239115236
HSL301°79.49%69.41%
HSB/HSV301°51.88%93.73%
CMYK0.00%51.88%1.26%
6.27%

Color #EF73EC in popluar number systems.

HEXEF73EC
Decimal239115236
Binary11101111111001111101100
Octal357163354

Shades and tints

Shades of #EF73EC

#EF73EC
(239,115,236)
#DA69D7
(218,105,215)
#C55FC2
(197,95,194)
#B055AD
(176,85,173)
#9B4B98
(155,75,152)
#864183
(134,65,131)
#71376E
(113,55,110)
#5C2D59
(92,45,89)
#472344
(71,35,68)
#32192F
(50,25,47)
#1D0F1A
(29,15,26)
#000000
(0,0,0)

Tints of #EF73EC

#EF73EC
(239,115,236)
#F07FED
(240,127,237)
#F18BEE
(241,139,238)
#F297EF
(242,151,239)
#F3A3F0
(243,163,240)
#F4AFF1
(244,175,241)
#F5BBF2
(245,187,242)
#F6C7F3
(246,199,243)
#F7D3F4
(247,211,244)
#F8DFF5
(248,223,245)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF73EC; }

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

This text font color is #EF73EC.


Background Color

.myBgColor { background-color: #EF73EC; }

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

This div background color is #EF73EC.


Border color

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

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

This div border color is #EF73EC.


Opacity

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

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

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

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

This text has shadow with #EF73EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF73EC on black background.


Color preview on white background

This text has color #EF73EC on white background.



Black color preview on #EF73EC background

This text has black color on #EF73EC background.


White color preview on #EF73EC background

This text has white color on #EF73EC background.