COLOR #EF0EC4

HEX: #EF0EC4
RGB: (239,14,196)

Color info

#EF0EC4 contains mainly red and blue colors. Web safe color of #EF0EC4 is #FF00CC (or #F0C).

RGB color model

#EF0EC4 color RGB value is (239,14,196).

  • red value is 239;
  • green value is 14;
  • blue value is 196.
RGB:
(239,14,196)
(94%,5%,77%)

RGB channels and saturation

R 239 of 255 = 94%
G 14 of 255 = 5%
B 196 of 255 = 77%

239
14
196

R + G + B ~ 59%. #EF0EC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 14 + 196 = 449 (100%)
R 239 of 449 ~ 53.23%
G 14 of 449 ~ 3.12%
B 196 of 449 ~ 43.65%

%53.23
%43.65

CMYK color model

#EF0EC4 color CMYK value is (0,94,18,6).

  • cyan value is 0.00%
  • magenta value is 94.14%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(0,94,18,6)
C0M94Y18K6 
(0%,94%,18%,6%)
(0.00/0.94/0.18/0.06)	

CMYK percentages

%0
%94.14
%17.99
%6.27

Codes

Color #EF0EC4 in popluar color models

EF0EC4
RGB23914196
HSL311°88.93%49.61%
HSB/HSV311°94.14%93.73%
CMYK0.00%94.14%17.99%
6.27%

Color #EF0EC4 in popluar number systems.

HEXEF0EC4
Decimal23914196
Binary11101111111011000100
Octal35716304

Shades and tints

Shades of #EF0EC4

#EF0EC4
(239,14,196)
#DA0DB3
(218,13,179)
#C50CA2
(197,12,162)
#B00B91
(176,11,145)
#9B0A80
(155,10,128)
#86096F
(134,9,111)
#71085E
(113,8,94)
#5C074D
(92,7,77)
#47063C
(71,6,60)
#32052B
(50,5,43)
#1D041A
(29,4,26)
#000000
(0,0,0)

Tints of #EF0EC4

#EF0EC4
(239,14,196)
#F023C9
(240,35,201)
#F138CE
(241,56,206)
#F24DD3
(242,77,211)
#F362D8
(243,98,216)
#F477DD
(244,119,221)
#F58CE2
(245,140,226)
#F6A1E7
(246,161,231)
#F7B6EC
(247,182,236)
#F8CBF1
(248,203,241)
#F9E0F6
(249,224,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF0EC4 color. Also use rgb(239,14,196) instead hex code.

Text Font Color

.myTextColor { color: #EF0EC4; }

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

This text font color is #EF0EC4.


Background Color

.myBgColor { background-color: #EF0EC4; }

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

This div background color is #EF0EC4.


Border color

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

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

This div border color is #EF0EC4.


Opacity

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

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

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

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

This text has shadow with #EF0EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF0EC4 on black background.


Color preview on white background

This text has color #EF0EC4 on white background.



Black color preview on #EF0EC4 background

This text has black color on #EF0EC4 background.


White color preview on #EF0EC4 background

This text has white color on #EF0EC4 background.