COLOR #EE95B9

HEX: #EE95B9
RGB: (238,149,185)

Renk bilgisi

#EE95B9 contains mainly red and blue colors. #EE95B9 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EE95B9 color RGB value is (238,149,185).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 149 of 255 = 58%
B 185 of 255 = 73%

238
149
185

R + G + B ~ 75%. #EE95B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 149 + 185 = 572 (100%)
R 238 of 572 ~ 41.61%
G 149 of 572 ~ 26.05%
B 185 of 572 ~ 32.34%

%41.61
%26.05
%32.34

CMYK RENK MODELİ

#EE95B9 rengi CMYK tonu (0,37,22,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.39%
  • sarı tonu 22.27%
  • ana renk tonu 6.67%
CMYK:
(0,37,22,7)
C0M37Y22K7 
(0%,37%,22%,7%)
(0.00/0.37/0.22/0.07)	

CMYK yüzdeleri

%0
%37.39
%22.27
%6.67

Codes

Color #EE95B9 in popluar color models

EE95B9
RGB238149185
HSL336°72.36%75.88%
HSB/HSV336°37.39%93.33%
CMYK0.00%37.39%22.27%
6.67%

Color #EE95B9 in popluar number systems.

HEXEE95B9
Decimal238149185
Binary111011101001010110111001
Octal356225271

Shades and tints

Shades of #EE95B9

#EE95B9
(238,149,185)
#D988A9
(217,136,169)
#C47B99
(196,123,153)
#AF6E89
(175,110,137)
#9A6179
(154,97,121)
#855469
(133,84,105)
#704759
(112,71,89)
#5B3A49
(91,58,73)
#462D39
(70,45,57)
#312029
(49,32,41)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #EE95B9

#EE95B9
(238,149,185)
#EF9EBF
(239,158,191)
#F0A7C5
(240,167,197)
#F1B0CB
(241,176,203)
#F2B9D1
(242,185,209)
#F3C2D7
(243,194,215)
#F4CBDD
(244,203,221)
#F5D4E3
(245,212,227)
#F6DDE9
(246,221,233)
#F7E6EF
(247,230,239)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE95B9; }

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

This text font color is #EE95B9.


Background Color

.myBgColor { background-color: #EE95B9; }

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

This div background color is #EE95B9.


Border color

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

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

This div border color is #EE95B9.


Opacity

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

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

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

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

This text has shadow with #EE95B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE95B9 on black background.


Color preview on white background

This text has color #EE95B9 on white background.



Black color preview on #EE95B9 background

This text has black color on #EE95B9 background.


White color preview on #EE95B9 background

This text has white color on #EE95B9 background.