COLOR #E53550

HEX: #E53550
RGB: (229,53,80)

Renk bilgisi

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

RGB renk modeli

#E53550 color RGB value is (229,53,80).

  • kırmız ton 229;
  • yeşil ton 53;
  • mavi ton 80.
RGB:
(229,53,80)
(90%,21%,31%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 53 of 255 = 21%
B 80 of 255 = 31%

229
53
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 53 + 80 = 362 (100%)
R 229 of 362 ~ 63.26%
G 53 of 362 ~ 14.64%
B 80 of 362 ~ 22.1%

%63.26
%14.64
%22.1

CMYK RENK MODELİ

#E53550 rengi CMYK tonu (0,77,65,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.86%
  • sarı tonu 65.07%
  • ana renk tonu 10.20%
CMYK:
(0,77,65,10)
C0M77Y65K10 
(0%,77%,65%,10%)
(0.00/0.77/0.65/0.10)	

CMYK yüzdeleri

%0
%76.86
%65.07
%10.2

Codes

Color #E53550 in popluar color models

E53550
RGB2295380
HSL351°77.19%55.29%
HSB/HSV351°76.86%89.80%
CMYK0.00%76.86%65.07%
10.20%

Color #E53550 in popluar number systems.

HEXE53550
Decimal2295380
Binary111001011101011010000
Octal34565120

Shades and tints

Shades of #E53550

#E53550
(229,53,80)
#D13149
(209,49,73)
#BD2D42
(189,45,66)
#A9293B
(169,41,59)
#952534
(149,37,52)
#81212D
(129,33,45)
#6D1D26
(109,29,38)
#59191F
(89,25,31)
#451518
(69,21,24)
#311111
(49,17,17)
#1D0D0A
(29,13,10)
#000000
(0,0,0)

Tints of #E53550

#E53550
(229,53,80)
#E7475F
(231,71,95)
#E9596E
(233,89,110)
#EB6B7D
(235,107,125)
#ED7D8C
(237,125,140)
#EF8F9B
(239,143,155)
#F1A1AA
(241,161,170)
#F3B3B9
(243,179,185)
#F5C5C8
(245,197,200)
#F7D7D7
(247,215,215)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53550 color. Also use rgb(229,53,80) instead hex code.

Text Font Color

.myTextColor { color: #E53550; }

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

This text font color is #E53550.


Background Color

.myBgColor { background-color: #E53550; }

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

This div background color is #E53550.


Border color

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

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

This div border color is #E53550.


Opacity

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

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

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

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

This text has shadow with #E53550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53550 on black background.


Color preview on white background

This text has color #E53550 on white background.



Black color preview on #E53550 background

This text has black color on #E53550 background.


White color preview on #E53550 background

This text has white color on #E53550 background.