COLOR #E77D87

HEX: #E77D87
RGB: (231,125,135)

Renk bilgisi

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

RGB renk modeli

#E77D87 color RGB value is (231,125,135).

  • kırmız ton 231;
  • yeşil ton 125;
  • mavi ton 135.
RGB:
(231,125,135)
(91%,49%,53%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 125 of 255 = 49%
B 135 of 255 = 53%

231
125
135

R + G + B ~ 64%. #E77D87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 125 + 135 = 491 (100%)
R 231 of 491 ~ 47.05%
G 125 of 491 ~ 25.46%
B 135 of 491 ~ 27.49%

%47.05
%25.46
%27.49

CMYK RENK MODELİ

#E77D87 rengi CMYK tonu (0,46,42,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.89%
  • sarı tonu 41.56%
  • ana renk tonu 9.41%
CMYK:
(0,46,42,9)
C0M46Y42K9 
(0%,46%,42%,9%)
(0.00/0.46/0.42/0.09)	

CMYK yüzdeleri

%0
%45.89
%41.56
%9.41

Codes

Color #E77D87 in popluar color models

E77D87
RGB231125135
HSL354°68.83%69.80%
HSB/HSV354°45.89%90.59%
CMYK0.00%45.89%41.56%
9.41%

Color #E77D87 in popluar number systems.

HEXE77D87
Decimal231125135
Binary11100111111110110000111
Octal347175207

Shades and tints

Shades of #E77D87

#E77D87
(231,125,135)
#D2727B
(210,114,123)
#BD676F
(189,103,111)
#A85C63
(168,92,99)
#935157
(147,81,87)
#7E464B
(126,70,75)
#693B3F
(105,59,63)
#543033
(84,48,51)
#3F2527
(63,37,39)
#2A1A1B
(42,26,27)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #E77D87

#E77D87
(231,125,135)
#E98891
(233,136,145)
#EB939B
(235,147,155)
#ED9EA5
(237,158,165)
#EFA9AF
(239,169,175)
#F1B4B9
(241,180,185)
#F3BFC3
(243,191,195)
#F5CACD
(245,202,205)
#F7D5D7
(247,213,215)
#F9E0E1
(249,224,225)
#FBEBEB
(251,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77D87 color. Also use rgb(231,125,135) instead hex code.

Text Font Color

.myTextColor { color: #E77D87; }

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

This text font color is #E77D87.


Background Color

.myBgColor { background-color: #E77D87; }

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

This div background color is #E77D87.


Border color

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

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

This div border color is #E77D87.


Opacity

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

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

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

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

This text has shadow with #E77D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77D87 on black background.


Color preview on white background

This text has color #E77D87 on white background.



Black color preview on #E77D87 background

This text has black color on #E77D87 background.


White color preview on #E77D87 background

This text has white color on #E77D87 background.