COLOR #E49B93

HEX: #E49B93
RGB: (228,155,147)

Renk bilgisi

#E49B93 contains mainly red color. #E49B93 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E49B93 color RGB value is (228,155,147).

  • kırmız ton 228;
  • yeşil ton 155;
  • mavi ton 147.
RGB:
(228,155,147)
(89%,61%,58%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 155 of 255 = 61%
B 147 of 255 = 58%

228
155
147

R + G + B ~ 69%. #E49B93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 155 + 147 = 530 (100%)
R 228 of 530 ~ 43.02%
G 155 of 530 ~ 29.25%
B 147 of 530 ~ 27.74%

%43.02
%29.25
%27.74

CMYK RENK MODELİ

#E49B93 rengi CMYK tonu (0,32,36,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.02%
  • sarı tonu 35.53%
  • ana renk tonu 10.59%
CMYK:
(0,32,36,11)
C0M32Y36K11 
(0%,32%,36%,11%)
(0.00/0.32/0.36/0.11)	

CMYK yüzdeleri

%0
%32.02
%35.53
%10.59

Codes

Color #E49B93 in popluar color models

E49B93
RGB228155147
HSL60.00%73.53%
HSB/HSV35.53%89.41%
CMYK0.00%32.02%35.53%
10.59%

Color #E49B93 in popluar number systems.

HEXE49B93
Decimal228155147
Binary111001001001101110010011
Octal344233223

Shades and tints

Shades of #E49B93

#E49B93
(228,155,147)
#D08D86
(208,141,134)
#BC7F79
(188,127,121)
#A8716C
(168,113,108)
#94635F
(148,99,95)
#805552
(128,85,82)
#6C4745
(108,71,69)
#583938
(88,57,56)
#442B2B
(68,43,43)
#301D1E
(48,29,30)
#1C0F11
(28,15,17)
#000000
(0,0,0)

Tints of #E49B93

#E49B93
(228,155,147)
#E6A49C
(230,164,156)
#E8ADA5
(232,173,165)
#EAB6AE
(234,182,174)
#ECBFB7
(236,191,183)
#EEC8C0
(238,200,192)
#F0D1C9
(240,209,201)
#F2DAD2
(242,218,210)
#F4E3DB
(244,227,219)
#F6ECE4
(246,236,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49B93 color. Also use rgb(228,155,147) instead hex code.

Text Font Color

.myTextColor { color: #E49B93; }

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

This text font color is #E49B93.


Background Color

.myBgColor { background-color: #E49B93; }

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

This div background color is #E49B93.


Border color

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

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

This div border color is #E49B93.


Opacity

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

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

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

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

This text has shadow with #E49B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49B93 on black background.


Color preview on white background

This text has color #E49B93 on white background.



Black color preview on #E49B93 background

This text has black color on #E49B93 background.


White color preview on #E49B93 background

This text has white color on #E49B93 background.