COLOR #E75B77

HEX: #E75B77
RGB: (231,91,119)

Renk bilgisi

#E75B77 contains mainly red color. #E75B77 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#E75B77 color RGB value is (231,91,119).

  • kırmız ton 231;
  • yeşil ton 91;
  • mavi ton 119.
RGB:
(231,91,119)
(91%,36%,47%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 91 of 255 = 36%
B 119 of 255 = 47%

231
91
119

R + G + B ~ 58%. #E75B77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 91 + 119 = 441 (100%)
R 231 of 441 ~ 52.38%
G 91 of 441 ~ 20.63%
B 119 of 441 ~ 26.98%

%52.38
%20.63
%26.98

CMYK RENK MODELİ

#E75B77 rengi CMYK tonu (0,61,48,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.61%
  • sarı tonu 48.48%
  • ana renk tonu 9.41%
CMYK:
(0,61,48,9)
C0M61Y48K9 
(0%,61%,48%,9%)
(0.00/0.61/0.48/0.09)	

CMYK yüzdeleri

%0
%60.61
%48.48
%9.41

Codes

Color #E75B77 in popluar color models

E75B77
RGB23191119
HSL348°74.47%63.14%
HSB/HSV348°60.61%90.59%
CMYK0.00%60.61%48.48%
9.41%

Color #E75B77 in popluar number systems.

HEXE75B77
Decimal23191119
Binary1110011110110111110111
Octal347133167

Shades and tints

Shades of #E75B77

#E75B77
(231,91,119)
#D2536D
(210,83,109)
#BD4B63
(189,75,99)
#A84359
(168,67,89)
#933B4F
(147,59,79)
#7E3345
(126,51,69)
#692B3B
(105,43,59)
#542331
(84,35,49)
#3F1B27
(63,27,39)
#2A131D
(42,19,29)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #E75B77

#E75B77
(231,91,119)
#E96983
(233,105,131)
#EB778F
(235,119,143)
#ED859B
(237,133,155)
#EF93A7
(239,147,167)
#F1A1B3
(241,161,179)
#F3AFBF
(243,175,191)
#F5BDCB
(245,189,203)
#F7CBD7
(247,203,215)
#F9D9E3
(249,217,227)
#FBE7EF
(251,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75B77 color. Also use rgb(231,91,119) instead hex code.

Text Font Color

.myTextColor { color: #E75B77; }

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

This text font color is #E75B77.


Background Color

.myBgColor { background-color: #E75B77; }

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

This div background color is #E75B77.


Border color

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

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

This div border color is #E75B77.


Opacity

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

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

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

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

This text has shadow with #E75B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75B77 on black background.


Color preview on white background

This text has color #E75B77 on white background.



Black color preview on #E75B77 background

This text has black color on #E75B77 background.


White color preview on #E75B77 background

This text has white color on #E75B77 background.