COLOR #EC57A4

HEX: #EC57A4
RGB: (236,87,164)

Renk bilgisi

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

RGB renk modeli

#EC57A4 color RGB value is (236,87,164).

  • kırmız ton 236;
  • yeşil ton 87;
  • mavi ton 164.
RGB:
(236,87,164)
(93%,34%,64%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 87 of 255 = 34%
B 164 of 255 = 64%

236
87
164

R + G + B ~ 64%. #EC57A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 87 + 164 = 487 (100%)
R 236 of 487 ~ 48.46%
G 87 of 487 ~ 17.86%
B 164 of 487 ~ 33.68%

%48.46
%17.86
%33.68

CMYK RENK MODELİ

#EC57A4 rengi CMYK tonu (0,63,31,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.14%
  • sarı tonu 30.51%
  • ana renk tonu 7.45%
CMYK:
(0,63,31,7)
C0M63Y31K7 
(0%,63%,31%,7%)
(0.00/0.63/0.31/0.07)	

CMYK yüzdeleri

%0
%63.14
%30.51
%7.45

Codes

Color #EC57A4 in popluar color models

EC57A4
RGB23687164
HSL329°79.68%63.33%
HSB/HSV329°63.14%92.55%
CMYK0.00%63.14%30.51%
7.45%

Color #EC57A4 in popluar number systems.

HEXEC57A4
Decimal23687164
Binary11101100101011110100100
Octal354127244

Shades and tints

Shades of #EC57A4

#EC57A4
(236,87,164)
#D75096
(215,80,150)
#C24988
(194,73,136)
#AD427A
(173,66,122)
#983B6C
(152,59,108)
#83345E
(131,52,94)
#6E2D50
(110,45,80)
#592642
(89,38,66)
#441F34
(68,31,52)
#2F1826
(47,24,38)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #EC57A4

#EC57A4
(236,87,164)
#ED66AC
(237,102,172)
#EE75B4
(238,117,180)
#EF84BC
(239,132,188)
#F093C4
(240,147,196)
#F1A2CC
(241,162,204)
#F2B1D4
(242,177,212)
#F3C0DC
(243,192,220)
#F4CFE4
(244,207,228)
#F5DEEC
(245,222,236)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC57A4 color. Also use rgb(236,87,164) instead hex code.

Text Font Color

.myTextColor { color: #EC57A4; }

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

This text font color is #EC57A4.


Background Color

.myBgColor { background-color: #EC57A4; }

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

This div background color is #EC57A4.


Border color

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

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

This div border color is #EC57A4.


Opacity

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

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

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

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

This text has shadow with #EC57A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC57A4 on black background.


Color preview on white background

This text has color #EC57A4 on white background.



Black color preview on #EC57A4 background

This text has black color on #EC57A4 background.


White color preview on #EC57A4 background

This text has white color on #EC57A4 background.