COLOR #ED157E

HEX: #ED157E
RGB: (237,21,126)

Renk bilgisi

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

RGB renk modeli

#ED157E color RGB value is (237,21,126).

  • kırmız ton 237;
  • yeşil ton 21;
  • mavi ton 126.
RGB:
(237,21,126)
(93%,8%,49%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 21 of 255 = 8%
B 126 of 255 = 49%

237
21
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 21 + 126 = 384 (100%)
R 237 of 384 ~ 61.72%
G 21 of 384 ~ 5.47%
B 126 of 384 ~ 32.81%

%61.72
%32.81

CMYK RENK MODELİ

#ED157E rengi CMYK tonu (0,91,47,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.14%
  • sarı tonu 46.84%
  • ana renk tonu 7.06%
CMYK:
(0,91,47,7)
C0M91Y47K7 
(0%,91%,47%,7%)
(0.00/0.91/0.47/0.07)	

CMYK yüzdeleri

%0
%91.14
%46.84
%7.06

Codes

Color #ED157E in popluar color models

ED157E
RGB23721126
HSL331°85.71%50.59%
HSB/HSV331°91.14%92.94%
CMYK0.00%91.14%46.84%
7.06%

Color #ED157E in popluar number systems.

HEXED157E
Decimal23721126
Binary11101101101011111110
Octal35525176

Shades and tints

Shades of #ED157E

#ED157E
(237,21,126)
#D81473
(216,20,115)
#C31368
(195,19,104)
#AE125D
(174,18,93)
#991152
(153,17,82)
#841047
(132,16,71)
#6F0F3C
(111,15,60)
#5A0E31
(90,14,49)
#450D26
(69,13,38)
#300C1B
(48,12,27)
#1B0B10
(27,11,16)
#000000
(0,0,0)

Tints of #ED157E

#ED157E
(237,21,126)
#EE2A89
(238,42,137)
#EF3F94
(239,63,148)
#F0549F
(240,84,159)
#F169AA
(241,105,170)
#F27EB5
(242,126,181)
#F393C0
(243,147,192)
#F4A8CB
(244,168,203)
#F5BDD6
(245,189,214)
#F6D2E1
(246,210,225)
#F7E7EC
(247,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED157E color. Also use rgb(237,21,126) instead hex code.

Text Font Color

.myTextColor { color: #ED157E; }

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

This text font color is #ED157E.


Background Color

.myBgColor { background-color: #ED157E; }

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

This div background color is #ED157E.


Border color

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

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

This div border color is #ED157E.


Opacity

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

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

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

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

This text has shadow with #ED157E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED157E on black background.


Color preview on white background

This text has color #ED157E on white background.



Black color preview on #ED157E background

This text has black color on #ED157E background.


White color preview on #ED157E background

This text has white color on #ED157E background.