COLOR #ED4B81

HEX: #ED4B81
RGB: (237,75,129)

Renk bilgisi

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

RGB renk modeli

#ED4B81 color RGB value is (237,75,129).

  • kırmız ton 237;
  • yeşil ton 75;
  • mavi ton 129.
RGB:
(237,75,129)
(93%,29%,51%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 75 of 255 = 29%
B 129 of 255 = 51%

237
75
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 75 + 129 = 441 (100%)
R 237 of 441 ~ 53.74%
G 75 of 441 ~ 17.01%
B 129 of 441 ~ 29.25%

%53.74
%17.01
%29.25

CMYK RENK MODELİ

#ED4B81 rengi CMYK tonu (0,68,46,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.35%
  • sarı tonu 45.57%
  • ana renk tonu 7.06%
CMYK:
(0,68,46,7)
C0M68Y46K7 
(0%,68%,46%,7%)
(0.00/0.68/0.46/0.07)	

CMYK yüzdeleri

%0
%68.35
%45.57
%7.06

Codes

Color #ED4B81 in popluar color models

ED4B81
RGB23775129
HSL340°81.82%61.18%
HSB/HSV340°68.35%92.94%
CMYK0.00%68.35%45.57%
7.06%

Color #ED4B81 in popluar number systems.

HEXED4B81
Decimal23775129
Binary11101101100101110000001
Octal355113201

Shades and tints

Shades of #ED4B81

#ED4B81
(237,75,129)
#D84576
(216,69,118)
#C33F6B
(195,63,107)
#AE3960
(174,57,96)
#993355
(153,51,85)
#842D4A
(132,45,74)
#6F273F
(111,39,63)
#5A2134
(90,33,52)
#451B29
(69,27,41)
#30151E
(48,21,30)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #ED4B81

#ED4B81
(237,75,129)
#EE5B8C
(238,91,140)
#EF6B97
(239,107,151)
#F07BA2
(240,123,162)
#F18BAD
(241,139,173)
#F29BB8
(242,155,184)
#F3ABC3
(243,171,195)
#F4BBCE
(244,187,206)
#F5CBD9
(245,203,217)
#F6DBE4
(246,219,228)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED4B81 color. Also use rgb(237,75,129) instead hex code.

Text Font Color

.myTextColor { color: #ED4B81; }

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

This text font color is #ED4B81.


Background Color

.myBgColor { background-color: #ED4B81; }

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

This div background color is #ED4B81.


Border color

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

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

This div border color is #ED4B81.


Opacity

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

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

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

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

This text has shadow with #ED4B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED4B81 on black background.


Color preview on white background

This text has color #ED4B81 on white background.



Black color preview on #ED4B81 background

This text has black color on #ED4B81 background.


White color preview on #ED4B81 background

This text has white color on #ED4B81 background.