COLOR #E77464

HEX: #E77464
RGB: (231,116,100)

Renk bilgisi

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

RGB renk modeli

#E77464 color RGB value is (231,116,100).

  • kırmız ton 231;
  • yeşil ton 116;
  • mavi ton 100.
RGB:
(231,116,100)
(91%,45%,39%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 116 of 255 = 45%
B 100 of 255 = 39%

231
116
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 116 + 100 = 447 (100%)
R 231 of 447 ~ 51.68%
G 116 of 447 ~ 25.95%
B 100 of 447 ~ 22.37%

%51.68
%25.95
%22.37

CMYK RENK MODELİ

#E77464 rengi CMYK tonu (0,50,57,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.78%
  • sarı tonu 56.71%
  • ana renk tonu 9.41%
CMYK:
(0,50,57,9)
C0M50Y57K9 
(0%,50%,57%,9%)
(0.00/0.50/0.57/0.09)	

CMYK yüzdeleri

%0
%49.78
%56.71
%9.41

Codes

Color #E77464 in popluar color models

E77464
RGB231116100
HSL73.18%64.90%
HSB/HSV56.71%90.59%
CMYK0.00%49.78%56.71%
9.41%

Color #E77464 in popluar number systems.

HEXE77464
Decimal231116100
Binary1110011111101001100100
Octal347164144

Shades and tints

Shades of #E77464

#E77464
(231,116,100)
#D26A5B
(210,106,91)
#BD6052
(189,96,82)
#A85649
(168,86,73)
#934C40
(147,76,64)
#7E4237
(126,66,55)
#69382E
(105,56,46)
#542E25
(84,46,37)
#3F241C
(63,36,28)
#2A1A13
(42,26,19)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #E77464

#E77464
(231,116,100)
#E98072
(233,128,114)
#EB8C80
(235,140,128)
#ED988E
(237,152,142)
#EFA49C
(239,164,156)
#F1B0AA
(241,176,170)
#F3BCB8
(243,188,184)
#F5C8C6
(245,200,198)
#F7D4D4
(247,212,212)
#F9E0E2
(249,224,226)
#FBECF0
(251,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77464 color. Also use rgb(231,116,100) instead hex code.

Text Font Color

.myTextColor { color: #E77464; }

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

This text font color is #E77464.


Background Color

.myBgColor { background-color: #E77464; }

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

This div background color is #E77464.


Border color

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

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

This div border color is #E77464.


Opacity

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

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

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

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

This text has shadow with #E77464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77464 on black background.


Color preview on white background

This text has color #E77464 on white background.



Black color preview on #E77464 background

This text has black color on #E77464 background.


White color preview on #E77464 background

This text has white color on #E77464 background.