COLOR #EE95D4

HEX: #EE95D4
RGB: (238,149,212)

Renk bilgisi

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

RGB renk modeli

#EE95D4 color RGB value is (238,149,212).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 149 of 255 = 58%
B 212 of 255 = 83%

238
149
212

R + G + B ~ 78%. #EE95D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 149 + 212 = 599 (100%)
R 238 of 599 ~ 39.73%
G 149 of 599 ~ 24.87%
B 212 of 599 ~ 35.39%

%39.73
%24.87
%35.39

CMYK RENK MODELİ

#EE95D4 rengi CMYK tonu (0,37,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.39%
  • sarı tonu 10.92%
  • ana renk tonu 6.67%
CMYK:
(0,37,11,7)
C0M37Y11K7 
(0%,37%,11%,7%)
(0.00/0.37/0.11/0.07)	

CMYK yüzdeleri

%0
%37.39
%10.92
%6.67

Codes

Color #EE95D4 in popluar color models

EE95D4
RGB238149212
HSL318°72.36%75.88%
HSB/HSV318°37.39%93.33%
CMYK0.00%37.39%10.92%
6.67%

Color #EE95D4 in popluar number systems.

HEXEE95D4
Decimal238149212
Binary111011101001010111010100
Octal356225324

Shades and tints

Shades of #EE95D4

#EE95D4
(238,149,212)
#D988C1
(217,136,193)
#C47BAE
(196,123,174)
#AF6E9B
(175,110,155)
#9A6188
(154,97,136)
#855475
(133,84,117)
#704762
(112,71,98)
#5B3A4F
(91,58,79)
#462D3C
(70,45,60)
#312029
(49,32,41)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #EE95D4

#EE95D4
(238,149,212)
#EF9ED7
(239,158,215)
#F0A7DA
(240,167,218)
#F1B0DD
(241,176,221)
#F2B9E0
(242,185,224)
#F3C2E3
(243,194,227)
#F4CBE6
(244,203,230)
#F5D4E9
(245,212,233)
#F6DDEC
(246,221,236)
#F7E6EF
(247,230,239)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE95D4; }

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

This text font color is #EE95D4.


Background Color

.myBgColor { background-color: #EE95D4; }

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

This div background color is #EE95D4.


Border color

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

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

This div border color is #EE95D4.


Opacity

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

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

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

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

This text has shadow with #EE95D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE95D4 on black background.


Color preview on white background

This text has color #EE95D4 on white background.



Black color preview on #EE95D4 background

This text has black color on #EE95D4 background.


White color preview on #EE95D4 background

This text has white color on #EE95D4 background.