COLOR #E44B49

HEX: #E44B49
RGB: (228,75,73)

Renk bilgisi

#E44B49 contains mainly red color. #E44B49 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#E44B49 color RGB value is (228,75,73).

  • kırmız ton 228;
  • yeşil ton 75;
  • mavi ton 73.
RGB:
(228,75,73)
(89%,29%,29%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 75 of 255 = 29%
B 73 of 255 = 29%

228
75
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 75 + 73 = 376 (100%)
R 228 of 376 ~ 60.64%
G 75 of 376 ~ 19.95%
B 73 of 376 ~ 19.41%

%60.64
%19.95
%19.41

CMYK RENK MODELİ

#E44B49 rengi CMYK tonu (0,67,68,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.11%
  • sarı tonu 67.98%
  • ana renk tonu 10.59%
CMYK:
(0,67,68,11)
C0M67Y68K11 
(0%,67%,68%,11%)
(0.00/0.67/0.68/0.11)	

CMYK yüzdeleri

%0
%67.11
%67.98
%10.59

Codes

Color #E44B49 in popluar color models

E44B49
RGB2287573
HSL74.16%59.02%
HSB/HSV67.98%89.41%
CMYK0.00%67.11%67.98%
10.59%

Color #E44B49 in popluar number systems.

HEXE44B49
Decimal2287573
Binary1110010010010111001001
Octal344113111

Shades and tints

Shades of #E44B49

#E44B49
(228,75,73)
#D04543
(208,69,67)
#BC3F3D
(188,63,61)
#A83937
(168,57,55)
#943331
(148,51,49)
#802D2B
(128,45,43)
#6C2725
(108,39,37)
#58211F
(88,33,31)
#441B19
(68,27,25)
#301513
(48,21,19)
#1C0F0D
(28,15,13)
#000000
(0,0,0)

Tints of #E44B49

#E44B49
(228,75,73)
#E65B59
(230,91,89)
#E86B69
(232,107,105)
#EA7B79
(234,123,121)
#EC8B89
(236,139,137)
#EE9B99
(238,155,153)
#F0ABA9
(240,171,169)
#F2BBB9
(242,187,185)
#F4CBC9
(244,203,201)
#F6DBD9
(246,219,217)
#F8EBE9
(248,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E44B49 color. Also use rgb(228,75,73) instead hex code.

Text Font Color

.myTextColor { color: #E44B49; }

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

This text font color is #E44B49.


Background Color

.myBgColor { background-color: #E44B49; }

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

This div background color is #E44B49.


Border color

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

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

This div border color is #E44B49.


Opacity

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

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

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

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

This text has shadow with #E44B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E44B49 on black background.


Color preview on white background

This text has color #E44B49 on white background.



Black color preview on #E44B49 background

This text has black color on #E44B49 background.


White color preview on #E44B49 background

This text has white color on #E44B49 background.