COLOR #ED85D2

HEX: #ED85D2
RGB: (237,133,210)

Renk bilgisi

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

RGB renk modeli

#ED85D2 color RGB value is (237,133,210).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 133 of 255 = 52%
B 210 of 255 = 82%

237
133
210

R + G + B ~ 76%. #ED85D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 133 + 210 = 580 (100%)
R 237 of 580 ~ 40.86%
G 133 of 580 ~ 22.93%
B 210 of 580 ~ 36.21%

%40.86
%22.93
%36.21

CMYK RENK MODELİ

#ED85D2 rengi CMYK tonu (0,44,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.88%
  • sarı tonu 11.39%
  • ana renk tonu 7.06%
CMYK:
(0,44,11,7)
C0M44Y11K7 
(0%,44%,11%,7%)
(0.00/0.44/0.11/0.07)	

CMYK yüzdeleri

%0
%43.88
%11.39
%7.06

Codes

Color #ED85D2 in popluar color models

ED85D2
RGB237133210
HSL316°74.29%72.55%
HSB/HSV316°43.88%92.94%
CMYK0.00%43.88%11.39%
7.06%

Color #ED85D2 in popluar number systems.

HEXED85D2
Decimal237133210
Binary111011011000010111010010
Octal355205322

Shades and tints

Shades of #ED85D2

#ED85D2
(237,133,210)
#D879BF
(216,121,191)
#C36DAC
(195,109,172)
#AE6199
(174,97,153)
#995586
(153,85,134)
#844973
(132,73,115)
#6F3D60
(111,61,96)
#5A314D
(90,49,77)
#45253A
(69,37,58)
#301927
(48,25,39)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #ED85D2

#ED85D2
(237,133,210)
#EE90D6
(238,144,214)
#EF9BDA
(239,155,218)
#F0A6DE
(240,166,222)
#F1B1E2
(241,177,226)
#F2BCE6
(242,188,230)
#F3C7EA
(243,199,234)
#F4D2EE
(244,210,238)
#F5DDF2
(245,221,242)
#F6E8F6
(246,232,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED85D2; }

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

This text font color is #ED85D2.


Background Color

.myBgColor { background-color: #ED85D2; }

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

This div background color is #ED85D2.


Border color

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

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

This div border color is #ED85D2.


Opacity

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

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

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

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

This text has shadow with #ED85D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED85D2 on black background.


Color preview on white background

This text has color #ED85D2 on white background.



Black color preview on #ED85D2 background

This text has black color on #ED85D2 background.


White color preview on #ED85D2 background

This text has white color on #ED85D2 background.