COLOR #EB5354

HEX: #EB5354
RGB: (235,83,84)

Renk bilgisi

#EB5354 contains mainly red color. #EB5354 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EB5354 color RGB value is (235,83,84).

  • kırmız ton 235;
  • yeşil ton 83;
  • mavi ton 84.
RGB:
(235,83,84)
(92%,33%,33%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 83 of 255 = 33%
B 84 of 255 = 33%

235
83
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 83 + 84 = 402 (100%)
R 235 of 402 ~ 58.46%
G 83 of 402 ~ 20.65%
B 84 of 402 ~ 20.9%

%58.46
%20.65
%20.9

CMYK RENK MODELİ

#EB5354 rengi CMYK tonu (0,65,64,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.68%
  • sarı tonu 64.26%
  • ana renk tonu 7.84%
CMYK:
(0,65,64,8)
C0M65Y64K8 
(0%,65%,64%,8%)
(0.00/0.65/0.64/0.08)	

CMYK yüzdeleri

%0
%64.68
%64.26
%7.84

Codes

Color #EB5354 in popluar color models

EB5354
RGB2358384
HSL360°79.17%62.35%
HSB/HSV360°64.68%92.16%
CMYK0.00%64.68%64.26%
7.84%

Color #EB5354 in popluar number systems.

HEXEB5354
Decimal2358384
Binary1110101110100111010100
Octal353123124

Shades and tints

Shades of #EB5354

#EB5354
(235,83,84)
#D64C4D
(214,76,77)
#C14546
(193,69,70)
#AC3E3F
(172,62,63)
#973738
(151,55,56)
#823031
(130,48,49)
#6D292A
(109,41,42)
#582223
(88,34,35)
#431B1C
(67,27,28)
#2E1415
(46,20,21)
#190D0E
(25,13,14)
#000000
(0,0,0)

Tints of #EB5354

#EB5354
(235,83,84)
#EC6263
(236,98,99)
#ED7172
(237,113,114)
#EE8081
(238,128,129)
#EF8F90
(239,143,144)
#F09E9F
(240,158,159)
#F1ADAE
(241,173,174)
#F2BCBD
(242,188,189)
#F3CBCC
(243,203,204)
#F4DADB
(244,218,219)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5354 color. Also use rgb(235,83,84) instead hex code.

Text Font Color

.myTextColor { color: #EB5354; }

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

This text font color is #EB5354.


Background Color

.myBgColor { background-color: #EB5354; }

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

This div background color is #EB5354.


Border color

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

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

This div border color is #EB5354.


Opacity

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

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

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

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

This text has shadow with #EB5354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5354 on black background.


Color preview on white background

This text has color #EB5354 on white background.



Black color preview on #EB5354 background

This text has black color on #EB5354 background.


White color preview on #EB5354 background

This text has white color on #EB5354 background.