COLOR #E5746B

HEX: #E5746B
RGB: (229,116,107)

Renk bilgisi

#E5746B contains mainly red color. #E5746B ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E5746B color RGB value is (229,116,107).

  • kırmız ton 229;
  • yeşil ton 116;
  • mavi ton 107.
RGB:
(229,116,107)
(90%,45%,42%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 116 of 255 = 45%
B 107 of 255 = 42%

229
116
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 116 + 107 = 452 (100%)
R 229 of 452 ~ 50.66%
G 116 of 452 ~ 25.66%
B 107 of 452 ~ 23.67%

%50.66
%25.66
%23.67

CMYK RENK MODELİ

#E5746B rengi CMYK tonu (0,49,53,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.34%
  • sarı tonu 53.28%
  • ana renk tonu 10.20%
CMYK:
(0,49,53,10)
C0M49Y53K10 
(0%,49%,53%,10%)
(0.00/0.49/0.53/0.10)	

CMYK yüzdeleri

%0
%49.34
%53.28
%10.2

Codes

Color #E5746B in popluar color models

E5746B
RGB229116107
HSL70.11%65.88%
HSB/HSV53.28%89.80%
CMYK0.00%49.34%53.28%
10.20%

Color #E5746B in popluar number systems.

HEXE5746B
Decimal229116107
Binary1110010111101001101011
Octal345164153

Shades and tints

Shades of #E5746B

#E5746B
(229,116,107)
#D16A62
(209,106,98)
#BD6059
(189,96,89)
#A95650
(169,86,80)
#954C47
(149,76,71)
#81423E
(129,66,62)
#6D3835
(109,56,53)
#592E2C
(89,46,44)
#452423
(69,36,35)
#311A1A
(49,26,26)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #E5746B

#E5746B
(229,116,107)
#E78078
(231,128,120)
#E98C85
(233,140,133)
#EB9892
(235,152,146)
#EDA49F
(237,164,159)
#EFB0AC
(239,176,172)
#F1BCB9
(241,188,185)
#F3C8C6
(243,200,198)
#F5D4D3
(245,212,211)
#F7E0E0
(247,224,224)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5746B color. Also use rgb(229,116,107) instead hex code.

Text Font Color

.myTextColor { color: #E5746B; }

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

This text font color is #E5746B.


Background Color

.myBgColor { background-color: #E5746B; }

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

This div background color is #E5746B.


Border color

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

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

This div border color is #E5746B.


Opacity

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

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

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

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

This text has shadow with #E5746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5746B on black background.


Color preview on white background

This text has color #E5746B on white background.



Black color preview on #E5746B background

This text has black color on #E5746B background.


White color preview on #E5746B background

This text has white color on #E5746B background.