COLOR #EE9493

HEX: #EE9493
RGB: (238,148,147)

Renk bilgisi

#EE9493 contains mainly red color. #EE9493 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EE9493 color RGB value is (238,148,147).

  • kırmız ton 238;
  • yeşil ton 148;
  • mavi ton 147.
RGB:
(238,148,147)
(93%,58%,58%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 148 of 255 = 58%
B 147 of 255 = 58%

238
148
147

R + G + B ~ 70%. #EE9493 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 148 + 147 = 533 (100%)
R 238 of 533 ~ 44.65%
G 148 of 533 ~ 27.77%
B 147 of 533 ~ 27.58%

%44.65
%27.77
%27.58

CMYK RENK MODELİ

#EE9493 rengi CMYK tonu (0,38,38,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.82%
  • sarı tonu 38.24%
  • ana renk tonu 6.67%
CMYK:
(0,38,38,7)
C0M38Y38K7 
(0%,38%,38%,7%)
(0.00/0.38/0.38/0.07)	

CMYK yüzdeleri

%0
%37.82
%38.24
%6.67

Codes

Color #EE9493 in popluar color models

EE9493
RGB238148147
HSL72.80%75.49%
HSB/HSV38.24%93.33%
CMYK0.00%37.82%38.24%
6.67%

Color #EE9493 in popluar number systems.

HEXEE9493
Decimal238148147
Binary111011101001010010010011
Octal356224223

Shades and tints

Shades of #EE9493

#EE9493
(238,148,147)
#D98786
(217,135,134)
#C47A79
(196,122,121)
#AF6D6C
(175,109,108)
#9A605F
(154,96,95)
#855352
(133,83,82)
#704645
(112,70,69)
#5B3938
(91,57,56)
#462C2B
(70,44,43)
#311F1E
(49,31,30)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #EE9493

#EE9493
(238,148,147)
#EF9D9C
(239,157,156)
#F0A6A5
(240,166,165)
#F1AFAE
(241,175,174)
#F2B8B7
(242,184,183)
#F3C1C0
(243,193,192)
#F4CAC9
(244,202,201)
#F5D3D2
(245,211,210)
#F6DCDB
(246,220,219)
#F7E5E4
(247,229,228)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9493 color. Also use rgb(238,148,147) instead hex code.

Text Font Color

.myTextColor { color: #EE9493; }

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

This text font color is #EE9493.


Background Color

.myBgColor { background-color: #EE9493; }

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

This div background color is #EE9493.


Border color

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

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

This div border color is #EE9493.


Opacity

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

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

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

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

This text has shadow with #EE9493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9493 on black background.


Color preview on white background

This text has color #EE9493 on white background.



Black color preview on #EE9493 background

This text has black color on #EE9493 background.


White color preview on #EE9493 background

This text has white color on #EE9493 background.