COLOR #EB5140

HEX: #EB5140
RGB: (235,81,64)

Renk bilgisi

#EB5140 contains mainly red color. #EB5140 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EB5140 color RGB value is (235,81,64).

  • kırmız ton 235;
  • yeşil ton 81;
  • mavi ton 64.
RGB:
(235,81,64)
(92%,32%,25%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 81 of 255 = 32%
B 64 of 255 = 25%

235
81
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 81 + 64 = 380 (100%)
R 235 of 380 ~ 61.84%
G 81 of 380 ~ 21.32%
B 64 of 380 ~ 16.84%

%61.84
%21.32
%16.84

CMYK RENK MODELİ

#EB5140 rengi CMYK tonu (0,66,73,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.53%
  • sarı tonu 72.77%
  • ana renk tonu 7.84%
CMYK:
(0,66,73,8)
C0M66Y73K8 
(0%,66%,73%,8%)
(0.00/0.66/0.73/0.08)	

CMYK yüzdeleri

%0
%65.53
%72.77
%7.84

Codes

Color #EB5140 in popluar color models

EB5140
RGB2358164
HSL81.04%58.63%
HSB/HSV72.77%92.16%
CMYK0.00%65.53%72.77%
7.84%

Color #EB5140 in popluar number systems.

HEXEB5140
Decimal2358164
Binary1110101110100011000000
Octal353121100

Shades and tints

Shades of #EB5140

#EB5140
(235,81,64)
#D64A3B
(214,74,59)
#C14336
(193,67,54)
#AC3C31
(172,60,49)
#97352C
(151,53,44)
#822E27
(130,46,39)
#6D2722
(109,39,34)
#58201D
(88,32,29)
#431918
(67,25,24)
#2E1213
(46,18,19)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #EB5140

#EB5140
(235,81,64)
#EC6051
(236,96,81)
#ED6F62
(237,111,98)
#EE7E73
(238,126,115)
#EF8D84
(239,141,132)
#F09C95
(240,156,149)
#F1ABA6
(241,171,166)
#F2BAB7
(242,186,183)
#F3C9C8
(243,201,200)
#F4D8D9
(244,216,217)
#F5E7EA
(245,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5140 color. Also use rgb(235,81,64) instead hex code.

Text Font Color

.myTextColor { color: #EB5140; }

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

This text font color is #EB5140.


Background Color

.myBgColor { background-color: #EB5140; }

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

This div background color is #EB5140.


Border color

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

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

This div border color is #EB5140.


Opacity

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

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

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

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

This text has shadow with #EB5140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5140 on black background.


Color preview on white background

This text has color #EB5140 on white background.



Black color preview on #EB5140 background

This text has black color on #EB5140 background.


White color preview on #EB5140 background

This text has white color on #EB5140 background.