COLOR #E1376F

HEX: #E1376F
RGB: (225,55,111)

Renk bilgisi

#E1376F contains mainly red color. #E1376F ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E1376F color RGB value is (225,55,111).

  • kırmız ton 225;
  • yeşil ton 55;
  • mavi ton 111.
RGB:
(225,55,111)
(88%,22%,44%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 55 of 255 = 22%
B 111 of 255 = 44%

225
55
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 55 + 111 = 391 (100%)
R 225 of 391 ~ 57.54%
G 55 of 391 ~ 14.07%
B 111 of 391 ~ 28.39%

%57.54
%14.07
%28.39

CMYK RENK MODELİ

#E1376F rengi CMYK tonu (0,76,51,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.56%
  • sarı tonu 50.67%
  • ana renk tonu 11.76%
CMYK:
(0,76,51,12)
C0M76Y51K12 
(0%,76%,51%,12%)
(0.00/0.76/0.51/0.12)	

CMYK yüzdeleri

%0
%75.56
%50.67
%11.76

Codes

Color #E1376F in popluar color models

E1376F
RGB22555111
HSL340°73.91%54.90%
HSB/HSV340°75.56%88.24%
CMYK0.00%75.56%50.67%
11.76%

Color #E1376F in popluar number systems.

HEXE1376F
Decimal22555111
Binary111000011101111101111
Octal34167157

Shades and tints

Shades of #E1376F

#E1376F
(225,55,111)
#CD3265
(205,50,101)
#B92D5B
(185,45,91)
#A52851
(165,40,81)
#912347
(145,35,71)
#7D1E3D
(125,30,61)
#691933
(105,25,51)
#551429
(85,20,41)
#410F1F
(65,15,31)
#2D0A15
(45,10,21)
#19050B
(25,5,11)
#000000
(0,0,0)

Tints of #E1376F

#E1376F
(225,55,111)
#E3497C
(227,73,124)
#E55B89
(229,91,137)
#E76D96
(231,109,150)
#E97FA3
(233,127,163)
#EB91B0
(235,145,176)
#EDA3BD
(237,163,189)
#EFB5CA
(239,181,202)
#F1C7D7
(241,199,215)
#F3D9E4
(243,217,228)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1376F color. Also use rgb(225,55,111) instead hex code.

Text Font Color

.myTextColor { color: #E1376F; }

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

This text font color is #E1376F.


Background Color

.myBgColor { background-color: #E1376F; }

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

This div background color is #E1376F.


Border color

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

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

This div border color is #E1376F.


Opacity

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

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

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

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

This text has shadow with #E1376F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1376F on black background.


Color preview on white background

This text has color #E1376F on white background.



Black color preview on #E1376F background

This text has black color on #E1376F background.


White color preview on #E1376F background

This text has white color on #E1376F background.