COLOR #EF4A79

HEX: #EF4A79
RGB: (239,74,121)

Renk bilgisi

#EF4A79 contains mainly red color. #EF4A79 ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#EF4A79 color RGB value is (239,74,121).

  • kırmız ton 239;
  • yeşil ton 74;
  • mavi ton 121.
RGB:
(239,74,121)
(94%,29%,47%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 74 of 255 = 29%
B 121 of 255 = 47%

239
74
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 74 + 121 = 434 (100%)
R 239 of 434 ~ 55.07%
G 74 of 434 ~ 17.05%
B 121 of 434 ~ 27.88%

%55.07
%17.05
%27.88

CMYK RENK MODELİ

#EF4A79 rengi CMYK tonu (0,69,49,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.04%
  • sarı tonu 49.37%
  • ana renk tonu 6.27%
CMYK:
(0,69,49,6)
C0M69Y49K6 
(0%,69%,49%,6%)
(0.00/0.69/0.49/0.06)	

CMYK yüzdeleri

%0
%69.04
%49.37
%6.27

Codes

Color #EF4A79 in popluar color models

EF4A79
RGB23974121
HSL343°83.76%61.37%
HSB/HSV343°69.04%93.73%
CMYK0.00%69.04%49.37%
6.27%

Color #EF4A79 in popluar number systems.

HEXEF4A79
Decimal23974121
Binary1110111110010101111001
Octal357112171

Shades and tints

Shades of #EF4A79

#EF4A79
(239,74,121)
#DA446E
(218,68,110)
#C53E63
(197,62,99)
#B03858
(176,56,88)
#9B324D
(155,50,77)
#862C42
(134,44,66)
#712637
(113,38,55)
#5C202C
(92,32,44)
#471A21
(71,26,33)
#321416
(50,20,22)
#1D0E0B
(29,14,11)
#000000
(0,0,0)

Tints of #EF4A79

#EF4A79
(239,74,121)
#F05A85
(240,90,133)
#F16A91
(241,106,145)
#F27A9D
(242,122,157)
#F38AA9
(243,138,169)
#F49AB5
(244,154,181)
#F5AAC1
(245,170,193)
#F6BACD
(246,186,205)
#F7CAD9
(247,202,217)
#F8DAE5
(248,218,229)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4A79 color. Also use rgb(239,74,121) instead hex code.

Text Font Color

.myTextColor { color: #EF4A79; }

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

This text font color is #EF4A79.


Background Color

.myBgColor { background-color: #EF4A79; }

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

This div background color is #EF4A79.


Border color

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

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

This div border color is #EF4A79.


Opacity

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

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

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

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

This text has shadow with #EF4A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4A79 on black background.


Color preview on white background

This text has color #EF4A79 on white background.



Black color preview on #EF4A79 background

This text has black color on #EF4A79 background.


White color preview on #EF4A79 background

This text has white color on #EF4A79 background.