COLOR #ED377B

HEX: #ED377B
RGB: (237,55,123)

Renk bilgisi

#ED377B contains mainly red color. #ED377B ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#ED377B color RGB value is (237,55,123).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 55 of 255 = 22%
B 123 of 255 = 48%

237
55
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 55 + 123 = 415 (100%)
R 237 of 415 ~ 57.11%
G 55 of 415 ~ 13.25%
B 123 of 415 ~ 29.64%

%57.11
%13.25
%29.64

CMYK RENK MODELİ

#ED377B rengi CMYK tonu (0,77,48,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.79%
  • sarı tonu 48.10%
  • ana renk tonu 7.06%
CMYK:
(0,77,48,7)
C0M77Y48K7 
(0%,77%,48%,7%)
(0.00/0.77/0.48/0.07)	

CMYK yüzdeleri

%0
%76.79
%48.1
%7.06

Codes

Color #ED377B in popluar color models

ED377B
RGB23755123
HSL338°83.49%57.25%
HSB/HSV338°76.79%92.94%
CMYK0.00%76.79%48.10%
7.06%

Color #ED377B in popluar number systems.

HEXED377B
Decimal23755123
Binary111011011101111111011
Octal35567173

Shades and tints

Shades of #ED377B

#ED377B
(237,55,123)
#D83270
(216,50,112)
#C32D65
(195,45,101)
#AE285A
(174,40,90)
#99234F
(153,35,79)
#841E44
(132,30,68)
#6F1939
(111,25,57)
#5A142E
(90,20,46)
#450F23
(69,15,35)
#300A18
(48,10,24)
#1B050D
(27,5,13)
#000000
(0,0,0)

Tints of #ED377B

#ED377B
(237,55,123)
#EE4987
(238,73,135)
#EF5B93
(239,91,147)
#F06D9F
(240,109,159)
#F17FAB
(241,127,171)
#F291B7
(242,145,183)
#F3A3C3
(243,163,195)
#F4B5CF
(244,181,207)
#F5C7DB
(245,199,219)
#F6D9E7
(246,217,231)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED377B; }

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

This text font color is #ED377B.


Background Color

.myBgColor { background-color: #ED377B; }

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

This div background color is #ED377B.


Border color

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

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

This div border color is #ED377B.


Opacity

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

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

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

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

This text has shadow with #ED377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED377B on black background.


Color preview on white background

This text has color #ED377B on white background.



Black color preview on #ED377B background

This text has black color on #ED377B background.


White color preview on #ED377B background

This text has white color on #ED377B background.