COLOR #EC4EA6

HEX: #EC4EA6
RGB: (236,78,166)

Renk bilgisi

#EC4EA6 contains mainly red color. #EC4EA6 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EC4EA6 color RGB value is (236,78,166).

  • kırmız ton 236;
  • yeşil ton 78;
  • mavi ton 166.
RGB:
(236,78,166)
(93%,31%,65%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 78 of 255 = 31%
B 166 of 255 = 65%

236
78
166

R + G + B ~ 63%. #EC4EA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 78 + 166 = 480 (100%)
R 236 of 480 ~ 49.17%
G 78 of 480 ~ 16.25%
B 166 of 480 ~ 34.58%

%49.17
%16.25
%34.58

CMYK RENK MODELİ

#EC4EA6 rengi CMYK tonu (0,67,30,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.95%
  • sarı tonu 29.66%
  • ana renk tonu 7.45%
CMYK:
(0,67,30,7)
C0M67Y30K7 
(0%,67%,30%,7%)
(0.00/0.67/0.30/0.07)	

CMYK yüzdeleri

%0
%66.95
%29.66
%7.45

Codes

Color #EC4EA6 in popluar color models

EC4EA6
RGB23678166
HSL327°80.61%61.57%
HSB/HSV327°66.95%92.55%
CMYK0.00%66.95%29.66%
7.45%

Color #EC4EA6 in popluar number systems.

HEXEC4EA6
Decimal23678166
Binary11101100100111010100110
Octal354116246

Shades and tints

Shades of #EC4EA6

#EC4EA6
(236,78,166)
#D74797
(215,71,151)
#C24088
(194,64,136)
#AD3979
(173,57,121)
#98326A
(152,50,106)
#832B5B
(131,43,91)
#6E244C
(110,36,76)
#591D3D
(89,29,61)
#44162E
(68,22,46)
#2F0F1F
(47,15,31)
#1A0810
(26,8,16)
#000000
(0,0,0)

Tints of #EC4EA6

#EC4EA6
(236,78,166)
#ED5EAE
(237,94,174)
#EE6EB6
(238,110,182)
#EF7EBE
(239,126,190)
#F08EC6
(240,142,198)
#F19ECE
(241,158,206)
#F2AED6
(242,174,214)
#F3BEDE
(243,190,222)
#F4CEE6
(244,206,230)
#F5DEEE
(245,222,238)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC4EA6 color. Also use rgb(236,78,166) instead hex code.

Text Font Color

.myTextColor { color: #EC4EA6; }

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

This text font color is #EC4EA6.


Background Color

.myBgColor { background-color: #EC4EA6; }

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

This div background color is #EC4EA6.


Border color

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

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

This div border color is #EC4EA6.


Opacity

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

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

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

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

This text has shadow with #EC4EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4EA6 on black background.


Color preview on white background

This text has color #EC4EA6 on white background.



Black color preview on #EC4EA6 background

This text has black color on #EC4EA6 background.


White color preview on #EC4EA6 background

This text has white color on #EC4EA6 background.