COLOR #EE85AE

HEX: #EE85AE
RGB: (238,133,174)

Renk bilgisi

#EE85AE contains mainly red color. #EE85AE ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EE85AE color RGB value is (238,133,174).

  • kırmız ton 238;
  • yeşil ton 133;
  • mavi ton 174.
RGB:
(238,133,174)
(93%,52%,68%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 133 of 255 = 52%
B 174 of 255 = 68%

238
133
174

R + G + B ~ 71%. #EE85AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 133 + 174 = 545 (100%)
R 238 of 545 ~ 43.67%
G 133 of 545 ~ 24.4%
B 174 of 545 ~ 31.93%

%43.67
%24.4
%31.93

CMYK RENK MODELİ

#EE85AE rengi CMYK tonu (0,44,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.12%
  • sarı tonu 26.89%
  • ana renk tonu 6.67%
CMYK:
(0,44,27,7)
C0M44Y27K7 
(0%,44%,27%,7%)
(0.00/0.44/0.27/0.07)	

CMYK yüzdeleri

%0
%44.12
%26.89
%6.67

Codes

Color #EE85AE in popluar color models

EE85AE
RGB238133174
HSL337°75.54%72.75%
HSB/HSV337°44.12%93.33%
CMYK0.00%44.12%26.89%
6.67%

Color #EE85AE in popluar number systems.

HEXEE85AE
Decimal238133174
Binary111011101000010110101110
Octal356205256

Shades and tints

Shades of #EE85AE

#EE85AE
(238,133,174)
#D9799F
(217,121,159)
#C46D90
(196,109,144)
#AF6181
(175,97,129)
#9A5572
(154,85,114)
#854963
(133,73,99)
#703D54
(112,61,84)
#5B3145
(91,49,69)
#462536
(70,37,54)
#311927
(49,25,39)
#1C0D18
(28,13,24)
#000000
(0,0,0)

Tints of #EE85AE

#EE85AE
(238,133,174)
#EF90B5
(239,144,181)
#F09BBC
(240,155,188)
#F1A6C3
(241,166,195)
#F2B1CA
(242,177,202)
#F3BCD1
(243,188,209)
#F4C7D8
(244,199,216)
#F5D2DF
(245,210,223)
#F6DDE6
(246,221,230)
#F7E8ED
(247,232,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE85AE color. Also use rgb(238,133,174) instead hex code.

Text Font Color

.myTextColor { color: #EE85AE; }

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

This text font color is #EE85AE.


Background Color

.myBgColor { background-color: #EE85AE; }

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

This div background color is #EE85AE.


Border color

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

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

This div border color is #EE85AE.


Opacity

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

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

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

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

This text has shadow with #EE85AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE85AE on black background.


Color preview on white background

This text has color #EE85AE on white background.



Black color preview on #EE85AE background

This text has black color on #EE85AE background.


White color preview on #EE85AE background

This text has white color on #EE85AE background.