COLOR #EC6EA6

HEX: #EC6EA6
RGB: (236,110,166)

Renk bilgisi

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

RGB renk modeli

#EC6EA6 color RGB value is (236,110,166).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 110 of 255 = 43%
B 166 of 255 = 65%

236
110
166

R + G + B ~ 67%. #EC6EA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 110 + 166 = 512 (100%)
R 236 of 512 ~ 46.09%
G 110 of 512 ~ 21.48%
B 166 of 512 ~ 32.42%

%46.09
%21.48
%32.42

CMYK RENK MODELİ

#EC6EA6 rengi CMYK tonu (0,53,30,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.39%
  • sarı tonu 29.66%
  • ana renk tonu 7.45%
CMYK:
(0,53,30,7)
C0M53Y30K7 
(0%,53%,30%,7%)
(0.00/0.53/0.30/0.07)	

CMYK yüzdeleri

%0
%53.39
%29.66
%7.45

Codes

Color #EC6EA6 in popluar color models

EC6EA6
RGB236110166
HSL333°76.83%67.84%
HSB/HSV333°53.39%92.55%
CMYK0.00%53.39%29.66%
7.45%

Color #EC6EA6 in popluar number systems.

HEXEC6EA6
Decimal236110166
Binary11101100110111010100110
Octal354156246

Shades and tints

Shades of #EC6EA6

#EC6EA6
(236,110,166)
#D76497
(215,100,151)
#C25A88
(194,90,136)
#AD5079
(173,80,121)
#98466A
(152,70,106)
#833C5B
(131,60,91)
#6E324C
(110,50,76)
#59283D
(89,40,61)
#441E2E
(68,30,46)
#2F141F
(47,20,31)
#1A0A10
(26,10,16)
#000000
(0,0,0)

Tints of #EC6EA6

#EC6EA6
(236,110,166)
#ED7BAE
(237,123,174)
#EE88B6
(238,136,182)
#EF95BE
(239,149,190)
#F0A2C6
(240,162,198)
#F1AFCE
(241,175,206)
#F2BCD6
(242,188,214)
#F3C9DE
(243,201,222)
#F4D6E6
(244,214,230)
#F5E3EE
(245,227,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC6EA6; }

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

This text font color is #EC6EA6.


Background Color

.myBgColor { background-color: #EC6EA6; }

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

This div background color is #EC6EA6.


Border color

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

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

This div border color is #EC6EA6.


Opacity

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

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

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

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

This text has shadow with #EC6EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6EA6 on black background.


Color preview on white background

This text has color #EC6EA6 on white background.



Black color preview on #EC6EA6 background

This text has black color on #EC6EA6 background.


White color preview on #EC6EA6 background

This text has white color on #EC6EA6 background.