COLOR #E76E81

HEX: #E76E81
RGB: (231,110,129)

Renk bilgisi

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

RGB renk modeli

#E76E81 color RGB value is (231,110,129).

  • kırmız ton 231;
  • yeşil ton 110;
  • mavi ton 129.
RGB:
(231,110,129)
(91%,43%,51%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 110 of 255 = 43%
B 129 of 255 = 51%

231
110
129

R + G + B ~ 62%. #E76E81 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 110 + 129 = 470 (100%)
R 231 of 470 ~ 49.15%
G 110 of 470 ~ 23.4%
B 129 of 470 ~ 27.45%

%49.15
%23.4
%27.45

CMYK RENK MODELİ

#E76E81 rengi CMYK tonu (0,52,44,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.38%
  • sarı tonu 44.16%
  • ana renk tonu 9.41%
CMYK:
(0,52,44,9)
C0M52Y44K9 
(0%,52%,44%,9%)
(0.00/0.52/0.44/0.09)	

CMYK yüzdeleri

%0
%52.38
%44.16
%9.41

Codes

Color #E76E81 in popluar color models

E76E81
RGB231110129
HSL351°71.60%66.86%
HSB/HSV351°52.38%90.59%
CMYK0.00%52.38%44.16%
9.41%

Color #E76E81 in popluar number systems.

HEXE76E81
Decimal231110129
Binary11100111110111010000001
Octal347156201

Shades and tints

Shades of #E76E81

#E76E81
(231,110,129)
#D26476
(210,100,118)
#BD5A6B
(189,90,107)
#A85060
(168,80,96)
#934655
(147,70,85)
#7E3C4A
(126,60,74)
#69323F
(105,50,63)
#542834
(84,40,52)
#3F1E29
(63,30,41)
#2A141E
(42,20,30)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #E76E81

#E76E81
(231,110,129)
#E97B8C
(233,123,140)
#EB8897
(235,136,151)
#ED95A2
(237,149,162)
#EFA2AD
(239,162,173)
#F1AFB8
(241,175,184)
#F3BCC3
(243,188,195)
#F5C9CE
(245,201,206)
#F7D6D9
(247,214,217)
#F9E3E4
(249,227,228)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76E81 color. Also use rgb(231,110,129) instead hex code.

Text Font Color

.myTextColor { color: #E76E81; }

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

This text font color is #E76E81.


Background Color

.myBgColor { background-color: #E76E81; }

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

This div background color is #E76E81.


Border color

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

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

This div border color is #E76E81.


Opacity

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

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

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

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

This text has shadow with #E76E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76E81 on black background.


Color preview on white background

This text has color #E76E81 on white background.



Black color preview on #E76E81 background

This text has black color on #E76E81 background.


White color preview on #E76E81 background

This text has white color on #E76E81 background.