COLOR #ED71D8

HEX: #ED71D8
RGB: (237,113,216)

Renk bilgisi

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

RGB renk modeli

#ED71D8 color RGB value is (237,113,216).

  • kırmız ton 237;
  • yeşil ton 113;
  • mavi ton 216.
RGB:
(237,113,216)
(93%,44%,85%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 113 of 255 = 44%
B 216 of 255 = 85%

237
113
216

R + G + B ~ 74%. #ED71D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 113 + 216 = 566 (100%)
R 237 of 566 ~ 41.87%
G 113 of 566 ~ 19.96%
B 216 of 566 ~ 38.16%

%41.87
%19.96
%38.16

CMYK RENK MODELİ

#ED71D8 rengi CMYK tonu (0,52,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.32%
  • sarı tonu 8.86%
  • ana renk tonu 7.06%
CMYK:
(0,52,9,7)
C0M52Y9K7 
(0%,52%,9%,7%)
(0.00/0.52/0.09/0.07)	

CMYK yüzdeleri

%0
%52.32
%8.86
%7.06

Codes

Color #ED71D8 in popluar color models

ED71D8
RGB237113216
HSL310°77.50%68.63%
HSB/HSV310°52.32%92.94%
CMYK0.00%52.32%8.86%
7.06%

Color #ED71D8 in popluar number systems.

HEXED71D8
Decimal237113216
Binary11101101111000111011000
Octal355161330

Shades and tints

Shades of #ED71D8

#ED71D8
(237,113,216)
#D867C5
(216,103,197)
#C35DB2
(195,93,178)
#AE539F
(174,83,159)
#99498C
(153,73,140)
#843F79
(132,63,121)
#6F3566
(111,53,102)
#5A2B53
(90,43,83)
#452140
(69,33,64)
#30172D
(48,23,45)
#1B0D1A
(27,13,26)
#000000
(0,0,0)

Tints of #ED71D8

#ED71D8
(237,113,216)
#EE7DDB
(238,125,219)
#EF89DE
(239,137,222)
#F095E1
(240,149,225)
#F1A1E4
(241,161,228)
#F2ADE7
(242,173,231)
#F3B9EA
(243,185,234)
#F4C5ED
(244,197,237)
#F5D1F0
(245,209,240)
#F6DDF3
(246,221,243)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED71D8 color. Also use rgb(237,113,216) instead hex code.

Text Font Color

.myTextColor { color: #ED71D8; }

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

This text font color is #ED71D8.


Background Color

.myBgColor { background-color: #ED71D8; }

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

This div background color is #ED71D8.


Border color

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

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

This div border color is #ED71D8.


Opacity

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

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

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

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

This text has shadow with #ED71D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED71D8 on black background.


Color preview on white background

This text has color #ED71D8 on white background.



Black color preview on #ED71D8 background

This text has black color on #ED71D8 background.


White color preview on #ED71D8 background

This text has white color on #ED71D8 background.