COLOR #ED85B0

HEX: #ED85B0
RGB: (237,133,176)

Renk bilgisi

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

RGB renk modeli

#ED85B0 color RGB value is (237,133,176).

  • kırmız ton 237;
  • yeşil ton 133;
  • mavi ton 176.
RGB:
(237,133,176)
(93%,52%,69%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 133 of 255 = 52%
B 176 of 255 = 69%

237
133
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 133 + 176 = 546 (100%)
R 237 of 546 ~ 43.41%
G 133 of 546 ~ 24.36%
B 176 of 546 ~ 32.23%

%43.41
%24.36
%32.23

CMYK RENK MODELİ

#ED85B0 rengi CMYK tonu (0,44,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.88%
  • sarı tonu 25.74%
  • ana renk tonu 7.06%
CMYK:
(0,44,26,7)
C0M44Y26K7 
(0%,44%,26%,7%)
(0.00/0.44/0.26/0.07)	

CMYK yüzdeleri

%0
%43.88
%25.74
%7.06

Codes

Color #ED85B0 in popluar color models

ED85B0
RGB237133176
HSL335°74.29%72.55%
HSB/HSV335°43.88%92.94%
CMYK0.00%43.88%25.74%
7.06%

Color #ED85B0 in popluar number systems.

HEXED85B0
Decimal237133176
Binary111011011000010110110000
Octal355205260

Shades and tints

Shades of #ED85B0

#ED85B0
(237,133,176)
#D879A0
(216,121,160)
#C36D90
(195,109,144)
#AE6180
(174,97,128)
#995570
(153,85,112)
#844960
(132,73,96)
#6F3D50
(111,61,80)
#5A3140
(90,49,64)
#452530
(69,37,48)
#301920
(48,25,32)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #ED85B0

#ED85B0
(237,133,176)
#EE90B7
(238,144,183)
#EF9BBE
(239,155,190)
#F0A6C5
(240,166,197)
#F1B1CC
(241,177,204)
#F2BCD3
(242,188,211)
#F3C7DA
(243,199,218)
#F4D2E1
(244,210,225)
#F5DDE8
(245,221,232)
#F6E8EF
(246,232,239)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED85B0 color. Also use rgb(237,133,176) instead hex code.

Text Font Color

.myTextColor { color: #ED85B0; }

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

This text font color is #ED85B0.


Background Color

.myBgColor { background-color: #ED85B0; }

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

This div background color is #ED85B0.


Border color

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

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

This div border color is #ED85B0.


Opacity

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

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

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

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

This text has shadow with #ED85B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED85B0 on black background.


Color preview on white background

This text has color #ED85B0 on white background.



Black color preview on #ED85B0 background

This text has black color on #ED85B0 background.


White color preview on #ED85B0 background

This text has white color on #ED85B0 background.