COLOR #ED7574

HEX: #ED7574
RGB: (237,117,116)

Renk bilgisi

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

RGB renk modeli

#ED7574 color RGB value is (237,117,116).

  • kırmız ton 237;
  • yeşil ton 117;
  • mavi ton 116.
RGB:
(237,117,116)
(93%,46%,45%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 117 of 255 = 46%
B 116 of 255 = 45%

237
117
116

R + G + B ~ 61%. #ED7574 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 117 + 116 = 470 (100%)
R 237 of 470 ~ 50.43%
G 117 of 470 ~ 24.89%
B 116 of 470 ~ 24.68%

%50.43
%24.89
%24.68

CMYK RENK MODELİ

#ED7574 rengi CMYK tonu (0,51,51,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.63%
  • sarı tonu 51.05%
  • ana renk tonu 7.06%
CMYK:
(0,51,51,7)
C0M51Y51K7 
(0%,51%,51%,7%)
(0.00/0.51/0.51/0.07)	

CMYK yüzdeleri

%0
%50.63
%51.05
%7.06

Codes

Color #ED7574 in popluar color models

ED7574
RGB237117116
HSL77.07%69.22%
HSB/HSV51.05%92.94%
CMYK0.00%50.63%51.05%
7.06%

Color #ED7574 in popluar number systems.

HEXED7574
Decimal237117116
Binary1110110111101011110100
Octal355165164

Shades and tints

Shades of #ED7574

#ED7574
(237,117,116)
#D86B6A
(216,107,106)
#C36160
(195,97,96)
#AE5756
(174,87,86)
#994D4C
(153,77,76)
#844342
(132,67,66)
#6F3938
(111,57,56)
#5A2F2E
(90,47,46)
#452524
(69,37,36)
#301B1A
(48,27,26)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #ED7574

#ED7574
(237,117,116)
#EE8180
(238,129,128)
#EF8D8C
(239,141,140)
#F09998
(240,153,152)
#F1A5A4
(241,165,164)
#F2B1B0
(242,177,176)
#F3BDBC
(243,189,188)
#F4C9C8
(244,201,200)
#F5D5D4
(245,213,212)
#F6E1E0
(246,225,224)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7574 color. Also use rgb(237,117,116) instead hex code.

Text Font Color

.myTextColor { color: #ED7574; }

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

This text font color is #ED7574.


Background Color

.myBgColor { background-color: #ED7574; }

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

This div background color is #ED7574.


Border color

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

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

This div border color is #ED7574.


Opacity

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

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

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

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

This text has shadow with #ED7574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7574 on black background.


Color preview on white background

This text has color #ED7574 on white background.



Black color preview on #ED7574 background

This text has black color on #ED7574 background.


White color preview on #ED7574 background

This text has white color on #ED7574 background.