COLOR #EE66AD

HEX: #EE66AD
RGB: (238,102,173)

Renk bilgisi

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

RGB renk modeli

#EE66AD color RGB value is (238,102,173).

  • kırmız ton 238;
  • yeşil ton 102;
  • mavi ton 173.
RGB:
(238,102,173)
(93%,40%,68%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 102 of 255 = 40%
B 173 of 255 = 68%

238
102
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 102 + 173 = 513 (100%)
R 238 of 513 ~ 46.39%
G 102 of 513 ~ 19.88%
B 173 of 513 ~ 33.72%

%46.39
%19.88
%33.72

CMYK RENK MODELİ

#EE66AD rengi CMYK tonu (0,57,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.14%
  • sarı tonu 27.31%
  • ana renk tonu 6.67%
CMYK:
(0,57,27,7)
C0M57Y27K7 
(0%,57%,27%,7%)
(0.00/0.57/0.27/0.07)	

CMYK yüzdeleri

%0
%57.14
%27.31
%6.67

Codes

Color #EE66AD in popluar color models

EE66AD
RGB238102173
HSL329°80.00%66.67%
HSB/HSV329°57.14%93.33%
CMYK0.00%57.14%27.31%
6.67%

Color #EE66AD in popluar number systems.

HEXEE66AD
Decimal238102173
Binary11101110110011010101101
Octal356146255

Shades and tints

Shades of #EE66AD

#EE66AD
(238,102,173)
#D95D9E
(217,93,158)
#C4548F
(196,84,143)
#AF4B80
(175,75,128)
#9A4271
(154,66,113)
#853962
(133,57,98)
#703053
(112,48,83)
#5B2744
(91,39,68)
#461E35
(70,30,53)
#311526
(49,21,38)
#1C0C17
(28,12,23)
#000000
(0,0,0)

Tints of #EE66AD

#EE66AD
(238,102,173)
#EF73B4
(239,115,180)
#F080BB
(240,128,187)
#F18DC2
(241,141,194)
#F29AC9
(242,154,201)
#F3A7D0
(243,167,208)
#F4B4D7
(244,180,215)
#F5C1DE
(245,193,222)
#F6CEE5
(246,206,229)
#F7DBEC
(247,219,236)
#F8E8F3
(248,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE66AD color. Also use rgb(238,102,173) instead hex code.

Text Font Color

.myTextColor { color: #EE66AD; }

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

This text font color is #EE66AD.


Background Color

.myBgColor { background-color: #EE66AD; }

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

This div background color is #EE66AD.


Border color

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

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

This div border color is #EE66AD.


Opacity

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

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

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

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

This text has shadow with #EE66AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE66AD on black background.


Color preview on white background

This text has color #EE66AD on white background.



Black color preview on #EE66AD background

This text has black color on #EE66AD background.


White color preview on #EE66AD background

This text has white color on #EE66AD background.