COLOR #ED379F

HEX: #ED379F
RGB: (237,55,159)

Renk bilgisi

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

RGB renk modeli

#ED379F color RGB value is (237,55,159).

  • kırmız ton 237;
  • yeşil ton 55;
  • mavi ton 159.
RGB:
(237,55,159)
(93%,22%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 55 of 255 = 22%
B 159 of 255 = 62%

237
55
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 55 + 159 = 451 (100%)
R 237 of 451 ~ 52.55%
G 55 of 451 ~ 12.2%
B 159 of 451 ~ 35.25%

%52.55
%12.2
%35.25

CMYK RENK MODELİ

#ED379F rengi CMYK tonu (0,77,33,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.79%
  • sarı tonu 32.91%
  • ana renk tonu 7.06%
CMYK:
(0,77,33,7)
C0M77Y33K7 
(0%,77%,33%,7%)
(0.00/0.77/0.33/0.07)	

CMYK yüzdeleri

%0
%76.79
%32.91
%7.06

Codes

Color #ED379F in popluar color models

ED379F
RGB23755159
HSL326°83.49%57.25%
HSB/HSV326°76.79%92.94%
CMYK0.00%76.79%32.91%
7.06%

Color #ED379F in popluar number systems.

HEXED379F
Decimal23755159
Binary1110110111011110011111
Octal35567237

Shades and tints

Shades of #ED379F

#ED379F
(237,55,159)
#D83291
(216,50,145)
#C32D83
(195,45,131)
#AE2875
(174,40,117)
#992367
(153,35,103)
#841E59
(132,30,89)
#6F194B
(111,25,75)
#5A143D
(90,20,61)
#450F2F
(69,15,47)
#300A21
(48,10,33)
#1B0513
(27,5,19)
#000000
(0,0,0)

Tints of #ED379F

#ED379F
(237,55,159)
#EE49A7
(238,73,167)
#EF5BAF
(239,91,175)
#F06DB7
(240,109,183)
#F17FBF
(241,127,191)
#F291C7
(242,145,199)
#F3A3CF
(243,163,207)
#F4B5D7
(244,181,215)
#F5C7DF
(245,199,223)
#F6D9E7
(246,217,231)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED379F color. Also use rgb(237,55,159) instead hex code.

Text Font Color

.myTextColor { color: #ED379F; }

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

This text font color is #ED379F.


Background Color

.myBgColor { background-color: #ED379F; }

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

This div background color is #ED379F.


Border color

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

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

This div border color is #ED379F.


Opacity

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

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

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

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

This text has shadow with #ED379F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED379F on black background.


Color preview on white background

This text has color #ED379F on white background.



Black color preview on #ED379F background

This text has black color on #ED379F background.


White color preview on #ED379F background

This text has white color on #ED379F background.