COLOR #E74B8C

HEX: #E74B8C
RGB: (231,75,140)

Renk bilgisi

#E74B8C contains mainly red color. #E74B8C ‘ nin web güvenlik rengi #FF3399 (ya da #F39) dir.

RGB renk modeli

#E74B8C color RGB value is (231,75,140).

  • kırmız ton 231;
  • yeşil ton 75;
  • mavi ton 140.
RGB:
(231,75,140)
(91%,29%,55%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 75 of 255 = 29%
B 140 of 255 = 55%

231
75
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 75 + 140 = 446 (100%)
R 231 of 446 ~ 51.79%
G 75 of 446 ~ 16.82%
B 140 of 446 ~ 31.39%

%51.79
%16.82
%31.39

CMYK RENK MODELİ

#E74B8C rengi CMYK tonu (0,68,39,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.53%
  • sarı tonu 39.39%
  • ana renk tonu 9.41%
CMYK:
(0,68,39,9)
C0M68Y39K9 
(0%,68%,39%,9%)
(0.00/0.68/0.39/0.09)	

CMYK yüzdeleri

%0
%67.53
%39.39
%9.41

Codes

Color #E74B8C in popluar color models

E74B8C
RGB23175140
HSL335°76.47%60.00%
HSB/HSV335°67.53%90.59%
CMYK0.00%67.53%39.39%
9.41%

Color #E74B8C in popluar number systems.

HEXE74B8C
Decimal23175140
Binary11100111100101110001100
Octal347113214

Shades and tints

Shades of #E74B8C

#E74B8C
(231,75,140)
#D24580
(210,69,128)
#BD3F74
(189,63,116)
#A83968
(168,57,104)
#93335C
(147,51,92)
#7E2D50
(126,45,80)
#692744
(105,39,68)
#542138
(84,33,56)
#3F1B2C
(63,27,44)
#2A1520
(42,21,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #E74B8C

#E74B8C
(231,75,140)
#E95B96
(233,91,150)
#EB6BA0
(235,107,160)
#ED7BAA
(237,123,170)
#EF8BB4
(239,139,180)
#F19BBE
(241,155,190)
#F3ABC8
(243,171,200)
#F5BBD2
(245,187,210)
#F7CBDC
(247,203,220)
#F9DBE6
(249,219,230)
#FBEBF0
(251,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74B8C color. Also use rgb(231,75,140) instead hex code.

Text Font Color

.myTextColor { color: #E74B8C; }

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

This text font color is #E74B8C.


Background Color

.myBgColor { background-color: #E74B8C; }

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

This div background color is #E74B8C.


Border color

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

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

This div border color is #E74B8C.


Opacity

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

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

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

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

This text has shadow with #E74B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74B8C on black background.


Color preview on white background

This text has color #E74B8C on white background.



Black color preview on #E74B8C background

This text has black color on #E74B8C background.


White color preview on #E74B8C background

This text has white color on #E74B8C background.