COLOR #E13363

HEX: #E13363
RGB: (225,51,99)

Renk bilgisi

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

RGB renk modeli

#E13363 color RGB value is (225,51,99).

  • kırmız ton 225;
  • yeşil ton 51;
  • mavi ton 99.
RGB:
(225,51,99)
(88%,20%,39%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 51 of 255 = 20%
B 99 of 255 = 39%

225
51
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 51 + 99 = 375 (100%)
R 225 of 375 ~ 60%
G 51 of 375 ~ 13.6%
B 99 of 375 ~ 26.4%

%60
%13.6
%26.4

CMYK RENK MODELİ

#E13363 rengi CMYK tonu (0,77,56,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.33%
  • sarı tonu 56.00%
  • ana renk tonu 11.76%
CMYK:
(0,77,56,12)
C0M77Y56K12 
(0%,77%,56%,12%)
(0.00/0.77/0.56/0.12)	

CMYK yüzdeleri

%0
%77.33
%56
%11.76

Codes

Color #E13363 in popluar color models

E13363
RGB2255199
HSL343°74.36%54.12%
HSB/HSV343°77.33%88.24%
CMYK0.00%77.33%56.00%
11.76%

Color #E13363 in popluar number systems.

HEXE13363
Decimal2255199
Binary111000011100111100011
Octal34163143

Shades and tints

Shades of #E13363

#E13363
(225,51,99)
#CD2F5A
(205,47,90)
#B92B51
(185,43,81)
#A52748
(165,39,72)
#91233F
(145,35,63)
#7D1F36
(125,31,54)
#691B2D
(105,27,45)
#551724
(85,23,36)
#41131B
(65,19,27)
#2D0F12
(45,15,18)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #E13363

#E13363
(225,51,99)
#E34571
(227,69,113)
#E5577F
(229,87,127)
#E7698D
(231,105,141)
#E97B9B
(233,123,155)
#EB8DA9
(235,141,169)
#ED9FB7
(237,159,183)
#EFB1C5
(239,177,197)
#F1C3D3
(241,195,211)
#F3D5E1
(243,213,225)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E13363 color. Also use rgb(225,51,99) instead hex code.

Text Font Color

.myTextColor { color: #E13363; }

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

This text font color is #E13363.


Background Color

.myBgColor { background-color: #E13363; }

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

This div background color is #E13363.


Border color

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

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

This div border color is #E13363.


Opacity

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

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

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

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

This text has shadow with #E13363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E13363 on black background.


Color preview on white background

This text has color #E13363 on white background.



Black color preview on #E13363 background

This text has black color on #E13363 background.


White color preview on #E13363 background

This text has white color on #E13363 background.