COLOR #ED59C5

HEX: #ED59C5
RGB: (237,89,197)

Renk bilgisi

#ED59C5 contains mainly red and blue colors. #ED59C5 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#ED59C5 color RGB value is (237,89,197).

  • kırmız ton 237;
  • yeşil ton 89;
  • mavi ton 197.
RGB:
(237,89,197)
(93%,35%,77%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 89 of 255 = 35%
B 197 of 255 = 77%

237
89
197

R + G + B ~ 68%. #ED59C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 89 + 197 = 523 (100%)
R 237 of 523 ~ 45.32%
G 89 of 523 ~ 17.02%
B 197 of 523 ~ 37.67%

%45.32
%17.02
%37.67

CMYK RENK MODELİ

#ED59C5 rengi CMYK tonu (0,62,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.45%
  • sarı tonu 16.88%
  • ana renk tonu 7.06%
CMYK:
(0,62,17,7)
C0M62Y17K7 
(0%,62%,17%,7%)
(0.00/0.62/0.17/0.07)	

CMYK yüzdeleri

%0
%62.45
%16.88
%7.06

Codes

Color #ED59C5 in popluar color models

ED59C5
RGB23789197
HSL316°80.43%63.92%
HSB/HSV316°62.45%92.94%
CMYK0.00%62.45%16.88%
7.06%

Color #ED59C5 in popluar number systems.

HEXED59C5
Decimal23789197
Binary11101101101100111000101
Octal355131305

Shades and tints

Shades of #ED59C5

#ED59C5
(237,89,197)
#D851B4
(216,81,180)
#C349A3
(195,73,163)
#AE4192
(174,65,146)
#993981
(153,57,129)
#843170
(132,49,112)
#6F295F
(111,41,95)
#5A214E
(90,33,78)
#45193D
(69,25,61)
#30112C
(48,17,44)
#1B091B
(27,9,27)
#000000
(0,0,0)

Tints of #ED59C5

#ED59C5
(237,89,197)
#EE68CA
(238,104,202)
#EF77CF
(239,119,207)
#F086D4
(240,134,212)
#F195D9
(241,149,217)
#F2A4DE
(242,164,222)
#F3B3E3
(243,179,227)
#F4C2E8
(244,194,232)
#F5D1ED
(245,209,237)
#F6E0F2
(246,224,242)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED59C5 color. Also use rgb(237,89,197) instead hex code.

Text Font Color

.myTextColor { color: #ED59C5; }

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

This text font color is #ED59C5.


Background Color

.myBgColor { background-color: #ED59C5; }

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

This div background color is #ED59C5.


Border color

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

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

This div border color is #ED59C5.


Opacity

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

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

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

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

This text has shadow with #ED59C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED59C5 on black background.


Color preview on white background

This text has color #ED59C5 on white background.



Black color preview on #ED59C5 background

This text has black color on #ED59C5 background.


White color preview on #ED59C5 background

This text has white color on #ED59C5 background.