COLOR #EC7A71

HEX: #EC7A71
RGB: (236,122,113)

Renk bilgisi

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

RGB renk modeli

#EC7A71 color RGB value is (236,122,113).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 122 of 255 = 48%
B 113 of 255 = 44%

236
122
113

R + G + B ~ 62%. #EC7A71 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 122 + 113 = 471 (100%)
R 236 of 471 ~ 50.11%
G 122 of 471 ~ 25.9%
B 113 of 471 ~ 23.99%

%50.11
%25.9
%23.99

CMYK RENK MODELİ

#EC7A71 rengi CMYK tonu (0,48,52,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.31%
  • sarı tonu 52.12%
  • ana renk tonu 7.45%
CMYK:
(0,48,52,7)
C0M48Y52K7 
(0%,48%,52%,7%)
(0.00/0.48/0.52/0.07)	

CMYK yüzdeleri

%0
%48.31
%52.12
%7.45

Codes

Color #EC7A71 in popluar color models

EC7A71
RGB236122113
HSL76.40%68.43%
HSB/HSV52.12%92.55%
CMYK0.00%48.31%52.12%
7.45%

Color #EC7A71 in popluar number systems.

HEXEC7A71
Decimal236122113
Binary1110110011110101110001
Octal354172161

Shades and tints

Shades of #EC7A71

#EC7A71
(236,122,113)
#D76F67
(215,111,103)
#C2645D
(194,100,93)
#AD5953
(173,89,83)
#984E49
(152,78,73)
#83433F
(131,67,63)
#6E3835
(110,56,53)
#592D2B
(89,45,43)
#442221
(68,34,33)
#2F1717
(47,23,23)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #EC7A71

#EC7A71
(236,122,113)
#ED867D
(237,134,125)
#EE9289
(238,146,137)
#EF9E95
(239,158,149)
#F0AAA1
(240,170,161)
#F1B6AD
(241,182,173)
#F2C2B9
(242,194,185)
#F3CEC5
(243,206,197)
#F4DAD1
(244,218,209)
#F5E6DD
(245,230,221)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC7A71; }

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

This text font color is #EC7A71.


Background Color

.myBgColor { background-color: #EC7A71; }

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

This div background color is #EC7A71.


Border color

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

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

This div border color is #EC7A71.


Opacity

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

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

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

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

This text has shadow with #EC7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7A71 on black background.


Color preview on white background

This text has color #EC7A71 on white background.



Black color preview on #EC7A71 background

This text has black color on #EC7A71 background.


White color preview on #EC7A71 background

This text has white color on #EC7A71 background.