COLOR #E5566B

HEX: #E5566B
RGB: (229,86,107)

Renk bilgisi

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

RGB renk modeli

#E5566B color RGB value is (229,86,107).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 86 of 255 = 34%
B 107 of 255 = 42%

229
86
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 86 + 107 = 422 (100%)
R 229 of 422 ~ 54.27%
G 86 of 422 ~ 20.38%
B 107 of 422 ~ 25.36%

%54.27
%20.38
%25.36

CMYK RENK MODELİ

#E5566B rengi CMYK tonu (0,62,53,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.45%
  • sarı tonu 53.28%
  • ana renk tonu 10.20%
CMYK:
(0,62,53,10)
C0M62Y53K10 
(0%,62%,53%,10%)
(0.00/0.62/0.53/0.10)	

CMYK yüzdeleri

%0
%62.45
%53.28
%10.2

Codes

Color #E5566B in popluar color models

E5566B
RGB22986107
HSL351°73.33%61.76%
HSB/HSV351°62.45%89.80%
CMYK0.00%62.45%53.28%
10.20%

Color #E5566B in popluar number systems.

HEXE5566B
Decimal22986107
Binary1110010110101101101011
Octal345126153

Shades and tints

Shades of #E5566B

#E5566B
(229,86,107)
#D14F62
(209,79,98)
#BD4859
(189,72,89)
#A94150
(169,65,80)
#953A47
(149,58,71)
#81333E
(129,51,62)
#6D2C35
(109,44,53)
#59252C
(89,37,44)
#451E23
(69,30,35)
#31171A
(49,23,26)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #E5566B

#E5566B
(229,86,107)
#E76578
(231,101,120)
#E97485
(233,116,133)
#EB8392
(235,131,146)
#ED929F
(237,146,159)
#EFA1AC
(239,161,172)
#F1B0B9
(241,176,185)
#F3BFC6
(243,191,198)
#F5CED3
(245,206,211)
#F7DDE0
(247,221,224)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5566B; }

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

This text font color is #E5566B.


Background Color

.myBgColor { background-color: #E5566B; }

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

This div background color is #E5566B.


Border color

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

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

This div border color is #E5566B.


Opacity

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

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

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

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

This text has shadow with #E5566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5566B on black background.


Color preview on white background

This text has color #E5566B on white background.



Black color preview on #E5566B background

This text has black color on #E5566B background.


White color preview on #E5566B background

This text has white color on #E5566B background.