COLOR #EC6AD6

HEX: #EC6AD6
RGB: (236,106,214)

Renk bilgisi

#EC6AD6 contains mainly red and blue colors. #EC6AD6 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#EC6AD6 color RGB value is (236,106,214).

  • kırmız ton 236;
  • yeşil ton 106;
  • mavi ton 214.
RGB:
(236,106,214)
(93%,42%,84%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 106 of 255 = 42%
B 214 of 255 = 84%

236
106
214

R + G + B ~ 73%. #EC6AD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 106 + 214 = 556 (100%)
R 236 of 556 ~ 42.45%
G 106 of 556 ~ 19.06%
B 214 of 556 ~ 38.49%

%42.45
%19.06
%38.49

CMYK RENK MODELİ

#EC6AD6 rengi CMYK tonu (0,55,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.08%
  • sarı tonu 9.32%
  • ana renk tonu 7.45%
CMYK:
(0,55,9,7)
C0M55Y9K7 
(0%,55%,9%,7%)
(0.00/0.55/0.09/0.07)	

CMYK yüzdeleri

%0
%55.08
%9.32
%7.45

Codes

Color #EC6AD6 in popluar color models

EC6AD6
RGB236106214
HSL310°77.38%67.06%
HSB/HSV310°55.08%92.55%
CMYK0.00%55.08%9.32%
7.45%

Color #EC6AD6 in popluar number systems.

HEXEC6AD6
Decimal236106214
Binary11101100110101011010110
Octal354152326

Shades and tints

Shades of #EC6AD6

#EC6AD6
(236,106,214)
#D761C3
(215,97,195)
#C258B0
(194,88,176)
#AD4F9D
(173,79,157)
#98468A
(152,70,138)
#833D77
(131,61,119)
#6E3464
(110,52,100)
#592B51
(89,43,81)
#44223E
(68,34,62)
#2F192B
(47,25,43)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #EC6AD6

#EC6AD6
(236,106,214)
#ED77D9
(237,119,217)
#EE84DC
(238,132,220)
#EF91DF
(239,145,223)
#F09EE2
(240,158,226)
#F1ABE5
(241,171,229)
#F2B8E8
(242,184,232)
#F3C5EB
(243,197,235)
#F4D2EE
(244,210,238)
#F5DFF1
(245,223,241)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6AD6 color. Also use rgb(236,106,214) instead hex code.

Text Font Color

.myTextColor { color: #EC6AD6; }

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

This text font color is #EC6AD6.


Background Color

.myBgColor { background-color: #EC6AD6; }

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

This div background color is #EC6AD6.


Border color

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

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

This div border color is #EC6AD6.


Opacity

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

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

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

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

This text has shadow with #EC6AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6AD6 on black background.


Color preview on white background

This text has color #EC6AD6 on white background.



Black color preview on #EC6AD6 background

This text has black color on #EC6AD6 background.


White color preview on #EC6AD6 background

This text has white color on #EC6AD6 background.