COLOR #EE7E95

HEX: #EE7E95
RGB: (238,126,149)

Renk bilgisi

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

RGB renk modeli

#EE7E95 color RGB value is (238,126,149).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 126 of 255 = 49%
B 149 of 255 = 58%

238
126
149

R + G + B ~ 67%. #EE7E95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 126 + 149 = 513 (100%)
R 238 of 513 ~ 46.39%
G 126 of 513 ~ 24.56%
B 149 of 513 ~ 29.04%

%46.39
%24.56
%29.04

CMYK RENK MODELİ

#EE7E95 rengi CMYK tonu (0,47,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 37.39%
  • ana renk tonu 6.67%
CMYK:
(0,47,37,7)
C0M47Y37K7 
(0%,47%,37%,7%)
(0.00/0.47/0.37/0.07)	

CMYK yüzdeleri

%0
%47.06
%37.39
%6.67

Codes

Color #EE7E95 in popluar color models

EE7E95
RGB238126149
HSL348°76.71%71.37%
HSB/HSV348°47.06%93.33%
CMYK0.00%47.06%37.39%
6.67%

Color #EE7E95 in popluar number systems.

HEXEE7E95
Decimal238126149
Binary11101110111111010010101
Octal356176225

Shades and tints

Shades of #EE7E95

#EE7E95
(238,126,149)
#D97388
(217,115,136)
#C4687B
(196,104,123)
#AF5D6E
(175,93,110)
#9A5261
(154,82,97)
#854754
(133,71,84)
#703C47
(112,60,71)
#5B313A
(91,49,58)
#46262D
(70,38,45)
#311B20
(49,27,32)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #EE7E95

#EE7E95
(238,126,149)
#EF899E
(239,137,158)
#F094A7
(240,148,167)
#F19FB0
(241,159,176)
#F2AAB9
(242,170,185)
#F3B5C2
(243,181,194)
#F4C0CB
(244,192,203)
#F5CBD4
(245,203,212)
#F6D6DD
(246,214,221)
#F7E1E6
(247,225,230)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7E95 color. Also use rgb(238,126,149) instead hex code.

Text Font Color

.myTextColor { color: #EE7E95; }

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

This text font color is #EE7E95.


Background Color

.myBgColor { background-color: #EE7E95; }

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

This div background color is #EE7E95.


Border color

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

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

This div border color is #EE7E95.


Opacity

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

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

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

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

This text has shadow with #EE7E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7E95 on black background.


Color preview on white background

This text has color #EE7E95 on white background.



Black color preview on #EE7E95 background

This text has black color on #EE7E95 background.


White color preview on #EE7E95 background

This text has white color on #EE7E95 background.