COLOR #ED3B65

HEX: #ED3B65
RGB: (237,59,101)

Renk bilgisi

#ED3B65 contains mainly red color. #ED3B65 ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#ED3B65 color RGB value is (237,59,101).

  • kırmız ton 237;
  • yeşil ton 59;
  • mavi ton 101.
RGB:
(237,59,101)
(93%,23%,40%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 59 of 255 = 23%
B 101 of 255 = 40%

237
59
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 59 + 101 = 397 (100%)
R 237 of 397 ~ 59.7%
G 59 of 397 ~ 14.86%
B 101 of 397 ~ 25.44%

%59.7
%14.86
%25.44

CMYK RENK MODELİ

#ED3B65 rengi CMYK tonu (0,75,57,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.11%
  • sarı tonu 57.38%
  • ana renk tonu 7.06%
CMYK:
(0,75,57,7)
C0M75Y57K7 
(0%,75%,57%,7%)
(0.00/0.75/0.57/0.07)	

CMYK yüzdeleri

%0
%75.11
%57.38
%7.06

Codes

Color #ED3B65 in popluar color models

ED3B65
RGB23759101
HSL346°83.18%58.04%
HSB/HSV346°75.11%92.94%
CMYK0.00%75.11%57.38%
7.06%

Color #ED3B65 in popluar number systems.

HEXED3B65
Decimal23759101
Binary111011011110111100101
Octal35573145

Shades and tints

Shades of #ED3B65

#ED3B65
(237,59,101)
#D8365C
(216,54,92)
#C33153
(195,49,83)
#AE2C4A
(174,44,74)
#992741
(153,39,65)
#842238
(132,34,56)
#6F1D2F
(111,29,47)
#5A1826
(90,24,38)
#45131D
(69,19,29)
#300E14
(48,14,20)
#1B090B
(27,9,11)
#000000
(0,0,0)

Tints of #ED3B65

#ED3B65
(237,59,101)
#EE4C73
(238,76,115)
#EF5D81
(239,93,129)
#F06E8F
(240,110,143)
#F17F9D
(241,127,157)
#F290AB
(242,144,171)
#F3A1B9
(243,161,185)
#F4B2C7
(244,178,199)
#F5C3D5
(245,195,213)
#F6D4E3
(246,212,227)
#F7E5F1
(247,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3B65 color. Also use rgb(237,59,101) instead hex code.

Text Font Color

.myTextColor { color: #ED3B65; }

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

This text font color is #ED3B65.


Background Color

.myBgColor { background-color: #ED3B65; }

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

This div background color is #ED3B65.


Border color

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

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

This div border color is #ED3B65.


Opacity

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

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

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

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

This text has shadow with #ED3B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3B65 on black background.


Color preview on white background

This text has color #ED3B65 on white background.



Black color preview on #ED3B65 background

This text has black color on #ED3B65 background.


White color preview on #ED3B65 background

This text has white color on #ED3B65 background.