COLOR #EC5B71

HEX: #EC5B71
RGB: (236,91,113)

Renk bilgisi

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

RGB renk modeli

#EC5B71 color RGB value is (236,91,113).

  • kırmız ton 236;
  • yeşil ton 91;
  • mavi ton 113.
RGB:
(236,91,113)
(93%,36%,44%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 91 of 255 = 36%
B 113 of 255 = 44%

236
91
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 91 + 113 = 440 (100%)
R 236 of 440 ~ 53.64%
G 91 of 440 ~ 20.68%
B 113 of 440 ~ 25.68%

%53.64
%20.68
%25.68

CMYK RENK MODELİ

#EC5B71 rengi CMYK tonu (0,61,52,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.44%
  • sarı tonu 52.12%
  • ana renk tonu 7.45%
CMYK:
(0,61,52,7)
C0M61Y52K7 
(0%,61%,52%,7%)
(0.00/0.61/0.52/0.07)	

CMYK yüzdeleri

%0
%61.44
%52.12
%7.45

Codes

Color #EC5B71 in popluar color models

EC5B71
RGB23691113
HSL351°79.23%64.12%
HSB/HSV351°61.44%92.55%
CMYK0.00%61.44%52.12%
7.45%

Color #EC5B71 in popluar number systems.

HEXEC5B71
Decimal23691113
Binary1110110010110111110001
Octal354133161

Shades and tints

Shades of #EC5B71

#EC5B71
(236,91,113)
#D75367
(215,83,103)
#C24B5D
(194,75,93)
#AD4353
(173,67,83)
#983B49
(152,59,73)
#83333F
(131,51,63)
#6E2B35
(110,43,53)
#59232B
(89,35,43)
#441B21
(68,27,33)
#2F1317
(47,19,23)
#1A0B0D
(26,11,13)
#000000
(0,0,0)

Tints of #EC5B71

#EC5B71
(236,91,113)
#ED697D
(237,105,125)
#EE7789
(238,119,137)
#EF8595
(239,133,149)
#F093A1
(240,147,161)
#F1A1AD
(241,161,173)
#F2AFB9
(242,175,185)
#F3BDC5
(243,189,197)
#F4CBD1
(244,203,209)
#F5D9DD
(245,217,221)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5B71 color. Also use rgb(236,91,113) instead hex code.

Text Font Color

.myTextColor { color: #EC5B71; }

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

This text font color is #EC5B71.


Background Color

.myBgColor { background-color: #EC5B71; }

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

This div background color is #EC5B71.


Border color

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

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

This div border color is #EC5B71.


Opacity

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

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

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

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

This text has shadow with #EC5B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5B71 on black background.


Color preview on white background

This text has color #EC5B71 on white background.



Black color preview on #EC5B71 background

This text has black color on #EC5B71 background.


White color preview on #EC5B71 background

This text has white color on #EC5B71 background.