COLOR #E76F96

HEX: #E76F96
RGB: (231,111,150)

Renk bilgisi

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

RGB renk modeli

#E76F96 color RGB value is (231,111,150).

  • kırmız ton 231;
  • yeşil ton 111;
  • mavi ton 150.
RGB:
(231,111,150)
(91%,44%,59%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 111 of 255 = 44%
B 150 of 255 = 59%

231
111
150

R + G + B ~ 65%. #E76F96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 111 + 150 = 492 (100%)
R 231 of 492 ~ 46.95%
G 111 of 492 ~ 22.56%
B 150 of 492 ~ 30.49%

%46.95
%22.56
%30.49

CMYK RENK MODELİ

#E76F96 rengi CMYK tonu (0,52,35,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.95%
  • sarı tonu 35.06%
  • ana renk tonu 9.41%
CMYK:
(0,52,35,9)
C0M52Y35K9 
(0%,52%,35%,9%)
(0.00/0.52/0.35/0.09)	

CMYK yüzdeleri

%0
%51.95
%35.06
%9.41

Codes

Color #E76F96 in popluar color models

E76F96
RGB231111150
HSL341°71.43%67.06%
HSB/HSV341°51.95%90.59%
CMYK0.00%51.95%35.06%
9.41%

Color #E76F96 in popluar number systems.

HEXE76F96
Decimal231111150
Binary11100111110111110010110
Octal347157226

Shades and tints

Shades of #E76F96

#E76F96
(231,111,150)
#D26589
(210,101,137)
#BD5B7C
(189,91,124)
#A8516F
(168,81,111)
#934762
(147,71,98)
#7E3D55
(126,61,85)
#693348
(105,51,72)
#54293B
(84,41,59)
#3F1F2E
(63,31,46)
#2A1521
(42,21,33)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #E76F96

#E76F96
(231,111,150)
#E97C9F
(233,124,159)
#EB89A8
(235,137,168)
#ED96B1
(237,150,177)
#EFA3BA
(239,163,186)
#F1B0C3
(241,176,195)
#F3BDCC
(243,189,204)
#F5CAD5
(245,202,213)
#F7D7DE
(247,215,222)
#F9E4E7
(249,228,231)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76F96 color. Also use rgb(231,111,150) instead hex code.

Text Font Color

.myTextColor { color: #E76F96; }

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

This text font color is #E76F96.


Background Color

.myBgColor { background-color: #E76F96; }

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

This div background color is #E76F96.


Border color

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

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

This div border color is #E76F96.


Opacity

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

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

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

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

This text has shadow with #E76F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76F96 on black background.


Color preview on white background

This text has color #E76F96 on white background.



Black color preview on #E76F96 background

This text has black color on #E76F96 background.


White color preview on #E76F96 background

This text has white color on #E76F96 background.