COLOR #E53E71

HEX: #E53E71
RGB: (229,62,113)

Renk bilgisi

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

RGB renk modeli

#E53E71 color RGB value is (229,62,113).

  • kırmız ton 229;
  • yeşil ton 62;
  • mavi ton 113.
RGB:
(229,62,113)
(90%,24%,44%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 62 of 255 = 24%
B 113 of 255 = 44%

229
62
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 62 + 113 = 404 (100%)
R 229 of 404 ~ 56.68%
G 62 of 404 ~ 15.35%
B 113 of 404 ~ 27.97%

%56.68
%15.35
%27.97

CMYK RENK MODELİ

#E53E71 rengi CMYK tonu (0,73,51,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.93%
  • sarı tonu 50.66%
  • ana renk tonu 10.20%
CMYK:
(0,73,51,10)
C0M73Y51K10 
(0%,73%,51%,10%)
(0.00/0.73/0.51/0.10)	

CMYK yüzdeleri

%0
%72.93
%50.66
%10.2

Codes

Color #E53E71 in popluar color models

E53E71
RGB22962113
HSL342°76.26%57.06%
HSB/HSV342°72.93%89.80%
CMYK0.00%72.93%50.66%
10.20%

Color #E53E71 in popluar number systems.

HEXE53E71
Decimal22962113
Binary111001011111101110001
Octal34576161

Shades and tints

Shades of #E53E71

#E53E71
(229,62,113)
#D13967
(209,57,103)
#BD345D
(189,52,93)
#A92F53
(169,47,83)
#952A49
(149,42,73)
#81253F
(129,37,63)
#6D2035
(109,32,53)
#591B2B
(89,27,43)
#451621
(69,22,33)
#311117
(49,17,23)
#1D0C0D
(29,12,13)
#000000
(0,0,0)

Tints of #E53E71

#E53E71
(229,62,113)
#E74F7D
(231,79,125)
#E96089
(233,96,137)
#EB7195
(235,113,149)
#ED82A1
(237,130,161)
#EF93AD
(239,147,173)
#F1A4B9
(241,164,185)
#F3B5C5
(243,181,197)
#F5C6D1
(245,198,209)
#F7D7DD
(247,215,221)
#F9E8E9
(249,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E53E71 color. Also use rgb(229,62,113) instead hex code.

Text Font Color

.myTextColor { color: #E53E71; }

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

This text font color is #E53E71.


Background Color

.myBgColor { background-color: #E53E71; }

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

This div background color is #E53E71.


Border color

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

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

This div border color is #E53E71.


Opacity

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

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

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

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

This text has shadow with #E53E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E53E71 on black background.


Color preview on white background

This text has color #E53E71 on white background.



Black color preview on #E53E71 background

This text has black color on #E53E71 background.


White color preview on #E53E71 background

This text has white color on #E53E71 background.