COLOR #EF1460

HEX: #EF1460
RGB: (239,20,96)

Color info

#EF1460 contains mainly red color. Web safe color of #EF1460 is #FF0066 (or #F06).

RGB color model

#EF1460 color RGB value is (239,20,96).

  • red value is 239;
  • green value is 20;
  • blue value is 96.
RGB:
(239,20,96)
(94%,8%,38%)

RGB channels and saturation

R 239 of 255 = 94%
G 20 of 255 = 8%
B 96 of 255 = 38%

239
20
96

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

Portions of RGB colors in percentages

R + G + B =
239 + 20 + 96 = 355 (100%)
R 239 of 355 ~ 67.32%
G 20 of 355 ~ 5.63%
B 96 of 355 ~ 27.04%

%67.32
%27.04

CMYK color model

#EF1460 color CMYK value is (0,92,60,6).

  • cyan value is 0.00%
  • magenta value is 91.63%
  • yellow value is 59.83%
  • key color value is 6.27%
CMYK:
(0,92,60,6)
C0M92Y60K6 
(0%,92%,60%,6%)
(0.00/0.92/0.60/0.06)	

CMYK percentages

%0
%91.63
%59.83
%6.27

Codes

Color #EF1460 in popluar color models

EF1460
RGB2392096
HSL339°87.25%50.78%
HSB/HSV339°91.63%93.73%
CMYK0.00%91.63%59.83%
6.27%

Color #EF1460 in popluar number systems.

HEXEF1460
Decimal2392096
Binary11101111101001100000
Octal35724140

Shades and tints

Shades of #EF1460

#EF1460
(239,20,96)
#DA1358
(218,19,88)
#C51250
(197,18,80)
#B01148
(176,17,72)
#9B1040
(155,16,64)
#860F38
(134,15,56)
#710E30
(113,14,48)
#5C0D28
(92,13,40)
#470C20
(71,12,32)
#320B18
(50,11,24)
#1D0A10
(29,10,16)
#000000
(0,0,0)

Tints of #EF1460

#EF1460
(239,20,96)
#F0296E
(240,41,110)
#F13E7C
(241,62,124)
#F2538A
(242,83,138)
#F36898
(243,104,152)
#F47DA6
(244,125,166)
#F592B4
(245,146,180)
#F6A7C2
(246,167,194)
#F7BCD0
(247,188,208)
#F8D1DE
(248,209,222)
#F9E6EC
(249,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF1460 color. Also use rgb(239,20,96) instead hex code.

Text Font Color

.myTextColor { color: #EF1460; }

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

This text font color is #EF1460.


Background Color

.myBgColor { background-color: #EF1460; }

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

This div background color is #EF1460.


Border color

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

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

This div border color is #EF1460.


Opacity

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

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

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

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

This text has shadow with #EF1460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF1460 on black background.


Color preview on white background

This text has color #EF1460 on white background.



Black color preview on #EF1460 background

This text has black color on #EF1460 background.


White color preview on #EF1460 background

This text has white color on #EF1460 background.