COLOR #EF296A

HEX: #EF296A
RGB: (239,41,106)

Color info

#EF296A contains mainly red color. Web safe color of #EF296A is #FF3366 (or #F36).

RGB color model

#EF296A color RGB value is (239,41,106).

  • red value is 239;
  • green value is 41;
  • blue value is 106.
RGB:
(239,41,106)
(94%,16%,42%)

RGB channels and saturation

R 239 of 255 = 94%
G 41 of 255 = 16%
B 106 of 255 = 42%

239
41
106

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

Portions of RGB colors in percentages

R + G + B =
239 + 41 + 106 = 386 (100%)
R 239 of 386 ~ 61.92%
G 41 of 386 ~ 10.62%
B 106 of 386 ~ 27.46%

%61.92
%10.62
%27.46

CMYK color model

#EF296A color CMYK value is (0,83,56,6).

  • cyan value is 0.00%
  • magenta value is 82.85%
  • yellow value is 55.65%
  • key color value is 6.27%
CMYK:
(0,83,56,6)
C0M83Y56K6 
(0%,83%,56%,6%)
(0.00/0.83/0.56/0.06)	

CMYK percentages

%0
%82.85
%55.65
%6.27

Codes

Color #EF296A in popluar color models

EF296A
RGB23941106
HSL340°86.09%54.90%
HSB/HSV340°82.85%93.73%
CMYK0.00%82.85%55.65%
6.27%

Color #EF296A in popluar number systems.

HEXEF296A
Decimal23941106
Binary111011111010011101010
Octal35751152

Shades and tints

Shades of #EF296A

#EF296A
(239,41,106)
#DA2661
(218,38,97)
#C52358
(197,35,88)
#B0204F
(176,32,79)
#9B1D46
(155,29,70)
#861A3D
(134,26,61)
#711734
(113,23,52)
#5C142B
(92,20,43)
#471122
(71,17,34)
#320E19
(50,14,25)
#1D0B10
(29,11,16)
#000000
(0,0,0)

Tints of #EF296A

#EF296A
(239,41,106)
#F03C77
(240,60,119)
#F14F84
(241,79,132)
#F26291
(242,98,145)
#F3759E
(243,117,158)
#F488AB
(244,136,171)
#F59BB8
(245,155,184)
#F6AEC5
(246,174,197)
#F7C1D2
(247,193,210)
#F8D4DF
(248,212,223)
#F9E7EC
(249,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF296A color. Also use rgb(239,41,106) instead hex code.

Text Font Color

.myTextColor { color: #EF296A; }

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

This text font color is #EF296A.


Background Color

.myBgColor { background-color: #EF296A; }

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

This div background color is #EF296A.


Border color

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

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

This div border color is #EF296A.


Opacity

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

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

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

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

This text has shadow with #EF296A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF296A on black background.


Color preview on white background

This text has color #EF296A on white background.



Black color preview on #EF296A background

This text has black color on #EF296A background.


White color preview on #EF296A background

This text has white color on #EF296A background.