COLOR #ED76C3

HEX: #ED76C3
RGB: (237,118,195)

Renk bilgisi

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

RGB renk modeli

#ED76C3 color RGB value is (237,118,195).

  • kırmız ton 237;
  • yeşil ton 118;
  • mavi ton 195.
RGB:
(237,118,195)
(93%,46%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 118 of 255 = 46%
B 195 of 255 = 76%

237
118
195

R + G + B ~ 72%. #ED76C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 118 + 195 = 550 (100%)
R 237 of 550 ~ 43.09%
G 118 of 550 ~ 21.45%
B 195 of 550 ~ 35.45%

%43.09
%21.45
%35.45

CMYK RENK MODELİ

#ED76C3 rengi CMYK tonu (0,50,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.21%
  • sarı tonu 17.72%
  • ana renk tonu 7.06%
CMYK:
(0,50,18,7)
C0M50Y18K7 
(0%,50%,18%,7%)
(0.00/0.50/0.18/0.07)	

CMYK yüzdeleri

%0
%50.21
%17.72
%7.06

Codes

Color #ED76C3 in popluar color models

ED76C3
RGB237118195
HSL321°76.77%69.61%
HSB/HSV321°50.21%92.94%
CMYK0.00%50.21%17.72%
7.06%

Color #ED76C3 in popluar number systems.

HEXED76C3
Decimal237118195
Binary11101101111011011000011
Octal355166303

Shades and tints

Shades of #ED76C3

#ED76C3
(237,118,195)
#D86CB2
(216,108,178)
#C362A1
(195,98,161)
#AE5890
(174,88,144)
#994E7F
(153,78,127)
#84446E
(132,68,110)
#6F3A5D
(111,58,93)
#5A304C
(90,48,76)
#45263B
(69,38,59)
#301C2A
(48,28,42)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #ED76C3

#ED76C3
(237,118,195)
#EE82C8
(238,130,200)
#EF8ECD
(239,142,205)
#F09AD2
(240,154,210)
#F1A6D7
(241,166,215)
#F2B2DC
(242,178,220)
#F3BEE1
(243,190,225)
#F4CAE6
(244,202,230)
#F5D6EB
(245,214,235)
#F6E2F0
(246,226,240)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED76C3 color. Also use rgb(237,118,195) instead hex code.

Text Font Color

.myTextColor { color: #ED76C3; }

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

This text font color is #ED76C3.


Background Color

.myBgColor { background-color: #ED76C3; }

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

This div background color is #ED76C3.


Border color

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

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

This div border color is #ED76C3.


Opacity

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

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

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

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

This text has shadow with #ED76C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED76C3 on black background.


Color preview on white background

This text has color #ED76C3 on white background.



Black color preview on #ED76C3 background

This text has black color on #ED76C3 background.


White color preview on #ED76C3 background

This text has white color on #ED76C3 background.