COLOR #ED3594

HEX: #ED3594
RGB: (237,53,148)

Renk bilgisi

#ED3594 contains mainly red color. #ED3594 ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#ED3594 color RGB value is (237,53,148).

  • kırmız ton 237;
  • yeşil ton 53;
  • mavi ton 148.
RGB:
(237,53,148)
(93%,21%,58%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 53 of 255 = 21%
B 148 of 255 = 58%

237
53
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 53 + 148 = 438 (100%)
R 237 of 438 ~ 54.11%
G 53 of 438 ~ 12.1%
B 148 of 438 ~ 33.79%

%54.11
%12.1
%33.79

CMYK RENK MODELİ

#ED3594 rengi CMYK tonu (0,78,38,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.64%
  • sarı tonu 37.55%
  • ana renk tonu 7.06%
CMYK:
(0,78,38,7)
C0M78Y38K7 
(0%,78%,38%,7%)
(0.00/0.78/0.38/0.07)	

CMYK yüzdeleri

%0
%77.64
%37.55
%7.06

Codes

Color #ED3594 in popluar color models

ED3594
RGB23753148
HSL329°83.64%56.86%
HSB/HSV329°77.64%92.94%
CMYK0.00%77.64%37.55%
7.06%

Color #ED3594 in popluar number systems.

HEXED3594
Decimal23753148
Binary1110110111010110010100
Octal35565224

Shades and tints

Shades of #ED3594

#ED3594
(237,53,148)
#D83187
(216,49,135)
#C32D7A
(195,45,122)
#AE296D
(174,41,109)
#992560
(153,37,96)
#842153
(132,33,83)
#6F1D46
(111,29,70)
#5A1939
(90,25,57)
#45152C
(69,21,44)
#30111F
(48,17,31)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #ED3594

#ED3594
(237,53,148)
#EE479D
(238,71,157)
#EF59A6
(239,89,166)
#F06BAF
(240,107,175)
#F17DB8
(241,125,184)
#F28FC1
(242,143,193)
#F3A1CA
(243,161,202)
#F4B3D3
(244,179,211)
#F5C5DC
(245,197,220)
#F6D7E5
(246,215,229)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3594 color. Also use rgb(237,53,148) instead hex code.

Text Font Color

.myTextColor { color: #ED3594; }

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

This text font color is #ED3594.


Background Color

.myBgColor { background-color: #ED3594; }

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

This div background color is #ED3594.


Border color

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

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

This div border color is #ED3594.


Opacity

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

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

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

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

This text has shadow with #ED3594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3594 on black background.


Color preview on white background

This text has color #ED3594 on white background.



Black color preview on #ED3594 background

This text has black color on #ED3594 background.


White color preview on #ED3594 background

This text has white color on #ED3594 background.