COLOR #E5365D

HEX: #E5365D
RGB: (229,54,93)

Renk bilgisi

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

RGB renk modeli

#E5365D color RGB value is (229,54,93).

  • kırmız ton 229;
  • yeşil ton 54;
  • mavi ton 93.
RGB:
(229,54,93)
(90%,21%,36%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 54 of 255 = 21%
B 93 of 255 = 36%

229
54
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 54 + 93 = 376 (100%)
R 229 of 376 ~ 60.9%
G 54 of 376 ~ 14.36%
B 93 of 376 ~ 24.73%

%60.9
%14.36
%24.73

CMYK RENK MODELİ

#E5365D rengi CMYK tonu (0,76,59,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.42%
  • sarı tonu 59.39%
  • ana renk tonu 10.20%
CMYK:
(0,76,59,10)
C0M76Y59K10 
(0%,76%,59%,10%)
(0.00/0.76/0.59/0.10)	

CMYK yüzdeleri

%0
%76.42
%59.39
%10.2

Codes

Color #E5365D in popluar color models

E5365D
RGB2295493
HSL347°77.09%55.49%
HSB/HSV347°76.42%89.80%
CMYK0.00%76.42%59.39%
10.20%

Color #E5365D in popluar number systems.

HEXE5365D
Decimal2295493
Binary111001011101101011101
Octal34566135

Shades and tints

Shades of #E5365D

#E5365D
(229,54,93)
#D13255
(209,50,85)
#BD2E4D
(189,46,77)
#A92A45
(169,42,69)
#95263D
(149,38,61)
#812235
(129,34,53)
#6D1E2D
(109,30,45)
#591A25
(89,26,37)
#45161D
(69,22,29)
#311215
(49,18,21)
#1D0E0D
(29,14,13)
#000000
(0,0,0)

Tints of #E5365D

#E5365D
(229,54,93)
#E7486B
(231,72,107)
#E95A79
(233,90,121)
#EB6C87
(235,108,135)
#ED7E95
(237,126,149)
#EF90A3
(239,144,163)
#F1A2B1
(241,162,177)
#F3B4BF
(243,180,191)
#F5C6CD
(245,198,205)
#F7D8DB
(247,216,219)
#F9EAE9
(249,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5365D color. Also use rgb(229,54,93) instead hex code.

Text Font Color

.myTextColor { color: #E5365D; }

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

This text font color is #E5365D.


Background Color

.myBgColor { background-color: #E5365D; }

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

This div background color is #E5365D.


Border color

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

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

This div border color is #E5365D.


Opacity

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

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

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

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

This text has shadow with #E5365D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5365D on black background.


Color preview on white background

This text has color #E5365D on white background.



Black color preview on #E5365D background

This text has black color on #E5365D background.


White color preview on #E5365D background

This text has white color on #E5365D background.