COLOR #ED5F92

HEX: #ED5F92
RGB: (237,95,146)

Renk bilgisi

#ED5F92 contains mainly red color. #ED5F92 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#ED5F92 color RGB value is (237,95,146).

  • kırmız ton 237;
  • yeşil ton 95;
  • mavi ton 146.
RGB:
(237,95,146)
(93%,37%,57%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 95 of 255 = 37%
B 146 of 255 = 57%

237
95
146

R + G + B ~ 62%. #ED5F92 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 95 + 146 = 478 (100%)
R 237 of 478 ~ 49.58%
G 95 of 478 ~ 19.87%
B 146 of 478 ~ 30.54%

%49.58
%19.87
%30.54

CMYK RENK MODELİ

#ED5F92 rengi CMYK tonu (0,60,38,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.92%
  • sarı tonu 38.40%
  • ana renk tonu 7.06%
CMYK:
(0,60,38,7)
C0M60Y38K7 
(0%,60%,38%,7%)
(0.00/0.60/0.38/0.07)	

CMYK yüzdeleri

%0
%59.92
%38.4
%7.06

Codes

Color #ED5F92 in popluar color models

ED5F92
RGB23795146
HSL338°79.78%65.10%
HSB/HSV338°59.92%92.94%
CMYK0.00%59.92%38.40%
7.06%

Color #ED5F92 in popluar number systems.

HEXED5F92
Decimal23795146
Binary11101101101111110010010
Octal355137222

Shades and tints

Shades of #ED5F92

#ED5F92
(237,95,146)
#D85785
(216,87,133)
#C34F78
(195,79,120)
#AE476B
(174,71,107)
#993F5E
(153,63,94)
#843751
(132,55,81)
#6F2F44
(111,47,68)
#5A2737
(90,39,55)
#451F2A
(69,31,42)
#30171D
(48,23,29)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #ED5F92

#ED5F92
(237,95,146)
#EE6D9B
(238,109,155)
#EF7BA4
(239,123,164)
#F089AD
(240,137,173)
#F197B6
(241,151,182)
#F2A5BF
(242,165,191)
#F3B3C8
(243,179,200)
#F4C1D1
(244,193,209)
#F5CFDA
(245,207,218)
#F6DDE3
(246,221,227)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5F92 color. Also use rgb(237,95,146) instead hex code.

Text Font Color

.myTextColor { color: #ED5F92; }

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

This text font color is #ED5F92.


Background Color

.myBgColor { background-color: #ED5F92; }

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

This div background color is #ED5F92.


Border color

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

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

This div border color is #ED5F92.


Opacity

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

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

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

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

This text has shadow with #ED5F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5F92 on black background.


Color preview on white background

This text has color #ED5F92 on white background.



Black color preview on #ED5F92 background

This text has black color on #ED5F92 background.


White color preview on #ED5F92 background

This text has white color on #ED5F92 background.