COLOR #ED77DB

HEX: #ED77DB
RGB: (237,119,219)

Renk bilgisi

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

RGB renk modeli

#ED77DB color RGB value is (237,119,219).

  • kırmız ton 237;
  • yeşil ton 119;
  • mavi ton 219.
RGB:
(237,119,219)
(93%,47%,86%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 119 of 255 = 47%
B 219 of 255 = 86%

237
119
219

R + G + B ~ 75%. #ED77DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 119 + 219 = 575 (100%)
R 237 of 575 ~ 41.22%
G 119 of 575 ~ 20.7%
B 219 of 575 ~ 38.09%

%41.22
%20.7
%38.09

CMYK RENK MODELİ

#ED77DB rengi CMYK tonu (0,50,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.79%
  • sarı tonu 7.59%
  • ana renk tonu 7.06%
CMYK:
(0,50,8,7)
C0M50Y8K7 
(0%,50%,8%,7%)
(0.00/0.50/0.08/0.07)	

CMYK yüzdeleri

%0
%49.79
%7.59
%7.06

Codes

Color #ED77DB in popluar color models

ED77DB
RGB237119219
HSL309°76.62%69.80%
HSB/HSV309°49.79%92.94%
CMYK0.00%49.79%7.59%
7.06%

Color #ED77DB in popluar number systems.

HEXED77DB
Decimal237119219
Binary11101101111011111011011
Octal355167333

Shades and tints

Shades of #ED77DB

#ED77DB
(237,119,219)
#D86DC8
(216,109,200)
#C363B5
(195,99,181)
#AE59A2
(174,89,162)
#994F8F
(153,79,143)
#84457C
(132,69,124)
#6F3B69
(111,59,105)
#5A3156
(90,49,86)
#452743
(69,39,67)
#301D30
(48,29,48)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #ED77DB

#ED77DB
(237,119,219)
#EE83DE
(238,131,222)
#EF8FE1
(239,143,225)
#F09BE4
(240,155,228)
#F1A7E7
(241,167,231)
#F2B3EA
(242,179,234)
#F3BFED
(243,191,237)
#F4CBF0
(244,203,240)
#F5D7F3
(245,215,243)
#F6E3F6
(246,227,246)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED77DB color. Also use rgb(237,119,219) instead hex code.

Text Font Color

.myTextColor { color: #ED77DB; }

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

This text font color is #ED77DB.


Background Color

.myBgColor { background-color: #ED77DB; }

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

This div background color is #ED77DB.


Border color

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

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

This div border color is #ED77DB.


Opacity

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

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

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

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

This text has shadow with #ED77DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED77DB on black background.


Color preview on white background

This text has color #ED77DB on white background.



Black color preview on #ED77DB background

This text has black color on #ED77DB background.


White color preview on #ED77DB background

This text has white color on #ED77DB background.