COLOR #ED88CC

HEX: #ED88CC
RGB: (237,136,204)

Renk bilgisi

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

RGB renk modeli

#ED88CC color RGB value is (237,136,204).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 136 of 255 = 53%
B 204 of 255 = 80%

237
136
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 136 + 204 = 577 (100%)
R 237 of 577 ~ 41.07%
G 136 of 577 ~ 23.57%
B 204 of 577 ~ 35.36%

%41.07
%23.57
%35.36

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%42.62
%13.92
%7.06

Codes

Color #ED88CC in popluar color models

ED88CC
RGB237136204
HSL320°73.72%73.14%
HSB/HSV320°42.62%92.94%
CMYK0.00%42.62%13.92%
7.06%

Color #ED88CC in popluar number systems.

HEXED88CC
Decimal237136204
Binary111011011000100011001100
Octal355210314

Shades and tints

Shades of #ED88CC

#ED88CC
(237,136,204)
#D87CBA
(216,124,186)
#C370A8
(195,112,168)
#AE6496
(174,100,150)
#995884
(153,88,132)
#844C72
(132,76,114)
#6F4060
(111,64,96)
#5A344E
(90,52,78)
#45283C
(69,40,60)
#301C2A
(48,28,42)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #ED88CC

#ED88CC
(237,136,204)
#EE92D0
(238,146,208)
#EF9CD4
(239,156,212)
#F0A6D8
(240,166,216)
#F1B0DC
(241,176,220)
#F2BAE0
(242,186,224)
#F3C4E4
(243,196,228)
#F4CEE8
(244,206,232)
#F5D8EC
(245,216,236)
#F6E2F0
(246,226,240)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED88CC color. Also use rgb(237,136,204) instead hex code.

Text Font Color

.myTextColor { color: #ED88CC; }

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

This text font color is #ED88CC.


Background Color

.myBgColor { background-color: #ED88CC; }

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

This div background color is #ED88CC.


Border color

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

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

This div border color is #ED88CC.


Opacity

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

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

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

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

This text has shadow with #ED88CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED88CC on black background.


Color preview on white background

This text has color #ED88CC on white background.



Black color preview on #ED88CC background

This text has black color on #ED88CC background.


White color preview on #ED88CC background

This text has white color on #ED88CC background.