COLOR #ED6F9F

HEX: #ED6F9F
RGB: (237,111,159)

Renk bilgisi

#ED6F9F contains mainly red color. #ED6F9F ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#ED6F9F color RGB value is (237,111,159).

  • kırmız ton 237;
  • yeşil ton 111;
  • mavi ton 159.
RGB:
(237,111,159)
(93%,44%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 111 of 255 = 44%
B 159 of 255 = 62%

237
111
159

R + G + B ~ 66%. #ED6F9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 111 + 159 = 507 (100%)
R 237 of 507 ~ 46.75%
G 111 of 507 ~ 21.89%
B 159 of 507 ~ 31.36%

%46.75
%21.89
%31.36

CMYK RENK MODELİ

#ED6F9F rengi CMYK tonu (0,53,33,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.16%
  • sarı tonu 32.91%
  • ana renk tonu 7.06%
CMYK:
(0,53,33,7)
C0M53Y33K7 
(0%,53%,33%,7%)
(0.00/0.53/0.33/0.07)	

CMYK yüzdeleri

%0
%53.16
%32.91
%7.06

Codes

Color #ED6F9F in popluar color models

ED6F9F
RGB237111159
HSL337°77.78%68.24%
HSB/HSV337°53.16%92.94%
CMYK0.00%53.16%32.91%
7.06%

Color #ED6F9F in popluar number systems.

HEXED6F9F
Decimal237111159
Binary11101101110111110011111
Octal355157237

Shades and tints

Shades of #ED6F9F

#ED6F9F
(237,111,159)
#D86591
(216,101,145)
#C35B83
(195,91,131)
#AE5175
(174,81,117)
#994767
(153,71,103)
#843D59
(132,61,89)
#6F334B
(111,51,75)
#5A293D
(90,41,61)
#451F2F
(69,31,47)
#301521
(48,21,33)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #ED6F9F

#ED6F9F
(237,111,159)
#EE7CA7
(238,124,167)
#EF89AF
(239,137,175)
#F096B7
(240,150,183)
#F1A3BF
(241,163,191)
#F2B0C7
(242,176,199)
#F3BDCF
(243,189,207)
#F4CAD7
(244,202,215)
#F5D7DF
(245,215,223)
#F6E4E7
(246,228,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6F9F color. Also use rgb(237,111,159) instead hex code.

Text Font Color

.myTextColor { color: #ED6F9F; }

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

This text font color is #ED6F9F.


Background Color

.myBgColor { background-color: #ED6F9F; }

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

This div background color is #ED6F9F.


Border color

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

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

This div border color is #ED6F9F.


Opacity

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

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

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

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

This text has shadow with #ED6F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6F9F on black background.


Color preview on white background

This text has color #ED6F9F on white background.



Black color preview on #ED6F9F background

This text has black color on #ED6F9F background.


White color preview on #ED6F9F background

This text has white color on #ED6F9F background.