COLOR #EC5379

HEX: #EC5379
RGB: (236,83,121)

Renk bilgisi

#EC5379 contains mainly red color. #EC5379 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EC5379 color RGB value is (236,83,121).

  • kırmız ton 236;
  • yeşil ton 83;
  • mavi ton 121.
RGB:
(236,83,121)
(93%,33%,47%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 83 of 255 = 33%
B 121 of 255 = 47%

236
83
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 83 + 121 = 440 (100%)
R 236 of 440 ~ 53.64%
G 83 of 440 ~ 18.86%
B 121 of 440 ~ 27.5%

%53.64
%18.86
%27.5

CMYK RENK MODELİ

#EC5379 rengi CMYK tonu (0,65,49,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.83%
  • sarı tonu 48.73%
  • ana renk tonu 7.45%
CMYK:
(0,65,49,7)
C0M65Y49K7 
(0%,65%,49%,7%)
(0.00/0.65/0.49/0.07)	

CMYK yüzdeleri

%0
%64.83
%48.73
%7.45

Codes

Color #EC5379 in popluar color models

EC5379
RGB23683121
HSL345°80.10%62.55%
HSB/HSV345°64.83%92.55%
CMYK0.00%64.83%48.73%
7.45%

Color #EC5379 in popluar number systems.

HEXEC5379
Decimal23683121
Binary1110110010100111111001
Octal354123171

Shades and tints

Shades of #EC5379

#EC5379
(236,83,121)
#D74C6E
(215,76,110)
#C24563
(194,69,99)
#AD3E58
(173,62,88)
#98374D
(152,55,77)
#833042
(131,48,66)
#6E2937
(110,41,55)
#59222C
(89,34,44)
#441B21
(68,27,33)
#2F1416
(47,20,22)
#1A0D0B
(26,13,11)
#000000
(0,0,0)

Tints of #EC5379

#EC5379
(236,83,121)
#ED6285
(237,98,133)
#EE7191
(238,113,145)
#EF809D
(239,128,157)
#F08FA9
(240,143,169)
#F19EB5
(241,158,181)
#F2ADC1
(242,173,193)
#F3BCCD
(243,188,205)
#F4CBD9
(244,203,217)
#F5DAE5
(245,218,229)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5379 color. Also use rgb(236,83,121) instead hex code.

Text Font Color

.myTextColor { color: #EC5379; }

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

This text font color is #EC5379.


Background Color

.myBgColor { background-color: #EC5379; }

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

This div background color is #EC5379.


Border color

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

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

This div border color is #EC5379.


Opacity

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

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

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

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

This text has shadow with #EC5379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5379 on black background.


Color preview on white background

This text has color #EC5379 on white background.



Black color preview on #EC5379 background

This text has black color on #EC5379 background.


White color preview on #EC5379 background

This text has white color on #EC5379 background.