COLOR #ED0078

HEX: #ED0078
RGB: (237,0,120)

Renk bilgisi

#ED0078 contains mainly red color. #ED0078 ‘ nin web güvenlik rengi #FF0066 (ya da #F06) dir.

RGB renk modeli

#ED0078 color RGB value is (237,0,120).

  • kırmız ton 237;
  • yeşil ton 0;
  • mavi ton 120.
RGB:
(237,0,120)
(93%,0%,47%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 0 of 255 = 0%
B 120 of 255 = 47%

237
0
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 0 + 120 = 357 (100%)
R 237 of 357 ~ 66.39%
G 0 of 357 ~ 0%
B 120 of 357 ~ 33.61%

%66.39
%33.61

CMYK RENK MODELİ

#ED0078 rengi CMYK tonu (0,100,49,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 49.37%
  • ana renk tonu 7.06%
CMYK:
(0,100,49,7)
C0M100Y49K7 
(0%,100%,49%,7%)
(0.00/1.00/0.49/0.07)	

CMYK yüzdeleri

%0
%100
%49.37
%7.06

Codes

Color #ED0078 in popluar color models

ED0078
RGB2370120
HSL330°100.00%46.47%
HSB/HSV330°100.00%92.94%
CMYK0.00%100.00%49.37%
7.06%

Color #ED0078 in popluar number systems.

HEXED0078
Decimal2370120
Binary1110110101111000
Octal3550170

Shades and tints

Shades of #ED0078

#ED0078
(237,0,120)
#D8006E
(216,0,110)
#C30064
(195,0,100)
#AE005A
(174,0,90)
#990050
(153,0,80)
#840046
(132,0,70)
#6F003C
(111,0,60)
#5A0032
(90,0,50)
#450028
(69,0,40)
#30001E
(48,0,30)
#1B0014
(27,0,20)
#000000
(0,0,0)

Tints of #ED0078

#ED0078
(237,0,120)
#EE1784
(238,23,132)
#EF2E90
(239,46,144)
#F0459C
(240,69,156)
#F15CA8
(241,92,168)
#F273B4
(242,115,180)
#F38AC0
(243,138,192)
#F4A1CC
(244,161,204)
#F5B8D8
(245,184,216)
#F6CFE4
(246,207,228)
#F7E6F0
(247,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED0078 color. Also use rgb(237,0,120) instead hex code.

Text Font Color

.myTextColor { color: #ED0078; }

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

This text font color is #ED0078.


Background Color

.myBgColor { background-color: #ED0078; }

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

This div background color is #ED0078.


Border color

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

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

This div border color is #ED0078.


Opacity

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

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

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

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

This text has shadow with #ED0078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0078 on black background.


Color preview on white background

This text has color #ED0078 on white background.



Black color preview on #ED0078 background

This text has black color on #ED0078 background.


White color preview on #ED0078 background

This text has white color on #ED0078 background.