COLOR #E8365D

HEX: #E8365D
RGB: (232,54,93)

Renk bilgisi

#E8365D contains mainly red color. #E8365D ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#E8365D color RGB value is (232,54,93).

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

RGB bağlantıları ve doygunluk

R 232 of 255 = 91%
G 54 of 255 = 21%
B 93 of 255 = 36%

232
54
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
232 + 54 + 93 = 379 (100%)
R 232 of 379 ~ 61.21%
G 54 of 379 ~ 14.25%
B 93 of 379 ~ 24.54%

%61.21
%14.25
%24.54

CMYK RENK MODELİ

#E8365D rengi CMYK tonu (0,77,60,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.72%
  • sarı tonu 59.91%
  • ana renk tonu 9.02%
CMYK:
(0,77,60,9)
C0M77Y60K9 
(0%,77%,60%,9%)
(0.00/0.77/0.60/0.09)	

CMYK yüzdeleri

%0
%76.72
%59.91
%9.02

Codes

Color #E8365D in popluar color models

E8365D
RGB2325493
HSL347°79.46%56.08%
HSB/HSV347°76.72%90.98%
CMYK0.00%76.72%59.91%
9.02%

Color #E8365D in popluar number systems.

HEXE8365D
Decimal2325493
Binary111010001101101011101
Octal35066135

Shades and tints

Shades of #E8365D

#E8365D
(232,54,93)
#D33255
(211,50,85)
#BE2E4D
(190,46,77)
#A92A45
(169,42,69)
#94263D
(148,38,61)
#7F2235
(127,34,53)
#6A1E2D
(106,30,45)
#551A25
(85,26,37)
#40161D
(64,22,29)
#2B1215
(43,18,21)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #E8365D

#E8365D
(232,54,93)
#EA486B
(234,72,107)
#EC5A79
(236,90,121)
#EE6C87
(238,108,135)
#F07E95
(240,126,149)
#F290A3
(242,144,163)
#F4A2B1
(244,162,177)
#F6B4BF
(246,180,191)
#F8C6CD
(248,198,205)
#FAD8DB
(250,216,219)
#FCEAE9
(252,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8365D; }

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

This text font color is #E8365D.


Background Color

.myBgColor { background-color: #E8365D; }

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

This div background color is #E8365D.


Border color

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

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

This div border color is #E8365D.


Opacity

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

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

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

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

This text has shadow with #E8365D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8365D on black background.


Color preview on white background

This text has color #E8365D on white background.



Black color preview on #E8365D background

This text has black color on #E8365D background.


White color preview on #E8365D background

This text has white color on #E8365D background.