COLOR #EE5B82

HEX: #EE5B82
RGB: (238,91,130)

Renk bilgisi

#EE5B82 contains mainly red color. #EE5B82 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EE5B82 color RGB value is (238,91,130).

  • kırmız ton 238;
  • yeşil ton 91;
  • mavi ton 130.
RGB:
(238,91,130)
(93%,36%,51%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 91 of 255 = 36%
B 130 of 255 = 51%

238
91
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 91 + 130 = 459 (100%)
R 238 of 459 ~ 51.85%
G 91 of 459 ~ 19.83%
B 130 of 459 ~ 28.32%

%51.85
%19.83
%28.32

CMYK RENK MODELİ

#EE5B82 rengi CMYK tonu (0,62,45,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.76%
  • sarı tonu 45.38%
  • ana renk tonu 6.67%
CMYK:
(0,62,45,7)
C0M62Y45K7 
(0%,62%,45%,7%)
(0.00/0.62/0.45/0.07)	

CMYK yüzdeleri

%0
%61.76
%45.38
%6.67

Codes

Color #EE5B82 in popluar color models

EE5B82
RGB23891130
HSL344°81.22%64.51%
HSB/HSV344°61.76%93.33%
CMYK0.00%61.76%45.38%
6.67%

Color #EE5B82 in popluar number systems.

HEXEE5B82
Decimal23891130
Binary11101110101101110000010
Octal356133202

Shades and tints

Shades of #EE5B82

#EE5B82
(238,91,130)
#D95377
(217,83,119)
#C44B6C
(196,75,108)
#AF4361
(175,67,97)
#9A3B56
(154,59,86)
#85334B
(133,51,75)
#702B40
(112,43,64)
#5B2335
(91,35,53)
#461B2A
(70,27,42)
#31131F
(49,19,31)
#1C0B14
(28,11,20)
#000000
(0,0,0)

Tints of #EE5B82

#EE5B82
(238,91,130)
#EF698D
(239,105,141)
#F07798
(240,119,152)
#F185A3
(241,133,163)
#F293AE
(242,147,174)
#F3A1B9
(243,161,185)
#F4AFC4
(244,175,196)
#F5BDCF
(245,189,207)
#F6CBDA
(246,203,218)
#F7D9E5
(247,217,229)
#F8E7F0
(248,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5B82 color. Also use rgb(238,91,130) instead hex code.

Text Font Color

.myTextColor { color: #EE5B82; }

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

This text font color is #EE5B82.


Background Color

.myBgColor { background-color: #EE5B82; }

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

This div background color is #EE5B82.


Border color

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

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

This div border color is #EE5B82.


Opacity

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

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

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

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

This text has shadow with #EE5B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5B82 on black background.


Color preview on white background

This text has color #EE5B82 on white background.



Black color preview on #EE5B82 background

This text has black color on #EE5B82 background.


White color preview on #EE5B82 background

This text has white color on #EE5B82 background.