COLOR #ED5655

HEX: #ED5655
RGB: (237,86,85)

Renk bilgisi

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

RGB renk modeli

#ED5655 color RGB value is (237,86,85).

  • kırmız ton 237;
  • yeşil ton 86;
  • mavi ton 85.
RGB:
(237,86,85)
(93%,34%,33%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 86 of 255 = 34%
B 85 of 255 = 33%

237
86
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 86 + 85 = 408 (100%)
R 237 of 408 ~ 58.09%
G 86 of 408 ~ 21.08%
B 85 of 408 ~ 20.83%

%58.09
%21.08
%20.83

CMYK RENK MODELİ

#ED5655 rengi CMYK tonu (0,64,64,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.71%
  • sarı tonu 64.14%
  • ana renk tonu 7.06%
CMYK:
(0,64,64,7)
C0M64Y64K7 
(0%,64%,64%,7%)
(0.00/0.64/0.64/0.07)	

CMYK yüzdeleri

%0
%63.71
%64.14
%7.06

Codes

Color #ED5655 in popluar color models

ED5655
RGB2378685
HSL80.85%63.14%
HSB/HSV64.14%92.94%
CMYK0.00%63.71%64.14%
7.06%

Color #ED5655 in popluar number systems.

HEXED5655
Decimal2378685
Binary1110110110101101010101
Octal355126125

Shades and tints

Shades of #ED5655

#ED5655
(237,86,85)
#D84F4E
(216,79,78)
#C34847
(195,72,71)
#AE4140
(174,65,64)
#993A39
(153,58,57)
#843332
(132,51,50)
#6F2C2B
(111,44,43)
#5A2524
(90,37,36)
#451E1D
(69,30,29)
#301716
(48,23,22)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #ED5655

#ED5655
(237,86,85)
#EE6564
(238,101,100)
#EF7473
(239,116,115)
#F08382
(240,131,130)
#F19291
(241,146,145)
#F2A1A0
(242,161,160)
#F3B0AF
(243,176,175)
#F4BFBE
(244,191,190)
#F5CECD
(245,206,205)
#F6DDDC
(246,221,220)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5655 color. Also use rgb(237,86,85) instead hex code.

Text Font Color

.myTextColor { color: #ED5655; }

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

This text font color is #ED5655.


Background Color

.myBgColor { background-color: #ED5655; }

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

This div background color is #ED5655.


Border color

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

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

This div border color is #ED5655.


Opacity

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

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

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

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

This text has shadow with #ED5655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5655 on black background.


Color preview on white background

This text has color #ED5655 on white background.



Black color preview on #ED5655 background

This text has black color on #ED5655 background.


White color preview on #ED5655 background

This text has white color on #ED5655 background.