COLOR #EE88CD

HEX: #EE88CD
RGB: (238,136,205)

Renk bilgisi

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

RGB renk modeli

#EE88CD color RGB value is (238,136,205).

  • kırmız ton 238;
  • yeşil ton 136;
  • mavi ton 205.
RGB:
(238,136,205)
(93%,53%,80%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 136 of 255 = 53%
B 205 of 255 = 80%

238
136
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 136 + 205 = 579 (100%)
R 238 of 579 ~ 41.11%
G 136 of 579 ~ 23.49%
B 205 of 579 ~ 35.41%

%41.11
%23.49
%35.41

CMYK RENK MODELİ

#EE88CD rengi CMYK tonu (0,43,14,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.86%
  • sarı tonu 13.87%
  • ana renk tonu 6.67%
CMYK:
(0,43,14,7)
C0M43Y14K7 
(0%,43%,14%,7%)
(0.00/0.43/0.14/0.07)	

CMYK yüzdeleri

%0
%42.86
%13.87
%6.67

Codes

Color #EE88CD in popluar color models

EE88CD
RGB238136205
HSL319°75.00%73.33%
HSB/HSV319°42.86%93.33%
CMYK0.00%42.86%13.87%
6.67%

Color #EE88CD in popluar number systems.

HEXEE88CD
Decimal238136205
Binary111011101000100011001101
Octal356210315

Shades and tints

Shades of #EE88CD

#EE88CD
(238,136,205)
#D97CBB
(217,124,187)
#C470A9
(196,112,169)
#AF6497
(175,100,151)
#9A5885
(154,88,133)
#854C73
(133,76,115)
#704061
(112,64,97)
#5B344F
(91,52,79)
#46283D
(70,40,61)
#311C2B
(49,28,43)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #EE88CD

#EE88CD
(238,136,205)
#EF92D1
(239,146,209)
#F09CD5
(240,156,213)
#F1A6D9
(241,166,217)
#F2B0DD
(242,176,221)
#F3BAE1
(243,186,225)
#F4C4E5
(244,196,229)
#F5CEE9
(245,206,233)
#F6D8ED
(246,216,237)
#F7E2F1
(247,226,241)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE88CD color. Also use rgb(238,136,205) instead hex code.

Text Font Color

.myTextColor { color: #EE88CD; }

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

This text font color is #EE88CD.


Background Color

.myBgColor { background-color: #EE88CD; }

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

This div background color is #EE88CD.


Border color

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

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

This div border color is #EE88CD.


Opacity

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

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

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

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

This text has shadow with #EE88CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE88CD on black background.


Color preview on white background

This text has color #EE88CD on white background.



Black color preview on #EE88CD background

This text has black color on #EE88CD background.


White color preview on #EE88CD background

This text has white color on #EE88CD background.